遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(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
Repository on GitHub, which uses git. git is distributed.
Testing is done in a typical way for Rust projects, with the sole difference that the testing framework resides in its own Rust crate: https://github.com/parallaxsecond/parsec/tree/main/e2e_tests
Code is routinely tested on each change using Github Actions and CircleCI: https://github.com/parallaxsecond/parsec/tree/main/.github/workflows https://github.com/parallaxsecond/parsec/tree/main/.circleci
Found all required security hardening headers.
警告:需要URL,但找不到URL。
Fuzz testing has been done previously, but not in a consistent manner.
Fuzz testing has been done previously, but not in a consistent manner. Generally, assertions do not need to be enabled as the Rust language enforces a wide range of tests and checks by default. A new issues has been created to look into how we could instrument our code for testing: https://github.com/parallaxsecond/parsec/issues/418 . Fuzz testing will also be placed on the release guidelines.
后退