-
Notifications
You must be signed in to change notification settings - Fork 60
add score tools folder #1398
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
Merged
add score tools folder #1398
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion
2
docs/platform_management_plan/_assets/score_tool_management_evaluation.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,181 @@ | ||
.. | ||
# ******************************************************************************* | ||
# 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 | ||
# ******************************************************************************* | ||
|
||
.. document:: Doc-as-Code | ||
:id: doc__tool__doc_as_code | ||
:status: draft | ||
:safety: ASIL_B | ||
:security: YES | ||
:tags: tool_management | ||
|
||
|
||
Doc-as-Code Verification Report | ||
=============================== | ||
|
||
|
||
Identification | ||
-------------- | ||
| UID Doc-as-Code | ||
| Version: release-0.2.4 | ||
| Status: evaluated | ||
| Tcl: low | ||
| Safety_affected: yes | ||
| Security_affected: yes | ||
|
||
(todo: discuss to update metamodel with the attributes above, what can be automated?) | ||
|
||
|
||
Introduction | ||
------------ | ||
|
||
Scope and purpose | ||
~~~~~~~~~~~~~~~~~ | ||
Generate documentation (.html files) based on text files (.rst / .md) and configuration data. | ||
|
||
|
||
Inputs and outputs | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
Inputs are restructured text files (.rst) and markdown files (,md) | ||
Outputs are HTML files (.html) | ||
|
||
.. figure:: _assets/doc_as_code.drawio.svg | ||
:width: 100% | ||
:align: center | ||
:alt: Doc-as-Code overview | ||
|
||
Doc-as-Code overview | ||
|
||
Available information | ||
~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
Project Documentation is available here: | ||
|
||
`Doc-as-Code Project Documentation <https://eclipse-score.github.io/docs-as-code/main/index.html>`_ | ||
|
||
This includes getting started or usage information and integration manual. | ||
|
||
The capabilities of the tool can be found here: | ||
|
||
`Doc-as-Code Project Capabilities <https://eclipse-score.github.io/docs-as-code/main/product/capabilities.html#capabilities>`_ | ||
|
||
|
||
Installation and integration | ||
---------------------------- | ||
|
||
Tool location: | ||
|
||
`Release 0.4.2 <https://github.com/eclipse-score/docs-as-code/tree/v0.4.2>`_ | ||
|
||
How to integrate: | ||
|
||
`Doc-as-Code Integration <https://eclipse-score.github.io/docs-as-code/main/how-to-integrate/index.html>`_ | ||
|
||
Environment: github, python, Version 3.y.z, sphinx, Version x.y.z, sphinx-needs, Version x.y.z | ||
Supported platforms: Windows, Linux | ||
|
||
|
||
Evaluation | ||
---------- | ||
|
||
.. list-table:: S-CORE software modules overview | ||
:header-rows: 1 | ||
|
||
* - Use case Identification | ||
- Use case Description | ||
- Malfunctions | ||
- Impact on safety? | ||
- Impact safety measures available? | ||
- Impact safety detection sufficient? | ||
- Threats | ||
- Impact on security? | ||
- Impact security measures available? | ||
- Impact security detection sufficient? | ||
- Further additional safety measure required? | ||
- Confidence (automatic calculation) | ||
* - 1 | ||
- Generate element (requirements, architecture, safety analysis, ...) | ||
- Wrong or missed element may lead to an wrong implementation with any potential error | ||
- yes | ||
- Reviews | ||
- no | ||
- Gain access to modify or run manipulated Doc-as-code or to to modify input files | ||
- yes | ||
- Access control, roles in Github | ||
- yes | ||
- Compare generated text in documentation with original text (#PR) | ||
- low | ||
* - 2 | ||
- Link elements | ||
- Wrong or missed links may lead to wrong elements and finally to wrong implementation with any potential error | ||
- yes | ||
- Reviews, Link rules checker | ||
- no | ||
- Gain access to modify or run manipulated Doc-as-code or to to modify input files | ||
- yes | ||
- Access control, roles in Github | ||
- yes | ||
- Compare generated links in documentation with original links (#PR) | ||
- low | ||
* - 3 | ||
- Generate statistics | ||
- Wrong or missing statistics may lead to wrong compliance statements, KPI reports, decisions | ||
- yes | ||
- Spot checks | ||
- no | ||
- Gain access to modify or run manipulated Doc-as-code or to to modify input files | ||
- yes | ||
- Access control, roles in Github | ||
- yes | ||
- Add diverse statistic generator tool (#PR) | ||
- low | ||
* - 4 | ||
- Check documentation rules based on configuration | ||
- Checks are not properly implemented, so may lead to wrong elements/links | ||
- yes | ||
- Code reviews, test for rules | ||
- yes | ||
- Gain access to modify or run manipulated Doc-as-code or to to modify input files | ||
- yes | ||
- Access control, roles in Github | ||
- yes | ||
- n/a | ||
- high | ||
|
||
|
||
Result | ||
~~~~~~ | ||
Tool Qualification Required | ||
|
||
|
||
Tool Qualification | ||
------------------ | ||
Based on method: validation of the software tool | ||
|
||
|
||
Requirements and testing aspects | ||
-------------------------------- | ||
Tool requirements are defined here: | ||
|
||
`Doc-as-Code Requirements <https://eclipse-score.github.io/docs-as-code/main/product/requirements.html#requirements>`_ | ||
|
||
Test cases and tests are defined here: | ||
|
||
`Doc-as-Code Test cases and tests <https://github.com/eclipse-score/docs-as-code/tree/v0.4.2/src/extensions>`_ | ||
|
||
The tests are part of the rules checker code sections. | ||
|
||
Requirements coverage is documented here: | ||
|
||
`Doc-as-Code Requirements <https://eclipse-score.github.io/docs-as-code/main/product/requirements.html#requirements>`_ |
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,32 @@ | ||
.. | ||
# ******************************************************************************* | ||
# Copyright (c) 2024 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 | ||
# ******************************************************************************* | ||
|
||
.. _tools: | ||
|
||
S-CORE Tools Overview | ||
===================== | ||
|
||
.. needtable:: Tools List | ||
:tags: tool_management | ||
:filter: "tool_management" in tags and type == "document" and is_external == False | ||
:style: table | ||
:sort: status | ||
:columns: id as "UID";title as "TITLE";status as "STATUS";safety as "SAFETY" | ||
:colwidths: 30,30,30,30 | ||
|
||
.. toctree:: | ||
:hidden: | ||
:maxdepth: 2 | ||
|
||
doc_as_code |
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.