遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/3402)
<a href="https://www.bestpractices.dev/projects/3402"><img src="https://www.bestpractices.dev/projects/3402/badge"></a>
Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources
Repository on GitHub, which uses git. git is distributed.
we use the tox project for automating install and test execution. $ tox -e py37
警告:需要URL,但找不到URL。
we have per pull request unit tests, as well as nightly functional tests automated.
// X-Content-Type-Options was not set to "nosniff".
all user inputs are processed with multiple layers of validation, a structural parser and jsonschema validation, however we do not formally fuzz those inputs. however the usage of a memory safe language seems to mitigate the majority of concerns addressed by such.
there are sanity asserts per input processing
后退