The repository default branch is currently master, while SECURITY.md says that fixes should target main.
Recommended fix:
- either rename the default branch to
main;
- or update
SECURITY.md so it says that fixes should target the current default branch.
This is a small trust and consistency improvement for public repository review.
The repository default branch is currently
master, whileSECURITY.mdsays that fixes should targetmain.Recommended fix:
main;SECURITY.mdso it says that fixes should target the current default branch.This is a small trust and consistency improvement for public repository review.