Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# https://git-scm.com/docs/gitignore#_pattern_format

# PSRT member list owned by PSRT admins.
developer-workflow/psrt*.csv @warsaw @ewdurbin @ned-deily @sethmlarson
security/psrt*.csv @warsaw @ewdurbin @ned-deily @sethmlarson
3 changes: 3 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@
"langchanges.rst": "developer-workflow/lang-changes.rst",
"porting.rst": "developer-workflow/porting.rst",
"stdlibchanges.rst": "developer-workflow/stdlib.rst",
# Security
"developer-workflow/psrt.rst": "security/psrt.rst",
"developer-workflow/sbom.rst": "security/sbom.rst",
# Documentation
"docquality.rst": "documentation/help-documenting.rst",
"documenting.rst": "documentation/start-documenting.rst",
Expand Down
2 changes: 0 additions & 2 deletions developer-workflow/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ Development workflow
c-api
grammar
porting
sbom
psrt
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ Full table of contents
testing/index
development-tools/index
core-team/index
security/index
internals
versions

Expand Down
11 changes: 11 additions & 0 deletions security/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. _security:

========
Security
========

.. toctree::
:maxdepth: 5

psrt
sbom
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading