遵循以下最佳实践的项目将能够自愿的自我认证,并显示他们已经实现了核心基础设施计划(OpenSSF)徽章。 显示详细资料
[](https://www.bestpractices.dev/projects/6251)
<a href="https://www.bestpractices.dev/projects/6251"><img src="https://www.bestpractices.dev/projects/6251/badge"></a>
Runtime code generation for the Java virtual machine.
Apache license header, validated by build.
Repository on GitHub, which uses git. git is distributed.
GitHub configuration.
Authenticator app is used.
All pull requests are reviewed manually before merge.
Standard Maven build. https://github.com/raphw/byte-buddy/blob/master/pom.xml
Via GitHub actions. https://github.com/raphw/byte-buddy/actions
Validated on each build.
// X-Content-Type-Options was not set to "nosniff".
Regular security assertions of key API by maintainer.
Library project.
Uses code coverage analysis on each build.
Byte Buddy has a large API which relies on complex types. As a library mainly used by other libraries, most input validation is also covered by these users. Lastly, the inputs are heavily unit tested.
后退