blob: ae003a4b4cf960997031f625b2031f515dd4c5d7 [file] [log] [blame] [view]
David Brown0d98a9c2019-10-02 13:59:42 -06001# MCUboot project security policy
2
3## Reporting Security Issues
4
5The MCUboot team takes security, vulnerabilities, and weaknesses
6seriously.
7
8Security issues should be sent to the current maintainers of the
9project:
10
11- David Brown: davidb@davidb.org or david.brown@linaro.org
12- Fabio Utzig: utzig@apache.org
13
David Brown37b96e72019-10-08 09:59:55 -060014If you wish to send encrypted email, you may use these PGP keys:
15
David Brown0d98a9c2019-10-02 13:59:42 -060016 pub rsa4096 2011-10-14 [SC]
17 DAFD760825AE2636AEA9CB19E6BA9F5C5E54DF82
18 uid [ultimate] David Brown <davidb@davidb.org>
19 uid [ultimate] David Brown <david.brown@linaro.org>
20 sub rsa4096 2011-10-14 [E]
21
22and
23
24 pub rsa4096 2017-07-28 [SC]
25 126087C7E725625BC7E89CC7537097EDFD4A7339
26 uid [ unknown] Fabio Utzig <utzig@apache.org>
27 uid [ unknown] Fabio Utzig <utzig@utzig.org>
28 sub rsa4096 2017-07-28 [E]
29
30Please include the word "SECURITY" as well as "MCUboot" in the subject
31of any messages.
32
33We will make our best effort to respond within a timely manner. Most
34vulnerabilities found within published code will undergo an embargo of
3590 days to allow time fixes to be developed and deployed.
36
37## Vulnerability Advisories
38
39Vulnerability reports and published fixes will be reported as follows:
40
41- Issues will be entered into Github's [Security Advisory
42 system](https://github.com/JuulLabs-OSS/mcuboot/security/advisories), with
43 the interested parties (including the reporter) added as viewers.
44
45- The release notes will contain a reference to any allocated CVE(s).
46
47- When any embargo is lifted, the Security Advisory page will be made
48 public, and the public CVE database will be updated with all
49 relevant information.