Skip to content

Commit 42d2e0f

Browse files
authored
Create 'Security' section and move the PSRT and SBOM pages there (#1805)
1 parent f890063 commit 42d2e0f

9 files changed

Lines changed: 16 additions & 3 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# https://git-scm.com/docs/gitignore#_pattern_format
66

77
# PSRT member list owned by PSRT admins.
8-
developer-workflow/psrt*.csv @warsaw @ewdurbin @ned-deily @sethmlarson
8+
security/psrt*.csv @warsaw @ewdurbin @ned-deily @sethmlarson

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@
147147
"langchanges.rst": "developer-workflow/lang-changes.rst",
148148
"porting.rst": "developer-workflow/porting.rst",
149149
"stdlibchanges.rst": "developer-workflow/stdlib.rst",
150+
# Security
151+
"developer-workflow/psrt.rst": "security/psrt.rst",
152+
"developer-workflow/sbom.rst": "security/sbom.rst",
150153
# Documentation
151154
"docquality.rst": "documentation/help-documenting.rst",
152155
"documenting.rst": "documentation/start-documenting.rst",

developer-workflow/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ Development workflow
1515
c-api
1616
grammar
1717
porting
18-
sbom
19-
psrt

index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ Full table of contents
288288
testing/index
289289
development-tools/index
290290
core-team/index
291+
security/index
291292
internals
292293
versions
293294

security/index.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. _security:
2+
3+
========
4+
Security
5+
========
6+
7+
.. toctree::
8+
:maxdepth: 5
9+
10+
psrt
11+
sbom
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)