Francesco Servidio | 4b2f9ce | 2021-11-04 10:53:56 +0100 | [diff] [blame] | 1 | # Project security policy |
David Brown | 0d98a9c | 2019-10-02 13:59:42 -0600 | [diff] [blame] | 2 | |
| 3 | The MCUboot team takes security, vulnerabilities, and weaknesses |
| 4 | seriously. |
| 5 | |
Francesco Servidio | 4b2f9ce | 2021-11-04 10:53:56 +0100 | [diff] [blame] | 6 | ## Reporting security issues |
| 7 | |
| 8 | You should report security issues either using our page at [Hackerone] |
| 9 | (https://hackerone.com/mcuboot?type=team) or contacting directly the |
| 10 | current maintainers of the project: |
David Brown | 0d98a9c | 2019-10-02 13:59:42 -0600 | [diff] [blame] | 11 | |
| 12 | - David Brown: davidb@davidb.org or david.brown@linaro.org |
| 13 | - Fabio Utzig: utzig@apache.org |
| 14 | |
Francesco Servidio | 4b2f9ce | 2021-11-04 10:53:56 +0100 | [diff] [blame] | 15 | If you wish to send an encrypted email, you may use these PGP keys: |
David Brown | 37b96e7 | 2019-10-08 09:59:55 -0600 | [diff] [blame] | 16 | |
Francesco Servidio | 4b2f9ce | 2021-11-04 10:53:56 +0100 | [diff] [blame] | 17 | ``` |
David Brown | 0d98a9c | 2019-10-02 13:59:42 -0600 | [diff] [blame] | 18 | pub rsa4096 2011-10-14 [SC] |
| 19 | DAFD760825AE2636AEA9CB19E6BA9F5C5E54DF82 |
| 20 | uid [ultimate] David Brown <davidb@davidb.org> |
| 21 | uid [ultimate] David Brown <david.brown@linaro.org> |
| 22 | sub rsa4096 2011-10-14 [E] |
Francesco Servidio | 4b2f9ce | 2021-11-04 10:53:56 +0100 | [diff] [blame] | 23 | ``` |
David Brown | 0d98a9c | 2019-10-02 13:59:42 -0600 | [diff] [blame] | 24 | |
| 25 | and |
| 26 | |
Francesco Servidio | 4b2f9ce | 2021-11-04 10:53:56 +0100 | [diff] [blame] | 27 | ``` |
David Brown | 0d98a9c | 2019-10-02 13:59:42 -0600 | [diff] [blame] | 28 | pub rsa4096 2017-07-28 [SC] |
| 29 | 126087C7E725625BC7E89CC7537097EDFD4A7339 |
| 30 | uid [ unknown] Fabio Utzig <utzig@apache.org> |
| 31 | uid [ unknown] Fabio Utzig <utzig@utzig.org> |
| 32 | sub rsa4096 2017-07-28 [E] |
Francesco Servidio | 4b2f9ce | 2021-11-04 10:53:56 +0100 | [diff] [blame] | 33 | ``` |
David Brown | 0d98a9c | 2019-10-02 13:59:42 -0600 | [diff] [blame] | 34 | |
| 35 | Please include the word "SECURITY" as well as "MCUboot" in the subject |
Francesco Servidio | 4b2f9ce | 2021-11-04 10:53:56 +0100 | [diff] [blame] | 36 | of any message. |
David Brown | 0d98a9c | 2019-10-02 13:59:42 -0600 | [diff] [blame] | 37 | |
Francesco Servidio | 4b2f9ce | 2021-11-04 10:53:56 +0100 | [diff] [blame] | 38 | We will make our best effort to respond in a timely manner. Most |
David Brown | 0d98a9c | 2019-10-02 13:59:42 -0600 | [diff] [blame] | 39 | vulnerabilities found within published code will undergo an embargo of |
| 40 | 90 days to allow time fixes to be developed and deployed. |
| 41 | |
Francesco Servidio | 5bc9832 | 2021-11-03 13:19:22 +0100 | [diff] [blame] | 42 | ## Vulnerability advisories |
David Brown | 0d98a9c | 2019-10-02 13:59:42 -0600 | [diff] [blame] | 43 | |
| 44 | Vulnerability reports and published fixes will be reported as follows: |
| 45 | |
Francesco Servidio | 4b2f9ce | 2021-11-04 10:53:56 +0100 | [diff] [blame] | 46 | - Issues will be entered into MCUboot's [security advisory |
| 47 | system](https://github.com/mcu-tools/mcuboot/security/advisories) on GitHub, with |
David Brown | 0d98a9c | 2019-10-02 13:59:42 -0600 | [diff] [blame] | 48 | the interested parties (including the reporter) added as viewers. |
| 49 | |
| 50 | - The release notes will contain a reference to any allocated CVE(s). |
| 51 | |
Francesco Servidio | 4b2f9ce | 2021-11-04 10:53:56 +0100 | [diff] [blame] | 52 | - When the embargo is lifted, the security advisory page will be made |
David Brown | 0d98a9c | 2019-10-02 13:59:42 -0600 | [diff] [blame] | 53 | public, and the public CVE database will be updated with all |
| 54 | relevant information. |