遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/4856)
<a href="https://www.bestpractices.dev/projects/4856"><img src="https://www.bestpractices.dev/projects/4856/badge"></a>
Platform AbstRaction for SECurity service
We have extensive guidelines for both contributors and maintainers in the Parsec book: https://parallaxsecond.github.io/parsec-book/contributing/index.html
Individual issues are tracked under the feature with the same name in Github: https://github.com/parallaxsecond/parsec/issues
A testing policy exists for new features in our PR guidelines: https://parallaxsecond.github.io/parsec-book/contributing/pr_checklist.html
CI clippy checks are as strict as we could get them to be.
No modes with security weaknesses are used in the software, but we do expose some as an option in our crypto API (e.g. SHA-1).
Static analysis tools are not generally used for Rust projects.
Project is written in memory-safe language.
后退