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

Hotfix/print to pdf #277

Closed ThomasDThales closed 3 months ago

ThomasDThales commented 3 months ago

Issue

When generating the report file, the data was absent and the display bugged: image

Source

The issue about data was due to an attempt to access undefined data (not fetched yet), during the validity checks of each items (BA, SA, risks and vulnerabilities). The purpose of these checks is to display invalid risks as red.

The issue about display was due to the updates for the navigation bar.

Fix

Bug :