Template for OpenSSL Advisories:

Instructions:

  1. Copy this file to YYYY-MM-DD.md in directory.
  2. Fill in the title and table.
  3. If BoringSSL is not affected by any issue in the advisory add “(BoringSSL Not Affected)” to the title.
  4. Add sections to the end for any issues that warrant extended discussion, e.g. if the severity differs from OpenSSL, or if we have anything to add to OpenSSL's advisory.
  5. Delete this header.

OpenSSL Advisory: ${Month} ${Day}, ${Year}

OpenSSL have published a security advisory. Here's how it affects BoringSSL:

CVESummarySeverity in OpenSSLImpact to BoringSSL
CVE-YYYY-NNNNBuffer overflow printing favorite colorHighNot affected, impacted code was removed from BoringSSL in the initial fork
CVE-YYYY-NNNNLibrary misreports favorite colorModerateNot affected, issue was introduced after fork
CVE-YYYY-NNNNTiming side channel in favorite color calculationLowAffected. Fixed in ...
CVE-YYYY-NNNNNull pointer dereference when enumerating colorsLowSee discussion below. Fixed in ...

CVE-YYYY-NNNN

If we need to write a lot about an issue, put it in a section like this.