Skip to content

Commit 7880247

Browse files
committed
Create security section and move PSRT there
1 parent f890063 commit 7880247

8 files changed

Lines changed: 14 additions & 2 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@
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",
150152
# Documentation
151153
"docquality.rst": "documentation/help-documenting.rst",
152154
"documenting.rst": "documentation/start-documenting.rst",

developer-workflow/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ Development workflow
1616
grammar
1717
porting
1818
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. _security:
2+
3+
========
4+
Security
5+
========
6+
7+
.. toctree::
8+
:maxdepth: 5
9+
10+
psrt
File renamed without changes.

0 commit comments

Comments
 (0)