遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/4111)
<a href="https://www.bestpractices.dev/projects/4111"><img src="https://www.bestpractices.dev/projects/4111/badge"></a>
Victoria is the SRE toolbelt—a single command with multiple pluggable subcommands for automating any number of 'toil' tasks that inhibit SRE productivity.
Repository on GitHub, which uses git. git is distributed.
The project can be tested by running pytest in the project root folder, which is standard.
警告:需要URL,但找不到URL。
The project has a CI build that tests the code, lints the code, and scans for vulnerabilities. Additionally it uses SonarCloud as a static analysis system. This happens for every pull request.
// X-Content-Type-Options was not set to "nosniff".
We use Bandit in CI builds to check for vulnerabilties: https://pypi.org/project/bandit/
We do not include assertions in our source code. We believe our unit/integration testing combined with static analysis is sufficient to detect errors.
后退