遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/7571)
<a href="https://www.bestpractices.dev/projects/7571"><img src="https://www.bestpractices.dev/projects/7571/badge"></a>
A geo-distributed KV store for metadata management
https://github.com/xline-kv/Xline/blob/master/CONTRIBUTING.md
https://github.com/xline-kv/Xline/issues/new/choose
Yes. The CONTRIBUTING file at https://github.com/xline-kv/Xline/blob/master/CONTRIBUTING.md says, "If the change being proposed alters code (as opposed to only documentation for example), it is either adding new functionality to Xline or it is fixing existing, broken functionality. In both of these cases, the pull request should include one or more tests to ensure that Xline does not regress in the future. "
The settings for the warning tools are generally fairly strict.
Cargo clippy specifically looks for common vulnerabilities in Rust applications.
Xline is written in Rust, which is a memory-safe language.
后退