Skip to content

Commit a0f3c00

Browse files
danh-armde-nordic
authored andcommitted
Align with Trusted Firmware security policy
Align the project security policy with the Trusted Firmware security policy at: https://www.trustedfirmware.org/.well-known/security.txt Signed-off-by: Dan Handley <[email protected]>
1 parent b475adf commit a0f3c00

File tree

2 files changed

+22
-45
lines changed

2 files changed

+22
-45
lines changed

docs/SECURITY.md

Lines changed: 20 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,31 @@
11
# Project security policy
22

3-
The MCUboot team takes security, vulnerabilities, and weaknesses
4-
seriously.
3+
The MCUboot project uses the [TrustedFirmware.org security
4+
policy](https://www.trustedfirmware.org/.well-known/security.txt).
55

6-
## Reporting security issues
6+
## Reporting security vulnerabilities
77

8-
The preferred way to report security issues with MCUboot is via the "Report a
9-
security vulnerability" button on the main [security
10-
page](https://github.com/mcu-tools/mcuboot/security).
8+
The preferred way to report a security vulnerability with MCUboot is via the
9+
"Report a vulnerability" button on the main [security page
10+
](https://github.com/mcu-tools/mcuboot/security).
1111

12-
You can also directly contact the following maintainers of the project:
13-
14-
15-
- Fabio Utzig: [email protected]
16-
17-
If you wish to send an encrypted email, you may use these PGP keys:
18-
19-
```
20-
pub rsa4096 2011-10-14 [SC]
21-
DAFD760825AE2636AEA9CB19E6BA9F5C5E54DF82
22-
uid [ultimate] David Brown <[email protected]>
23-
uid [ultimate] David Brown <[email protected]>
24-
sub rsa4096 2011-10-14 [E]
25-
```
26-
27-
and
28-
29-
```
30-
pub rsa4096 2017-07-28 [SC]
31-
126087C7E725625BC7E89CC7537097EDFD4A7339
32-
uid [ unknown] Fabio Utzig <[email protected]>
33-
uid [ unknown] Fabio Utzig <[email protected]>
34-
sub rsa4096 2017-07-28 [E]
35-
```
36-
37-
Please include the word "SECURITY" as well as "MCUboot" in the subject
12+
You can also email the MCUboot security team at
13+
[email protected] as per the TrustedFirmware.org
14+
policy. Please include the word "SECURITY" as well as "MCUboot" in the subject
3815
of any message.
3916

40-
We will make our best effort to respond in a timely manner. Most
41-
vulnerabilities found within published code will undergo an embargo of
42-
90 days to allow time fixes to be developed and deployed.
43-
44-
## Vulnerability advisories
17+
## Disclosure
4518

46-
Vulnerability reports and published fixes will be reported as follows:
19+
Any confirmed security vulnerability will be disclosed to Trusted Stakeholders
20+
as per the TrustedFirmware.org policy.
4721

48-
- Issues will be entered into MCUboot's [security advisory
49-
system](https://github.com/mcu-tools/mcuboot/security/advisories) on GitHub, with
50-
the interested parties (including the reporter) added as viewers.
22+
A draft advisory and vulnerability fix will be created in MCUboot's [security
23+
advisory system](https://github.com/mcu-tools/mcuboot/security/advisories) on
24+
GitHub, with any interested Trusted Stakeholders and the reporter added as
25+
viewers.
5126

52-
- The release notes will contain a reference to any allocated CVE(s).
27+
On the public disclosure date, the security advisory page will be made public,
28+
and the public CVE database will be updated with all relevant information.
5329

54-
- When the embargo is lifted, the security advisory page will be made
55-
public, and the public CVE database will be updated with all
56-
relevant information.
30+
The release notes of the next MCUboot release will refer to any allocated
31+
CVE(s).
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Aligned the project security policy with the [TrustedFirmware.org security
2+
policy](https://www.trustedfirmware.org/.well-known/security.txt).

0 commit comments

Comments
 (0)