遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/7585)
<a href="https://www.bestpractices.dev/projects/7585"><img src="https://www.bestpractices.dev/projects/7585/badge"></a>
Fast and low overhead web framework, for Node.js
https://github.com/fastify/fastify/blob/main/docs/Guides/Contributing.md
https://github.com/fastify/fastify/blob/HEAD/GOVERNANCE.md
https://github.com/fastify/fastify/blob/HEAD/CODE_OF_CONDUCT.md
https://github.com/fastify/fastify/blob/main/GOVERNANCE.md
https://github.com/fastify/fastify/blob/main/README.md#team
https://github.com/fastify/fastify/issues?q=is%3Aopen+is%3Aissue+label%3Av5.x
https://fastify.dev has Quick Start
https://fastify.dev is up to date.
https://github.com/fastify/fastify
https://fastify.dev is accessible as far as I'm aware
i18n does not apply
No credentials stored.
The release notes have this.
https://github.com/fastify/fastify/issues
https://github.com/fastify/fastify/security/advisories
https://github.com/fastify/fastify/security/policy
https://github.com/fastify/fastify/blob/main/.eslintrc
https://github.com/fastify/fastify/blob/main/.github/workflows/ci.yml#L85-L87C19
There's no native binaries.
The project produces no software.
Only JS.
npm installed.
npm-installed
npm install
https://github.com/fastify/fastify/blob/HEAD/package.json
dependabot on https://github.com/fastify/fastify
npm: https://github.com/fastify/fastify/blob/main/package.json
Deprecated direct deps are avoided.
https://github.com/fastify/fastify/tree/main/.github/workflows
https://github.com/fastify/fastify/blob/main/docs/Guides/Contributing.md#ground-rules--expectations
There's no compiler in JS in this sense.
Does not produce software.
We arent dependent on any cryptographic algorithm in fastify-core
Plugins provide encryption, the core does not.
Plugins provide authentication, the core does not.
fastify supports what node supports, and defaults to http.
node or plugins provide TLS/SSL, not core.
Users and plugins are responsible for accepting inputs and sanitizing them.
https://github.com/fastify/fastify/blob/main/package.json#L16-L20
后退