-
Notifications
You must be signed in to change notification settings - Fork 16
process: improve process description safety analysis #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
masc2023
merged 21 commits into
eclipse-score:main
from
qorix-group:vohae_safety_analysis
Jul 30, 2025
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
05f9e3d
process: include first review findings process req
PandaeDo be57c2d
process: improvent safety analysis
PandaeDo b2ff0b0
process: update templates attributes
PandaeDo a0f87f1
process: changed prefix process reqs
PandaeDo 97cbcc4
process: changed process req title
PandaeDo 0e254b9
process: improvent safety analysis
PandaeDo f148f43
process: update templates attributes
PandaeDo 0d01e1d
process: update process req
PandaeDo 0687a94
process: include audit remarks
PandaeDo 0e077ed
include review findings. Update docs-as-code version
PandaeDo 55831bd
include review findings. changes procudure when fault model doesn't a…
PandaeDo a0ff3b9
remove tool names
PandaeDo 4c76409
inlcude review findings
PandaeDo c12f94b
correct linkage
PandaeDo 675d4d6
include review findings
PandaeDo 3053b37
include review findings
PandaeDo 7a6958b
update examples
PandaeDo aa0f544
finalized examples
PandaeDo c692a99
add review findings
PandaeDo c1d5510
update to platform dfa
PandaeDo 63480a5
include review finding
PandaeDo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PandaeDo marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 59 additions & 0 deletions
59
process/folder_templates/features/feature_name/safety_analysis/platform_dfa.rst
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would expect this file in a parallel folder, platform, but we can that also take in a future PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| .. | ||
| # ******************************************************************************* | ||
| # Copyright (c) 2025 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 | ||
| # ******************************************************************************* | ||
|
|
||
| Platform DFA (Dependent Failure Analysis) | ||
| ========================================= | ||
|
|
||
| .. document:: Platform DFA | ||
| :id: doc__platform_dfa | ||
| :status: draft | ||
| :safety: ASIL_B | ||
| :realizes: wp__platform_dfa | ||
| :tags: template | ||
|
|
||
| .. note:: The platform DFA is only performed once at platform level to analyse the dependencies between the features of the platform. | ||
| The results shall be used as an input for the safety analysis so that general safety mechanisms are only defined once and not in every single safety analysis. | ||
|
|
||
| .. note:: Use the content of the document to describe e.g. why a fault model is not applicable for the diagram. | ||
|
|
||
| .. attention:: | ||
| The above directive must be updated according to your Feature. | ||
|
|
||
| - Modify ``Your Feature Name`` to be your Feature Name | ||
| - Modify ``id`` to be your Feature Name in upper snake case preceded by ``doc__`` and succeeded by ``_dfa`` | ||
| - Adjust ``status`` to be ``valid`` | ||
| - Adjust ``safety`` and ``tags`` according to your needs | ||
|
|
||
| Dependent Failure Initiators | ||
| ---------------------------- | ||
|
|
||
| .. code-block:: rst | ||
| .. plat_saf_dfa:: <Title> | ||
| :violates: <Feature architecture> | ||
| :id: plat_saf_DFA__<Feature>__<Element descriptor> | ||
| :failure_id: <ID from DFA failure initiators :need:`gd_guidl__dfa_failure_initiators`> | ||
| :failure_effect: "description of failure effect of the failure initiator on the element" | ||
| :mitigated_by: <ID from Feature Requirement | ID from AoU Feature Requirement> | ||
| :mitigation_issue: <ID from Issue Tracker> | ||
| :sufficient: <yes|no> | ||
| :status: <valid|invalid> | ||
| .. note:: argument is inside the 'content'. Therefore content is mandatory | ||
|
|
||
| .. attention:: | ||
| The above directive must be updated according to the platform DFA. | ||
|
|
||
| - The above "code-block" directive must be updated | ||
| - Fill in all the needed information in the <brackets> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PandaeDo marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PandaeDo marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.