Commit 79cb3bf
Security documentation (#15242)
* Add comprehensive security documentation for SDL compliance
- Add security-configuration.md with MSBuild security settings and SDL compliance matrix
- Add security-best-practices.md with secure coding guidelines and Windows API usage
- Add security-process.md with security review process and compliance procedures
- Update README.md to include security documentation section
Addresses Work Item 59264836: SDL requirement for accessible security configuration guidance
Policy: Microsoft.Security.CE.10119 - Secure configuration guidance accessibility
* Change files
* fix(docs): Fix markdown linting errors in security documentation
- Fixed 126 markdown linting issues across 3 security documentation files
- Added blank lines around headings, lists, and code fences per MD022/MD031/MD032
- Removed trailing spaces and newlines per MD009/MD047
- All security docs now pass markdownlint-cli2 with 0 errors
Files fixed:
- docs/security-best-practices.md
- docs/security-configuration.md
- docs/security-process.md
Work Item: 59264836
* fix(docs): Correct security documentation links for vnext/README.md
- Changed paths from docs/ to ../docs/ to work from vnext directory
- vnext/README.md is auto-generated from root README.md during build
- Fixes link checker errors in CI build
---------
Co-authored-by: Nitin Chaudhary <[email protected]>1 parent 4be87f4 commit 79cb3bf
File tree
5 files changed
+1249
-0
lines changed- change
- docs
5 files changed
+1249
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments