diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 06213bdf40..9c2d9d9e4a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/conf.py b/conf.py index 1d88937227..7cf2e98d4d 100644 --- a/conf.py +++ b/conf.py @@ -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", diff --git a/developer-workflow/index.rst b/developer-workflow/index.rst index 9919398e62..e04fc8a8b3 100644 --- a/developer-workflow/index.rst +++ b/developer-workflow/index.rst @@ -15,5 +15,3 @@ Development workflow c-api grammar porting - sbom - psrt diff --git a/index.rst b/index.rst index 4a478e7cc1..a7f1ff016a 100644 --- a/index.rst +++ b/index.rst @@ -288,6 +288,7 @@ Full table of contents testing/index development-tools/index core-team/index + security/index internals versions diff --git a/security/index.rst b/security/index.rst new file mode 100644 index 0000000000..cbc1eb4e46 --- /dev/null +++ b/security/index.rst @@ -0,0 +1,11 @@ +.. _security: + +======== +Security +======== + +.. toctree:: + :maxdepth: 5 + + psrt + sbom diff --git a/developer-workflow/psrt-emeritus.csv b/security/psrt-emeritus.csv similarity index 100% rename from developer-workflow/psrt-emeritus.csv rename to security/psrt-emeritus.csv diff --git a/developer-workflow/psrt.csv b/security/psrt.csv similarity index 100% rename from developer-workflow/psrt.csv rename to security/psrt.csv diff --git a/developer-workflow/psrt.rst b/security/psrt.rst similarity index 100% rename from developer-workflow/psrt.rst rename to security/psrt.rst diff --git a/developer-workflow/sbom.rst b/security/sbom.rst similarity index 100% rename from developer-workflow/sbom.rst rename to security/sbom.rst