遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/5537)
<a href="https://www.bestpractices.dev/projects/5537"><img src="https://www.bestpractices.dev/projects/5537/badge"></a>
Open source device management, built on osquery.
https://fleetdm.com/docs/contributing/committing-changes
https://github.com/fleetdm/fleet/blob/main/CODE_OF_CONDUCT.md
警告:需要URL,但找不到URL。
https://fleetdm.com/get-started
Documentation is updated along with code. This is suggested by the PR template: https://github.com/fleetdm/fleet/blob/main/.github/pull_request_template.md
General upgrade instructions: https://fleetdm.com/docs/deploying/upgrading-fleet Major versions include breaking changes in changelog: https://github.com/fleetdm/fleet/releases/tag/v4.0.0
https://github.com/fleetdm/fleet/issues
https://github.com/fleetdm/fleet/security/advisories?state=published
https://github.com/fleetdm/fleet/blob/main/SECURITY.md
Go: gofmt + linting Javascript: ESLint + Prettier
gofmt
Docker containers images: https://hub.docker.com/r/fleetdm/fleet
https://fleetdm.com/docs/contributing/building-fleet
Javascript: https://github.com/fleetdm/fleet/blob/main/yarn.lock Go: https://github.com/fleetdm/fleet/blob/main/go.sum
GitHub Dependabot
https://github.com/fleetdm/fleet/actions
In PR template: https://github.com/fleetdm/fleet/blob/main/.github/pull_request_template.md
Go treats many warnings as errors, and we add additional linting.
For example: All requests are automatically failed if auth checks are missed (https://github.com/fleetdm/fleet/blob/330e3d6c101b01297e78b5bc0997132b5b3f8d04/server/service/middleware/authzcheck/authzcheck.go#L45-L49)
警告:需要更长的理由。
Go stdlib TLSv1.2 support.
后退