{"id":13619676,"url":"https://github.com/ngtcp2/nghttp3","last_synced_at":"2026-01-20T12:01:16.071Z","repository":{"id":37359379,"uuid":"156868263","full_name":"ngtcp2/nghttp3","owner":"ngtcp2","description":"HTTP/3 library written in C","archived":false,"fork":false,"pushed_at":"2026-01-18T10:19:59.000Z","size":1779,"stargazers_count":1048,"open_issues_count":1,"forks_count":120,"subscribers_count":48,"default_branch":"main","last_synced_at":"2026-01-18T17:46:03.257Z","etag":null,"topics":["http3","qpack","quic","rfc9114","rfc9204","rfc9218","rfc9220","rfc9297"],"latest_commit_sha":null,"homepage":"https://nghttp2.org/nghttp3/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ngtcp2.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"tatsuhiro-t"}},"created_at":"2018-11-09T13:49:36.000Z","updated_at":"2026-01-18T10:19:59.000Z","dependencies_parsed_at":"2023-11-26T07:24:46.760Z","dependency_job_id":"33475cf9-989e-4565-afb4-0bfad370261a","html_url":"https://github.com/ngtcp2/nghttp3","commit_stats":{"total_commits":651,"total_committers":24,"mean_commits":27.125,"dds":0.07219662058371734,"last_synced_commit":"57eef5976941674773c0d331b7226751396af441"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/ngtcp2/nghttp3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngtcp2%2Fnghttp3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngtcp2%2Fnghttp3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngtcp2%2Fnghttp3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngtcp2%2Fnghttp3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngtcp2","download_url":"https://codeload.github.com/ngtcp2/nghttp3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngtcp2%2Fnghttp3/sbom","scorecard":{"id":251066,"data":{"date":"2025-08-11","repo":{"name":"github.com/ngtcp2/nghttp3","commit":"5c513680a7b6e80d65d672d666a49c54b4ae158a"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.3,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 1 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":"Code-Review","score":0,"reason":"Found 0/15 approved changesets -- score normalized to 0","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":"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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: SECURITY.md:1","Info: Found linked content: SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1","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":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/build.yml:186","Info: topLevel permissions set to 'read-all': .github/workflows/build.yml:5","Info: topLevel permissions set to 'read-all': .github/workflows/cflite_batch.yaml:5","Info: topLevel permissions set to 'read-all': .github/workflows/cflite_cron.yaml:5"],"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":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: COPYING:0","Info: FSF or OSI recognized license: MIT License: COPYING:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: ClusterFuzzLite integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:191: update your workflow using https://app.stepsecurity.io/secureworkflow/ngtcp2/nghttp3/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:208: update your workflow using https://app.stepsecurity.io/secureworkflow/ngtcp2/nghttp3/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/ngtcp2/nghttp3/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/ngtcp2/nghttp3/build.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:165: update your workflow using https://app.stepsecurity.io/secureworkflow/ngtcp2/nghttp3/build.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cflite_batch.yaml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/ngtcp2/nghttp3/cflite_batch.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cflite_batch.yaml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/ngtcp2/nghttp3/cflite_batch.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cflite_cron.yaml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/ngtcp2/nghttp3/cflite_cron.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cflite_cron.yaml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/ngtcp2/nghttp3/cflite_cron.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cflite_cron.yaml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/ngtcp2/nghttp3/cflite_cron.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cflite_cron.yaml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/ngtcp2/nghttp3/cflite_cron.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/stale.yaml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/ngtcp2/nghttp3/stale.yaml/main?enable=pin","Warn: containerImage not pinned by hash: .clusterfuzzlite/Dockerfile:1: pin your Docker image by updating gcr.io/oss-fuzz-base/base-builder:v1 to gcr.io/oss-fuzz-base/base-builder:v1@sha256:6862b68b1f3a4568cbc89776bef96b49d2c9ec7b6587b18e41f08a968b2ef4b2","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   6 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"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":8,"reason":"5 out of the last 5 releases have a total of 5 signed artifacts.","details":["Info: signed release artifact: nghttp3-1.11.0.tar.bz2.asc: https://github.com/ngtcp2/nghttp3/releases/tag/v1.11.0","Info: signed release artifact: nghttp3-1.10.1.tar.bz2.asc: https://github.com/ngtcp2/nghttp3/releases/tag/v1.10.1","Info: signed release artifact: nghttp3-1.10.0.tar.bz2.asc: https://github.com/ngtcp2/nghttp3/releases/tag/v1.10.0","Info: signed release artifact: nghttp3-1.9.0.tar.bz2.asc: https://github.com/ngtcp2/nghttp3/releases/tag/v1.9.0","Info: signed release artifact: nghttp3-1.8.0.tar.bz2.asc: https://github.com/ngtcp2/nghttp3/releases/tag/v1.8.0","Warn: release artifact v1.11.0 does not have provenance: https://api.github.com/repos/ngtcp2/nghttp3/releases/235127698","Warn: release artifact v1.10.1 does not have provenance: https://api.github.com/repos/ngtcp2/nghttp3/releases/221188788","Warn: release artifact v1.10.0 does not have provenance: https://api.github.com/repos/ngtcp2/nghttp3/releases/220990451","Warn: release artifact v1.9.0 does not have provenance: https://api.github.com/repos/ngtcp2/nghttp3/releases/212779190","Warn: release artifact v1.8.0 does not have provenance: https://api.github.com/repos/ngtcp2/nghttp3/releases/201652101"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T08:28:17.675Z","repository_id":37359379,"created_at":"2025-08-17T08:28:17.675Z","updated_at":"2025-08-17T08:28:17.675Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28603295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T10:46:13.255Z","status":"ssl_error","status_checked_at":"2026-01-20T10:42:51.865Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["http3","qpack","quic","rfc9114","rfc9204","rfc9218","rfc9220","rfc9297"],"created_at":"2024-08-01T21:00:46.799Z","updated_at":"2026-01-20T12:01:16.015Z","avatar_url":"https://github.com/ngtcp2.png","language":"C","funding_links":["https://github.com/sponsors/tatsuhiro-t"],"categories":["Networking","C","Implementations"],"sub_categories":[],"readme":"See README.rst\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngtcp2%2Fnghttp3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngtcp2%2Fnghttp3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngtcp2%2Fnghttp3/lists"}