ThalesGroup / security-risk-assessment-tool

The ISRA security-risk-assessment-tool project is an Electron based application used to do security risk assessments at a technical level
BSD 4-Clause "Original" or "Old" License
22 stars 7 forks source link

[Issue]: Deleting a vuln in attack path but the vuln selected is in a different attack path triggers a delete operation #293

Open Alvin-JohnPagente opened 3 months ago

Alvin-JohnPagente commented 3 months ago

Issue Description

The vuln delete operation in the attack path seems to apply to all attack paths

Duplicate Steps

  1. Open the attached sra and navigate to Risks tab, scroll to the attack path of Risk 1
  2. Add an attack path image
  3. Add a new vuln in Attack Path 2 image
  4. Check the first vuln in Attack Path 1 then press the Delete button in Attack Path 2 image
  5. The tool attempted to delete the vuln! image

Expected Results

The delete button in the attack path should only be for deleting the selected vuln within the same attack path

Version Detected

1.1.0 (Default)

Attachments

test_isra.zip

No response