Skip to content

Commit 11af688

Browse files
authored
.sync/SECURITY.md: Fix markdownlint errors (#106)
The following errors were raised in https://github.com/microsoft/mu and resolved in this change: - SECURITY.md:11 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] - SECURITY.md:22:84 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] - SECURITY.md:34 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 4458375 commit 11af688

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.sync/github_templates/security/SECURITY.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ code with the intent that any consuming projects can use this code as-is. If fe
66
or fixes are necessary we ask that they contribute them back to the project. **But**, that
77
said, in the firmware ecosystem there is a lot of variation and differentiation, and
88
the license in this project allows flexibility for use without contribution back to
9-
Project Mu. Therefore, any issues found here may or may not exist in products using Project Mu.
10-
9+
Project Mu. Therefore, any issues found here may or may not exist in products using Project Mu.
1110

1211
## Supported Versions
1312

@@ -19,7 +18,7 @@ For a serious vulnerability we may patch older release branches.
1918
Project Mu contains code that is available and/or originally authored in other
2019
repositories (see <https://github.com/tianocore/edk2> as one such example). For any
2120
vulnerability found, we may be subject to their security policy and may need to work
22-
with those groups to resolve amicably and patch the "upstream". This might involve
21+
with those groups to resolve amicably and patch the "upstream". This might involve
2322
additional time to release and/or additional confidentiality requirements.
2423

2524
## Reporting a Vulnerability
@@ -31,7 +30,6 @@ repository. This process is well documented by github in their documentation [he
3130

3231
This process will allow us to privately discuss the issue, collaborate on a solution, and then disclose the vulnerability.
3332

34-
3533
## Preferred Languages
3634

3735
We prefer all communications to be in English.

0 commit comments

Comments
 (0)