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
1 change: 1 addition & 0 deletions docs/features/feature_example/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ Feature description and requirements can be found in the SCORE Platform.
safety_analysis/aou_requirements.rst
safety_planning/index.rst
security_planning/index.rst
security_analysis/aou_requirements.rst
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
..
# *******************************************************************************
# Copyright (c) 2026 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

[Feature Name] Security Assumptions of Use
==========================================

.. document:: [Feature Name] Feature Security AoU
:id: doc__feature_name_sec_feat_aou
:status: draft
:version: 1
:safety: QM
:security: YES
:realizes: wp__requirements_feat_aou
:tags: template


.. attention::
The above directive must be updated according to your Feature.

- Modify ``Feature Name`` to be your Feature Name
- Modify ``id`` to be your Feature Name in lower snake case preceded by ``doc__`` and followed by ``_feat_aou``
- Adjust ``status`` to be ``valid``
- Adjust ``safety``, ``security`` and ``tags`` according to your needs


AoU
---

.. code-block:: rst

.. aou_req:: Some Other Title
:id: aou_req__feature_name__sec_some_other_title
:reqtype: Process
:security: YES
:safety: QM
:status: invalid

The Feature User shall do xyz to use the feature securely.
124 changes: 66 additions & 58 deletions docs/template/index.rst

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions score/component_example/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ Component Detail Information
safety_analysis/fmea
safety_analysis/aou_requirements
component_classification
security_analysis/aou_requirements
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
..
# *******************************************************************************
# Copyright (c) 2026 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

[Component Name] AoU Component Requirements Template
====================================================

.. document:: [Component Name] Component AoU
:id: doc__component_name_feat_sec_aou
:status: draft
:version: 1
:safety: QM
:security: YES
:realizes: wp__requirements_comp_aou
:tags: template


.. attention::
The above directive must be updated according to your Component.

- Modify ``Component Name`` to be your Component Name
- Modify ``id`` to be your Component Name in upper snake case preceded by ``doc__`` and followed by ``_comp_aou``
- Adjust ``status`` to be ``valid``
- Adjust ``safety``, ``security`` and ``tags`` according to your needs

This page contains Assumption of Use requirement snippets that belong to the
template repository.

Component AoU
-------------

.. code-block:: rst

.. aou_req:: Next Title
:id: aou_req__mod_temp_component_name__sec_next_title
:reqtype: Process
:security: YES
:safety: QM
:status: invalid

The Component User shall do xyz to use the component securely

.. aou_req:: Another Title
:id: aou_req__mod_temp_component_name__another
:reqtype: Process
:security: YES
:safety: QM
:status: invalid
:tags: environment

The Component shall only be used in a xyz environment to ensure its secure and proper functioning.
Loading