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

[Issue]: Some generated data are saved into the xml and json files #213

Open
ThomasDThales opened this issue Apr 1, 2024 · 0 comments
Open
Labels
improvement New feature or request

Comments

@ThomasDThales
Copy link
Contributor

Issue Description

image

There is generated data such as "attackPathName" inside the xml and json files (ex. "V1 AND V2" in the picture below). If the files are modified (ex. deletion of a "vulnerabilityRef" for example) the field is thus out of date (ex. still contains the vulnerability Name).

The same principle goes for the existence of vulnerabilities: if a "vulnerabilityRef" is added to the file manually and does not exist in the global list of vulnerabilities, it will appear in the attack paths of the associated risk in Risks > Risk evaluation > Vulnerability Evaluation.

Duplicate Steps

Open the SRA of XML file with a text editor.
Delete a vulnerability in an attack path
See that the name still contains the deleted vulnerability

Expected Results

Use references by id when using existing objects.
A non-existing vulnerability should not be displayed in any attack path.

Version Detected

1.1.0 (Default)

Attachments

No response

@ThomasDThales ThomasDThales added the improvement New feature or request label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant