From 086936b4a5289316e27546ec9ea1f3ee463a656f Mon Sep 17 00:00:00 2001 From: pandaedo Date: Wed, 4 Mar 2026 09:59:00 +0100 Subject: [PATCH 1/2] update tools --- docs/platform_management_plan/software_development.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/platform_management_plan/software_development.rst b/docs/platform_management_plan/software_development.rst index c91a396e998..57f84e7969a 100644 --- a/docs/platform_management_plan/software_development.rst +++ b/docs/platform_management_plan/software_development.rst @@ -103,6 +103,10 @@ minutes and Working Sections were stored. Within issues can bugfixes, improvemen set up. It's also possible to report there Security vulnerabilities. GitHub Actions is used as a support for continuous integration. +The following GitHub features are activated to improve security and quality for software development: +* **GitHub Dependabot** - Automated dependency vulnerability detection and update pull requests +* **GitHub Advanced Security** - Code scanning and secret scanning capabilities where available (CodeQL) + .. rubric:: Sphinx is used for software documentation to generate html-sides from reStructuredText. @@ -138,7 +142,7 @@ is used in conjunction with the Clang compiler to perform static analysis. .. rubric:: Host Compiler Rust -There is currently no selection of a Rust compiler for S-CORE. Pick your own favorite. +There is currently no selection of a Rust compiler for S-CORE. Pick your own favourite. .. rubric:: Target Compiler Rust From a2dfc498f7036d99e581b20df1b0d258d7c1d71b Mon Sep 17 00:00:00 2001 From: pandaedo Date: Wed, 4 Mar 2026 10:05:56 +0100 Subject: [PATCH 2/2] link to vulnerability management plan --- docs/platform_management_plan/software_development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform_management_plan/software_development.rst b/docs/platform_management_plan/software_development.rst index 57f84e7969a..18afbde055d 100644 --- a/docs/platform_management_plan/software_development.rst +++ b/docs/platform_management_plan/software_development.rst @@ -103,7 +103,7 @@ minutes and Working Sections were stored. Within issues can bugfixes, improvemen set up. It's also possible to report there Security vulnerabilities. GitHub Actions is used as a support for continuous integration. -The following GitHub features are activated to improve security and quality for software development: +The following GitHub features are activated to improve security :need:`doc__platform_vulnerability_mgt_plan` and quality for software development: * **GitHub Dependabot** - Automated dependency vulnerability detection and update pull requests * **GitHub Advanced Security** - Code scanning and secret scanning capabilities where available (CodeQL)