diff --git a/process/folder_templates/features/feature_name/architecture/index.rst b/process/folder_templates/features/feature_name/architecture/index.rst index ea48cde157..43efcbaf95 100644 --- a/process/folder_templates/features/feature_name/architecture/index.rst +++ b/process/folder_templates/features/feature_name/architecture/index.rst @@ -20,7 +20,7 @@ Feature Architecture .. document:: [Your Feature Name] Architecture :id: doc__feature_name_architecture :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__feature_arch :tags: template @@ -69,7 +69,7 @@ Static Architecture .. feat_arc_sta:: Static View :id: feat_arc_sta__feature_name__static_view :security: YES - :safety: ASIL_D + :safety: ASIL_B :status: invalid :fulfils: feat_req__feature_name__some_title :includes: logic_arc_int__feature_name__interface_name @@ -86,7 +86,7 @@ Dynamic Architecture .. feat_arc_dyn:: Dynamic View :id: feat_arc_dyn__feature_name__dynamic_view :security: YES - :safety: ASIL_D + :safety: ASIL_B :status: invalid :fulfils: feat_req__feature_name__some_title @@ -98,7 +98,7 @@ Logical Interfaces .. logic_arc_int:: Interface Name :id: logic_arc_int__feature_name__interface_name :security: YES - :safety: ASIL_D + :safety: ASIL_B :status: invalid .. needarch:: @@ -110,7 +110,7 @@ Logical Interfaces .. logic_arc_int_op:: Operation :id: logic_arc_int_op__feature_name__operation :security: YES - :safety: ASIL_D + :safety: ASIL_B :status: invalid :included_by: logic_arc_int__feature_name__interface_name @@ -138,7 +138,7 @@ They will be replaced by linking the proper SW component definitions in the used .. comp_arc_sta:: Component Name :id: comp_arc_sta__feature_name__component_name - :safety: ASIL_D + :safety: ASIL_B :security: YES :status: invalid :implements: logic_arc_int__feature_name__interface_name diff --git a/process/folder_templates/features/feature_name/index.rst b/process/folder_templates/features/feature_name/index.rst index 61b16cda74..19bec2f462 100644 --- a/process/folder_templates/features/feature_name/index.rst +++ b/process/folder_templates/features/feature_name/index.rst @@ -22,7 +22,7 @@ .. document:: [Your Feature Name] :id: doc__feature_name :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__feat_request :tags: template diff --git a/process/folder_templates/features/feature_name/requirements/index.rst b/process/folder_templates/features/feature_name/requirements/index.rst index b5e6235f07..2e153a03b0 100644 --- a/process/folder_templates/features/feature_name/requirements/index.rst +++ b/process/folder_templates/features/feature_name/requirements/index.rst @@ -18,7 +18,7 @@ Requirements .. document:: [Your Feature Name] Requirements :id: doc__feature_name_requirements :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__requirements__feat :tags: template @@ -36,7 +36,7 @@ Requirements .. stkh_req:: Template :id: stkh_req__requirements__template :reqtype: Non-Functional - :safety: ASIL_D + :safety: ASIL_B :rationale: Exists just for the template example :status: invalid @@ -49,7 +49,7 @@ Requirements :id: feat_req__feature_name__some_title :reqtype: Process :security: YES - :safety: ASIL_D + :safety: ASIL_B :satisfies: stkh_req__requirements__template :status: invalid @@ -61,7 +61,7 @@ Requirements :id: aou_req__feature_name__some_other_title :reqtype: Process :security: YES - :safety: ASIL_D + :safety: ASIL_B :status: invalid The Feature User shall do xyz to use the feature safely diff --git a/process/folder_templates/features/feature_name/safety_analysis/dfa.rst b/process/folder_templates/features/feature_name/safety_analysis/dfa.rst index 5d322ac57e..f94b26ae59 100644 --- a/process/folder_templates/features/feature_name/safety_analysis/dfa.rst +++ b/process/folder_templates/features/feature_name/safety_analysis/dfa.rst @@ -19,7 +19,7 @@ Dependent Failure Analysis .. document:: [Your Feature Name] DFA :id: doc__feature_name_dfa :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__sw_feature_dfa :tags: template diff --git a/process/folder_templates/features/feature_name/safety_analysis/fmea.rst b/process/folder_templates/features/feature_name/safety_analysis/fmea.rst index 213c96b8c6..1bdf9f536c 100644 --- a/process/folder_templates/features/feature_name/safety_analysis/fmea.rst +++ b/process/folder_templates/features/feature_name/safety_analysis/fmea.rst @@ -19,7 +19,7 @@ Safety Analysis : FMEA .. document:: [Your Feature Name] FMEA :id: doc__feature_name_fmea :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__sw_feature_safety_analysis :tags: template diff --git a/process/folder_templates/features/feature_name/safety_planning/index.rst b/process/folder_templates/features/feature_name/safety_planning/index.rst index 38248fcab0..74d50bbeea 100644 --- a/process/folder_templates/features/feature_name/safety_planning/index.rst +++ b/process/folder_templates/features/feature_name/safety_planning/index.rst @@ -20,7 +20,7 @@ Feature Safety Planning .. document:: [Your Feature Name] Safety WPs :id: doc__feature_name_safety_wp :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__platform_safety_plan :tags: template diff --git a/process/folder_templates/modules/module_name/component_name/docs/architecture/index.rst b/process/folder_templates/modules/module_name/component_name/docs/architecture/index.rst index 731769dd5b..9a9132c3e5 100644 --- a/process/folder_templates/modules/module_name/component_name/docs/architecture/index.rst +++ b/process/folder_templates/modules/module_name/component_name/docs/architecture/index.rst @@ -20,7 +20,7 @@ Component Architecture .. document:: [Your Component Name] Architecture :id: doc__component_name_architecture :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__component_arch :tags: template @@ -71,7 +71,7 @@ The components are designed to cover the expectations from the feature architect .. comp_arc_sta:: Component Name (Static View) :id: comp_arc_sta__component_name__static_view :security: YES - :safety: ASIL_D + :safety: ASIL_B :status: invalid :implements: logic_arc_int__feature_name__interface_name :fulfils: comp_req__component_name__some_title @@ -89,7 +89,7 @@ Dynamic Architecture .. comp_arc_dyn:: Dynamic View :id: comp_arc_dyn__component_name__dynamic_view :security: YES - :safety: ASIL_D + :safety: ASIL_B :status: invalid :fulfils: comp_req__component_name__some_title @@ -104,7 +104,7 @@ Interfaces .. real_arc_int:: :id: real_arc_int__<component>__<Title> :security: <YES|NO> - :safety: <QM|ASIL_B|ASIL_D> + :safety: <QM|ASIL_B> :fulfils: <link to component requirement id> :language: cpp @@ -114,7 +114,7 @@ Lower Level Components .. comp_arc_sta:: Component Name 2 :id: comp_arc_sta__component_name__2 :status: invalid - :safety: ASIL_D + :safety: ASIL_B :security: YES :implements: logic_arc_int__feature_name__interface_name diff --git a/process/folder_templates/modules/module_name/component_name/docs/component_classification.rst b/process/folder_templates/modules/module_name/component_name/docs/component_classification.rst index 7a6214f3a3..6b85a90ec4 100644 --- a/process/folder_templates/modules/module_name/component_name/docs/component_classification.rst +++ b/process/folder_templates/modules/module_name/component_name/docs/component_classification.rst @@ -20,7 +20,7 @@ Component Classification .. document:: [Your Component Name] Component Classification :id: doc__component_name_comp_class :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__sw_component_class :tags: template diff --git a/process/folder_templates/modules/module_name/component_name/docs/detailed_design/index.rst b/process/folder_templates/modules/module_name/component_name/docs/detailed_design/index.rst index 464eb22e94..ec1ffefb0b 100644 --- a/process/folder_templates/modules/module_name/component_name/docs/detailed_design/index.rst +++ b/process/folder_templates/modules/module_name/component_name/docs/detailed_design/index.rst @@ -20,7 +20,7 @@ Detailed Design .. document:: [Your Component Name] Detailed Design :id: doc__component_name_detailed_design :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__sw_implementation :tags: template @@ -56,7 +56,7 @@ Static Diagrams for Unit Interactions .. dd_sta:: <Title> :id: dd_sta__<Title> :security: <YES|NO> - :safety: <QM|ASIL_B|ASIL_D> + :safety: <QM|ASIL_B> :status: <valid|invalid> :implements: <link to component requirement id> :satisfies: <link to component architecture id> @@ -70,7 +70,7 @@ Dynamic Diagrams for Unit Interactions .. dd_dyn:: <Title> :id: dd_dyn__<Title> :security: <YES|NO> - :safety: <QM|ASIL_B|ASIL_D> + :safety: <QM|ASIL_B> :status: <valid|invalid> :implements: <link to component requirement id> :satisfies: <link to component architecture id> diff --git a/process/folder_templates/modules/module_name/component_name/docs/index.rst b/process/folder_templates/modules/module_name/component_name/docs/index.rst index 9740bde356..7f8d3a85ab 100644 --- a/process/folder_templates/modules/module_name/component_name/docs/index.rst +++ b/process/folder_templates/modules/module_name/component_name/docs/index.rst @@ -22,7 +22,7 @@ .. document:: [Your Component Name] :id: doc__component_name :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__cmpt_request :tags: template diff --git a/process/folder_templates/modules/module_name/component_name/docs/requirements/index.rst b/process/folder_templates/modules/module_name/component_name/docs/requirements/index.rst index 9e0d6d7b6f..a63a73e122 100644 --- a/process/folder_templates/modules/module_name/component_name/docs/requirements/index.rst +++ b/process/folder_templates/modules/module_name/component_name/docs/requirements/index.rst @@ -18,7 +18,7 @@ Requirements .. document:: [Your Component Name] Requirements :id: doc__component_name_requirements :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__requirements__comp :tags: template @@ -37,7 +37,7 @@ Requirements :id: comp_req__component_name__some_title :reqtype: Process :security: YES - :safety: ASIL_D + :safety: ASIL_B :satisfies: feat_req__feature_name__some_title :status: invalid @@ -56,7 +56,7 @@ Requirements :id: aou_req__component_name__next_title :reqtype: Process :security: YES - :safety: ASIL_D + :safety: ASIL_B :status: invalid The Component User shall do xyz to use the component safely diff --git a/process/folder_templates/modules/module_name/component_name/docs/safety_analysis/dfa.rst b/process/folder_templates/modules/module_name/component_name/docs/safety_analysis/dfa.rst index 1626d6304c..b31d5d5293 100644 --- a/process/folder_templates/modules/module_name/component_name/docs/safety_analysis/dfa.rst +++ b/process/folder_templates/modules/module_name/component_name/docs/safety_analysis/dfa.rst @@ -19,7 +19,7 @@ Dependent Failure Analysis .. document:: [Your Component Name] DFA :id: doc__component_name_dfa :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__sw_component_dfa :tags: template diff --git a/process/folder_templates/modules/module_name/component_name/docs/safety_analysis/fmea.rst b/process/folder_templates/modules/module_name/component_name/docs/safety_analysis/fmea.rst index 319c63d4ef..6409304602 100644 --- a/process/folder_templates/modules/module_name/component_name/docs/safety_analysis/fmea.rst +++ b/process/folder_templates/modules/module_name/component_name/docs/safety_analysis/fmea.rst @@ -19,7 +19,7 @@ Safety Analysis : FMEA .. document:: [Your Component Name] FMEA :id: doc__component_name_fmea :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__sw_component_safety_analysis :tags: template diff --git a/process/folder_templates/modules/module_name/docs/manual/safety_manual.rst b/process/folder_templates/modules/module_name/docs/manual/safety_manual.rst index fd47868584..168f7e1a4b 100644 --- a/process/folder_templates/modules/module_name/docs/manual/safety_manual.rst +++ b/process/folder_templates/modules/module_name/docs/manual/safety_manual.rst @@ -20,7 +20,7 @@ Safety Manual .. document:: [Your Module Name] Safety Manual :id: doc__module_name_safety_manual :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__module_safety_manual :tags: template diff --git a/process/folder_templates/modules/module_name/docs/release/release_note.rst b/process/folder_templates/modules/module_name/docs/release/release_note.rst index ba4e38cd37..e2969a582a 100644 --- a/process/folder_templates/modules/module_name/docs/release/release_note.rst +++ b/process/folder_templates/modules/module_name/docs/release/release_note.rst @@ -20,7 +20,7 @@ Release Note .. document:: [Your Module Name] Release Note :id: doc__module_name_release_note :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__module_sw_release_note :tags: template diff --git a/process/folder_templates/modules/module_name/docs/safety_mgt/module_safety_package_fdr.rst b/process/folder_templates/modules/module_name/docs/safety_mgt/module_safety_package_fdr.rst index f841547bb8..62f3381804 100644 --- a/process/folder_templates/modules/module_name/docs/safety_mgt/module_safety_package_fdr.rst +++ b/process/folder_templates/modules/module_name/docs/safety_mgt/module_safety_package_fdr.rst @@ -20,7 +20,7 @@ Safety Package Formal Review Report .. document:: [Your Module Name] Safety Package Formal Review :id: doc__module_name_safety_package_fdr :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__fdr_reports :tags: template diff --git a/process/folder_templates/modules/module_name/docs/safety_mgt/module_safety_plan.rst b/process/folder_templates/modules/module_name/docs/safety_mgt/module_safety_plan.rst index afd92d953f..69c6066742 100644 --- a/process/folder_templates/modules/module_name/docs/safety_mgt/module_safety_plan.rst +++ b/process/folder_templates/modules/module_name/docs/safety_mgt/module_safety_plan.rst @@ -20,7 +20,7 @@ Module Safety Plan .. document:: [Your Module Name] Safety Plan :id: doc__module_name_safety_plan :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__module_safety_plan :tags: template diff --git a/process/folder_templates/modules/module_name/docs/safety_mgt/module_safety_plan_fdr.rst b/process/folder_templates/modules/module_name/docs/safety_mgt/module_safety_plan_fdr.rst index 44989dad61..384b95c333 100644 --- a/process/folder_templates/modules/module_name/docs/safety_mgt/module_safety_plan_fdr.rst +++ b/process/folder_templates/modules/module_name/docs/safety_mgt/module_safety_plan_fdr.rst @@ -20,7 +20,7 @@ Safety Plan Formal Review Report .. document:: [Your Module Name] Safety Plan Formal Review :id: doc__module_name_safety_plan_fdr :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__fdr_reports :tags: template diff --git a/process/folder_templates/modules/module_name/docs/verification/module_verification_report.rst b/process/folder_templates/modules/module_name/docs/verification/module_verification_report.rst index 59a43fc93e..2a7d5afc44 100644 --- a/process/folder_templates/modules/module_name/docs/verification/module_verification_report.rst +++ b/process/folder_templates/modules/module_name/docs/verification/module_verification_report.rst @@ -20,7 +20,7 @@ Verification Report .. document:: [Your Module Name] Verification Report :id: doc__module_name_verification_report :status: draft - :safety: ASIL_D + :safety: ASIL_B :realizes: wp__verification__module_ver_report :tags: template diff --git a/process/process_areas/architecture_design/architecture_concept.rst b/process/process_areas/architecture_design/architecture_concept.rst index 95cdfb8240..383b916255 100644 --- a/process/process_areas/architecture_design/architecture_concept.rst +++ b/process/process_areas/architecture_design/architecture_concept.rst @@ -369,7 +369,7 @@ Following attributes need to be filled manually for each requirement: * - Status - Status of the architectural element [valid,invalid] * - Safety - - This attribute describes the impact of the architectural element on functional safety. Currently only following values are defined [QM, ASIL_B, ASIL_D]. Other values are not required at the moment as *ASIL decomposition* is not used so far. + - This attribute describes the impact of the architectural element on functional safety. Currently only following values are defined [QM, ASIL_B]. Other values are not required at the moment as *ASIL decomposition* is not used so far. * - Security - This attribute describes if the architectural element has any impact on the security of the platform. [YES,NO] * - Fulfils diff --git a/process/process_areas/architecture_design/guidance/architecture_process_reqs.rst b/process/process_areas/architecture_design/guidance/architecture_process_reqs.rst index 94595df882..6bd408e4d7 100644 --- a/process/process_areas/architecture_design/guidance/architecture_process_reqs.rst +++ b/process/process_areas/architecture_design/guidance/architecture_process_reqs.rst @@ -124,7 +124,6 @@ Attributes of Architectural Elements * QM * ASIL_B - * ASIL_D .. gd_req:: Architecture attribute: status :id: gd_req__arch__attr_status diff --git a/process/process_areas/change_management/guidance/change_management_reqs.rst b/process/process_areas/change_management/guidance/change_management_reqs.rst index 9bc0c9ea62..c3b1daa601 100644 --- a/process/process_areas/change_management/guidance/change_management_reqs.rst +++ b/process/process_areas/change_management/guidance/change_management_reqs.rst @@ -75,7 +75,6 @@ Change Request Attributes * QM * ASIL_B - * ASIL_D .. gd_req:: Change Request attribute: security :id: gd_req__change__attr_impact_security diff --git a/process/process_areas/documentation_management/guidance/documentation_templates.rst b/process/process_areas/documentation_management/guidance/documentation_templates.rst index 9360fc8f8b..1c3d909ee2 100644 --- a/process/process_areas/documentation_management/guidance/documentation_templates.rst +++ b/process/process_areas/documentation_management/guidance/documentation_templates.rst @@ -26,5 +26,5 @@ Documentation Templates | :id: doc__<Document Name> | :status: <valid|invalid> | :security: <YES|NO> - | :safety: <QM|ASIL_B|ASIL_D> + | :safety: <QM|ASIL_B> | :realizes: wp__<name of wp in process description> diff --git a/process/process_areas/requirements_engineering/guidance/requirements_process_reqs.rst b/process/process_areas/requirements_engineering/guidance/requirements_process_reqs.rst index 2e05d0f0f1..a1d6f05c49 100644 --- a/process/process_areas/requirements_engineering/guidance/requirements_process_reqs.rst +++ b/process/process_areas/requirements_engineering/guidance/requirements_process_reqs.rst @@ -118,7 +118,6 @@ Process Requirement Attributes * QM * ASIL_B - * ASIL_D .. gd_req:: Requirement attribute: status :id: gd_req__req__attr_status diff --git a/process/process_areas/requirements_engineering/guidance/requirements_templates.rst b/process/process_areas/requirements_engineering/guidance/requirements_templates.rst index e141c58a09..50939fccbb 100644 --- a/process/process_areas/requirements_engineering/guidance/requirements_templates.rst +++ b/process/process_areas/requirements_engineering/guidance/requirements_templates.rst @@ -28,7 +28,7 @@ Templates :id: stkh_req__<Title> :reqtype: <Functional|Interface|Process|Legal|Non-Functional> :security: <YES|NO> - :safety: <QM|ASIL_B|ASIL_D> + :safety: <QM|ASIL_B> :rational: <The rationale provides the reason that the requirement is needed.> :status: <valid|invalid> @@ -43,7 +43,7 @@ Templates :id: feat_req__<Feature>__<Title> :reqtype: <Functional|Interface|Process|Legal|Non-Functional> :security: <YES|NO> - :safety: <QM|ASIL_B|ASIL_D> + :safety: <QM|ASIL_B> :satisfies: <link to stakeholder requirement id> :status: <valid|invalid> @@ -58,7 +58,7 @@ Templates :id: comp_req__<Component>__<Title> :reqtype: <Functional|Interface|Process|Legal|Non-Functional> :security: <YES|NO> - :safety: <QM|ASIL_B|ASIL_D> + :safety: <QM|ASIL_B> :satisfies: <link to feature requirement id> :status: <valid|invalid> @@ -73,7 +73,7 @@ Templates :id: aou_req__<Component>__<Title> :reqtype: <Functional|Interface|Process|Legal|Non-Functional> :security: <YES|NO> - :safety: <QM|ASIL_B|ASIL_D> + :safety: <QM|ASIL_B> :status: <valid|invalid> :mitigates: <link to safety analysis> @@ -100,7 +100,7 @@ Templates .. tool_req:: <Title> :id: tool_req__<tool>__<Title> :security: <YES|NO> - :safety: <QM|ASIL_B|ASIL_D> + :safety: <QM|ASIL_B> :satisfies: <link to process req id> :status: <valid|invalid> :implemented: <YES|PARTIAL|NO> diff --git a/process/process_areas/requirements_engineering/requirements_concept.rst b/process/process_areas/requirements_engineering/requirements_concept.rst index 521b3f4ebf..2cd4634af1 100644 --- a/process/process_areas/requirements_engineering/requirements_concept.rst +++ b/process/process_areas/requirements_engineering/requirements_concept.rst @@ -174,7 +174,7 @@ Following attributes need to be filled manually for each requirement: For *Stakeholder Requirements* a rationale which provides some more background infos shall be provided. For any other requirement the reasoning can be deduced from the top level requirement. * - Safety - - This attribute describes the impact of the requirement on functional safety. Currently only following values are defined [QM, ASIL_B, ASIL_D]. Other values are not required at the moment as *ASIL decomposition* is not used so far. + - This attribute describes the impact of the requirement on functional safety. Currently only following values are defined [QM, ASIL_B]. Other values are not required at the moment as *ASIL decomposition* is not used so far. * - Security - This attribute describes if the requirement has any impact on security of the platform. * - Requirements Type