An open API service indexing awesome lists of open source software.

https://github.com/jlleitschuh/vulnerability-disclosure-best-practices


https://github.com/jlleitschuh/vulnerability-disclosure-best-practices

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Vulnerability Disclosure Best Practices

> From a security researchers perspective, it's infinitely simpler to just drop an 0-day blog post on twitter, then dump the research on MITRE, Snyk, and WhiteSource and let them deal with issuing advisories.
>
> By privately disclosing a security vulnerability to an organization, a security researcher is offering respect, not only to the organization, but more importantly to the users of that organizations software.
>
> \- Jonathan Leitschuh

*This document is not intended to convery legal advice!*

## Best practice #1: Have a Disclosure Policy

As a security researcher, when disclosing a security vulnerability to an organization, having an established and up-front disclosure policy is important.

This disclosure policy should be clearly stated in the intial email contact and should have a well-defined disclosure deadline.

### Why

### Examples

- [Google Disclosure Policy](https://www.google.com/about/appsecurity/)
- [GitHub Security Lab](https://securitylab.github.com/advisories#policy)

---

## Resources

- [Google Project Zero: Vulnerability Disclosure FAQ](https://googleprojectzero.blogspot.com/p/vulnerability-disclosure-faq.html)