-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create SECURITY.md #464
Create SECURITY.md #464
Conversation
Also - we can consider adding an alternative security reporting method (built in gh feature): for a repo: https://docs.github.com/en/code-security/security-advisories/working-with-repository-security-advisories/configuring-private-vulnerability-reporting-for-a-repository example project using this feature: https://github.com/electron/electron/blob/main/SECURITY.md I would suggest this does not replace the method for contact via an email address, but be an alternative |
Hey @Willmish |
@Sophietn sure, took a while but added a review of it all, with notes that potentially need addressing at the end, please review @vaughanknight . According to these criteria, the project deifnitely falls under "Passing" (covering all the points which the project MUST follow) Basics:basic proj website content
FLOSS license
Documentation
Other
Change controlPublic VCS repo
Unique versioning numbering
Release notes
ReportingBug reporting process
Vulnerability report process
QualityWorking build system
Automated test suite
New functionaility testing
Warning flags
SecuritySecure development knowledge
Use basic good cryptographic practices
Secured delivery against man-in-the-middle (MITM) attacks
Publicly known vulnerabilities fixed
Other security issues
AnalysisStatic code analysis
Dynamic code analysis
@Willmish notes:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved
Hey @Willmish - thanks so much for checking us against the criteria for the Open SSF Best Practice Badge. Great we're passing! This review of yours will get lost if it only remains on this PR. Can we copy it onto the security.md please? |
Pull Request
Issue Number: #415
Summary
Adds
security.md
file, explaining the security policy for the project.Checklist
Are there API Changes?
N/A
Is this a breaking change?
No
This PR Closes #415