Skip to content
Merged
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
6 changes: 5 additions & 1 deletion docs/platform_management_plan/software_development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 :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)

.. rubric:: Sphinx

is used for software documentation to generate html-sides from reStructuredText.
Expand Down Expand Up @@ -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

Expand Down