-
Notifications
You must be signed in to change notification settings - Fork 26
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
Point of clarification on definition of "security reviews" #5
Comments
Some thoughts -- happy to get others' opinions, too! A third party security audit of an open source codebase by a security firm? (Assuming yes) A technical advisory on a vulnerability in an open source project that has undergone a coordinated disclosure? (Assuming no) Some kind of "security review" written by the maintainers of an open source project itself? (Assuming no??) Threat models or other documents that fall short of finding specific issues for which proof-of-concept exploits can be demonstrated? (Assuming no) A compliance or other non-technical or semi-technical review of an open source project? (Probably not?) Results from static analysis tools, fuzzers, etc? (Probably not but is there anywhere that collects these?) |
+1 on @scovetta 's comments. I think a self-review is okay IF it is clearly identified as such. A data dump from a tool is not okay, but a review that builds on the data data dump would be fine (e.g.,"I ran tool X using configuration Y on library version V. When I did that, I determined that all but 2 were false positives, and those 2 have since been fixed"). |
Okay, this seems good - however, I think setting up a labelling scheme that includes clear labels for specific types of reports would make this valuable. Maybe something like ProjectName_ReviewType_YYYY Where ReviewType is one of:
But I'd love to see other options of what to include in such a naming convention and what different review types we could add to the list |
Could we leverage the
We could also add a checkbox to the QuickStart page and text to the template about requiring disclosure within the |
I'm wondering what we consider a "security review" for the purposes of this collection:
The text was updated successfully, but these errors were encountered: