Skip to content

Commit ba2316b

Browse files
Update safety mgt templates after piloting - fixes
Resolves: #60
1 parent 92d4598 commit ba2316b

File tree

7 files changed

+16
-12
lines changed

7 files changed

+16
-12
lines changed

process/folder_templates/features/feature_name/architecture/chklst_arc_inspection.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
:id: doc__feature_name_arc_inspection
1818
:status: draft
1919
:safety: ASIL_B
20+
:security: YES
2021
:realizes: wp__sw_arch_verification
2122
:tags: template
2223

@@ -26,7 +27,7 @@
2627
- Modify ``Your Feature Name`` to be your Feature Name
2728
- Modify ``id`` to be your Feature Name in lower snake case preceded by ``doc__`` and followed by ``_arc_inspection``
2829
- Adjust ``status`` to be ``valid``
29-
- Adjust ``safety`` and ``tags`` according to your needs
30+
- Adjust ``safety``, ``security`` and ``tags`` according to your needs
3031

3132
Architecture Inspection Checklist
3233
=================================

process/folder_templates/features/feature_name/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ Footnotes
187187
.. toctree::
188188
:hidden:
189189

190-
requirements/index.rst
191-
requirements/chklst_req_inspection.rst
192190
architecture/index.rst
193191
architecture/chklst_arc_inspection.rst
194-
safety_planning/index.rst
192+
requirements/index.rst
193+
requirements/chklst_req_inspection.rst
195194
safety_analysis/fmea.rst
196195
safety_analysis/dfa.rst
196+
safety_planning/index.rst

process/folder_templates/features/feature_name/requirements/chklst_req_inspection.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
:id: doc__feature_name_req_inspection
1818
:status: draft
1919
:safety: ASIL_B
20+
:security: YES
2021
:realizes: wp__requirements_inspect
2122
:tags: template
2223

@@ -26,7 +27,7 @@
2627
- Modify ``Your Feature Name`` to be your Feature Name
2728
- Modify ``id`` to be your Feature Name in lower snake case preceded by ``doc__`` and followed by ``_req_inspection``
2829
- Adjust ``status`` to be ``valid``
29-
- Adjust ``safety`` and ``tags`` according to your needs
30+
- Adjust ``safety``, ``security`` and ``tags`` according to your needs
3031

3132
Requirement Inspection Checklist
3233
================================

process/folder_templates/features/feature_name/safety_planning/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Additional to the tailoring in the SW platform project as defined in the project
4343
- <work product/requirement> - <Argumentation why it is not needed or replaced by another work product or activity.>
4444

4545

46-
Inter-process Communication Safety Work Products
47-
================================================
46+
Safety Work products List
47+
=========================
4848

4949
.. list-table:: Feature <feature_name> Work products
5050
:header-rows: 1

process/folder_templates/modules/module_name/component_name/docs/architecture/chklst_arc_inspection.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
:id: doc__component_name_arc_inspection
1818
:status: draft
1919
:safety: ASIL_B
20+
:security: YES
2021
:realizes: wp__sw_arch_verification
2122
:tags: template
2223

@@ -26,7 +27,7 @@
2627
- Modify ``Your Component Name`` to be your component Name
2728
- Modify ``id`` to be your component Name in lower snake case preceded by ``doc__`` and followed by ``_arc_inspection``
2829
- Adjust ``status`` to be ``valid``
29-
- Adjust ``safety`` and ``tags`` according to your needs
30+
- Adjust ``safety``, ``security`` and ``tags`` according to your needs
3031

3132
Architecture Inspection Checklist
3233
=================================

process/folder_templates/modules/module_name/component_name/docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ Footnotes
174174
.. toctree::
175175
:hidden:
176176

177-
requirements/index.rst
178-
requirements/chklst_req_inspection.rst
179177
architecture/index.rst
180178
architecture/chklst_arc_inspection.rst
179+
component_classification.rst
181180
detailed_design/index.rst
181+
requirements/index.rst
182+
requirements/chklst_req_inspection.rst
182183
safety_analysis/fmea.rst
183184
safety_analysis/dfa.rst
184-
component_classification.rst

process/folder_templates/modules/module_name/component_name/docs/requirements/chklst_req_inspection.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
:id: doc__component_name_req_inspection
1818
:status: draft
1919
:safety: ASIL_B
20+
:security: YES
2021
:realizes: wp__requirements_inspect
2122
:tags: template
2223

@@ -26,7 +27,7 @@
2627
- Modify ``Your Component Name`` to be your Component Name
2728
- Modify ``id`` to be your Component Name in lower snake case preceded by ``doc__`` and followed by ``_req_inspection``
2829
- Adjust ``status`` to be ``valid``
29-
- Adjust ``safety`` and ``tags`` according to your needs
30+
- Adjust ``safety``, ``security`` and ``tags`` according to your needs
3031

3132
Requirement Inspection Checklist
3233
================================

0 commit comments

Comments
 (0)