bazel-contrib / bazel-contrib/rules-template
Verify that our release process meets Google security standards
Open
- Dominant language
- Starlark
- Stars
- 100
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
In https://github.com/bazelbuild/rules_pkg/issues/716#issuecomment-1742206745 there's a suggestion that rules need complexity in their release process in order to make them secure.
I believe we have already followed excellent security practices in the way releases are created here. By only allowing a developer with write access to push a tag, there's no way to create a release with contents that aren't reproducible from the sources.
I'd be very interested to know of any vulnerabilities with our approach, as there are now dozens of rulesets based on this template.
Contributor guide
Assessment
This issue has not been assessed yet.