Skip to content
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

Add security and confidentiality analysis #2883

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

TillFleisch
Copy link

This pull request adds the security and confidentiality analysis as presented in 'Modeling and Validating Security and
Confidentiality in System Architectures' DOI: 10.1184/R1/13659911.

All rules and additional checks mentioned in the report are implemented to the best of my knowledge.
As stated in the report section 4.2.1 (subprogram calls):

This rule is presently of no practical importance because the current AADL tool sets do not
actually instantiate call sequences.

Therefore Rule 4, is not included in this implementation.

I've included some examples for getting started/show-casing and testing the functionality. A proper unit test has not been written.

Additionally, I've looked at how other analyses are added to the project and used those as a guideline for adding this analysis.
I managed to successfully run build.local on a Windows machine resulting in an executable containing the newly added features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants