{"id":37891258,"url":"https://github.com/go-openapi/runtime","last_synced_at":"2026-01-16T16:56:33.759Z","repository":{"id":7484790,"uuid":"56456338","full_name":"go-openapi/runtime","owner":"go-openapi","description":"openapi runtime interfaces","archived":false,"fork":false,"pushed_at":"2025-12-26T07:03:42.000Z","size":949,"stargazers_count":259,"open_issues_count":32,"forks_count":150,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-12-27T18:47:57.767Z","etag":null,"topics":["openapi","swagger2"],"latest_commit_sha":null,"homepage":"","language":"Go","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/go-openapi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":"docs/MAINTAINERS.md","copyright":null,"agents":null,"dco":".github/DCO.md","cla":null}},"created_at":"2016-04-17T20:15:21.000Z","updated_at":"2025-12-26T07:03:45.000Z","dependencies_parsed_at":"2024-02-03T18:35:27.224Z","dependency_job_id":"943d038a-79b4-4bd4-b153-56097977da6a","html_url":"https://github.com/go-openapi/runtime","commit_stats":{"total_commits":399,"total_committers":88,"mean_commits":4.534090909090909,"dds":0.543859649122807,"last_synced_commit":"287f905a35a418442b5a32abb12699c5ce4b19eb"},"previous_names":[],"tags_count":61,"template":false,"template_full_name":null,"purl":"pkg:github/go-openapi/runtime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fruntime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fruntime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fruntime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fruntime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-openapi","download_url":"https://codeload.github.com/go-openapi/runtime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-openapi%2Fruntime/sbom","scorecard":{"id":432271,"data":{"date":"2025-08-11","repo":{"name":"github.com/go-openapi/runtime","commit":"cf3a92d75a76fbf2429f914f2f35711538ece17b"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4,"checks":[{"name":"Code-Review","score":1,"reason":"Found 1/10 approved changesets -- score normalized to 1","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":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: topLevel 'contents' permission set to 'write': .github/workflows/auto-merge.yml:5","Warn: no topLevel permission defined: .github/workflows/go-test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/auto-merge.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/go-openapi/runtime/auto-merge.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go-test.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/go-openapi/runtime/go-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go-test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/go-openapi/runtime/go-test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/go-test.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/go-openapi/runtime/go-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go-test.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/go-openapi/runtime/go-test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/go-test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/go-openapi/runtime/go-test.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/go-test.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/go-openapi/runtime/go-test.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T03:39:13.785Z","repository_id":7484790,"created_at":"2025-08-19T03:39:13.785Z","updated_at":"2025-08-19T03:39:13.785Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["openapi","swagger2"],"created_at":"2026-01-16T16:56:33.675Z","updated_at":"2026-01-16T16:56:33.739Z","avatar_url":"https://github.com/go-openapi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# runtime\n\n\u003c!-- Badges: status  --\u003e\n[![Tests][test-badge]][test-url] [![Coverage][cov-badge]][cov-url] [![CI vuln scan][vuln-scan-badge]][vuln-scan-url] [![CodeQL][codeql-badge]][codeql-url]\n\u003c!-- Badges: release \u0026 docker images  --\u003e\n\u003c!-- Badges: code quality  --\u003e\n\u003c!-- Badges: license \u0026 compliance --\u003e\n[![Release][release-badge]][release-url] [![Go Report Card][gocard-badge]][gocard-url] [![CodeFactor Grade][codefactor-badge]][codefactor-url] [![License][license-badge]][license-url]\n\u003c!-- Badges: documentation \u0026 support --\u003e\n\u003c!-- Badges: others \u0026 stats --\u003e\n[![GoDoc][godoc-badge]][godoc-url] [![Discord Channel][discord-badge]][discord-url] [![go version][goversion-badge]][goversion-url] ![Top language][top-badge] ![Commits since latest release][commits-badge]\n\n---\n\nA runtime for go OpenAPI toolkit.\n\nThe runtime component for use in code generation or as untyped usage.\n\n## Announcements\n\n* **2025-12-19** : new community chat on discord\n  * a new discord community channel is available to be notified of changes and support users\n  * our venerable Slack channel remains open, and will be eventually discontinued on **2026-03-31**\n\nYou may join the discord community by clicking the invite link on the discord badge (also above). [![Discord Channel][discord-badge]][discord-url]\n\nOr join our Slack channel: [![Slack Channel][slack-logo]![slack-badge]][slack-url]\n\n## Status\n\nAPI is stable.\n\n## Import this library in your project\n\n```cmd\ngo get github.com/go-openapi/runtime\n```\n\n\n## Change log\n\nSee \u003chttps://github.com/go-openapi/runtime/releases\u003e\n\nFor pre-v0.30.0 releases see [release notes](docs/NOTES.md).\n\n**What coming next?**\n\nMoving forward, we want to :\n\n* [ ] continue narrowing down the scope of dependencies:\n  * yaml support in an independent module\n  * introduce more up-to-date support for opentelemetry as a separate module that evolves\n    independently from the main package (to avoid breaking changes, the existing API\n    will remain maintained, but evolve at a slower pace than opentelemetry).\n* [ ] fix a few known issues with some file upload requests (e.g. #286)\n\n## Licensing\n\nThis library ships under the [SPDX-License-Identifier: Apache-2.0](./LICENSE).\n\nSee the license [NOTICE](./NOTICE), which recalls the licensing terms of all the pieces of software\non top of which it has been built.\n\n## Other documentation\n\n* [All-time contributors](./CONTRIBUTORS.md)\n* [Contributing guidelines](.github/CONTRIBUTING.md)\n* [Maintainers documentation](docs/MAINTAINERS.md)\n* [Code style](docs/STYLE.md)\n\n## Cutting a new release\n\nMaintainers can cut a new release by either:\n\n* running [this workflow](https://github.com/go-openapi/runtime/actions/workflows/bump-release.yml)\n* or pushing a semver tag\n  * signed tags are preferred\n  * The tag message is prepended to release notes\n\n\u003c!-- Badges: status  --\u003e\n[test-badge]: https://github.com/go-openapi/runtime/actions/workflows/go-test.yml/badge.svg\n[test-url]: https://github.com/go-openapi/runtime/actions/workflows/go-test.yml\n[cov-badge]: https://codecov.io/gh/go-openapi/runtime/branch/master/graph/badge.svg\n[cov-url]: https://codecov.io/gh/go-openapi/runtime\n[vuln-scan-badge]: https://github.com/go-openapi/runtime/actions/workflows/scanner.yml/badge.svg\n[vuln-scan-url]: https://github.com/go-openapi/runtime/actions/workflows/scanner.yml\n[codeql-badge]: https://github.com/go-openapi/runtime/actions/workflows/codeql.yml/badge.svg\n[codeql-url]: https://github.com/go-openapi/runtime/actions/workflows/codeql.yml\n\u003c!-- Badges: release \u0026 docker images  --\u003e\n[release-badge]: https://badge.fury.io/gh/go-openapi%2Fruntime.svg\n[release-url]: https://badge.fury.io/gh/go-openapi%2Fruntime\n[gomod-badge]: https://badge.fury.io/go/github.com%2Fgo-openapi%2Fruntime.svg\n[gomod-url]: https://badge.fury.io/go/github.com%2Fgo-openapi%2Fruntime\n\u003c!-- Badges: code quality  --\u003e\n[gocard-badge]: https://goreportcard.com/badge/github.com/go-openapi/runtime\n[gocard-url]: https://goreportcard.com/report/github.com/go-openapi/runtime\n[codefactor-badge]: https://img.shields.io/codefactor/grade/github/go-openapi/runtime\n[codefactor-url]: https://www.codefactor.io/repository/github/go-openapi/runtime\n\u003c!-- Badges: documentation \u0026 support --\u003e\n[doc-badge]: https://img.shields.io/badge/doc-site-blue?link=https%3A%2F%2Fgoswagger.io%2Fgo-openapi%2F\n[doc-url]: https://goswagger.io/go-openapi\n[godoc-badge]: https://pkg.go.dev/badge/github.com/go-openapi/runtime\n[godoc-url]: http://pkg.go.dev/github.com/go-openapi/runtime\n[slack-logo]: https://a.slack-edge.com/e6a93c1/img/icons/favicon-32.png\n[slack-badge]: https://img.shields.io/badge/slack-blue?link=https%3A%2F%2Fgoswagger.slack.com%2Farchives%2FC04R30YM\n[slack-url]: https://goswagger.slack.com/archives/C04R30YMU\n[discord-badge]: https://img.shields.io/discord/1446918742398341256?logo=discord\u0026label=discord\u0026color=blue\n[discord-url]: https://discord.gg/DrafRmZx\n\n\u003c!-- Badges: license \u0026 compliance --\u003e\n[license-badge]: http://img.shields.io/badge/license-Apache%20v2-orange.svg\n[license-url]: https://github.com/go-openapi/runtime/?tab=Apache-2.0-1-ov-file#readme\n\u003c!-- Badges: others \u0026 stats --\u003e\n[goversion-badge]: https://img.shields.io/github/go-mod/go-version/go-openapi/runtime\n[goversion-url]: https://github.com/go-openapi/runtime/blob/master/go.mod\n[top-badge]: https://img.shields.io/github/languages/top/go-openapi/runtime\n[commits-badge]: https://img.shields.io/github/commits-since/go-openapi/runtime/latest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-openapi%2Fruntime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-openapi%2Fruntime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-openapi%2Fruntime/lists"}