-
Notifications
You must be signed in to change notification settings - Fork 75
Description
Hi, @Tessil
Thanks for your project to us. It's great appreciated for your contribution.
Could you add a Security.md file which describes how to report a vulnerability to you privately if users find a one?
You can do it in the Security page which will give you a template file, just put some key informations(such as Email address or Vulnerabilities submission link) in the SECURITY.md and commit it.
Besides, It's strongly recommended to enable GitHub security features:
-
Static Application Security Testing (SAST)
Implementing SAST tools is crucial as it allows us to detect vulnerabilities at an early stage of the development cycle.
You can check it in theSettings-Code Securitypage. You can enable theCode scanningoptions. -
Branch Protection
Enabling branch protection rules and mandatory code reviews can significantly reduce the risk of introducing vulnerabilities. The important branches should be protected because it should not be deleted or forced pushed by mistaken.
You can check it in theSettings-Branchespage, You can click theAdd branch rulesetorAdd classic branch protection ruleto protect one or more branches.
Thanks.