You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new field called "impact" to each finding in a report.
This field should have a drop down list of selectable values that default to the following:
High
Medium
Low
None
The selectable values should be configurable from the admin page in the ghostwriter application.
2. Add a new field called "likelihood" to each finding in a report.
This field should have a drop down list of selectable values that default to the following:
High
Medium
Low
N/A
The selectable values should be configurable from the admin page in the ghostwriter application.
3. Modify the "severity" field so that it is calculated from the two new fields above as per the table below by default.
4.
impact likelihood severity
None "Any" Informational
Low "Any" Low
Medium Low Low
Medium Medium or High Medium
High Low Medium
High Medium High
High High High
5.
The rules for calculating the values should be configurable in the admin page in the ghostwriter application.
The text was updated successfully, but these errors were encountered:
Hi,
Just to summarise
This field should have a drop down list of selectable values that default to the following:
High
Medium
Low
None
The selectable values should be configurable from the admin page in the ghostwriter application.
2. Add a new field called "likelihood" to each finding in a report.
This field should have a drop down list of selectable values that default to the following:
High
Medium
Low
N/A
The selectable values should be configurable from the admin page in the ghostwriter application.
3. Modify the "severity" field so that it is calculated from the two new fields above as per the table below by default.
4.
impact likelihood severity
None "Any" Informational
Low "Any" Low
Medium Low Low
Medium Medium or High Medium
High Low Medium
High Medium High
High High High
5.
The rules for calculating the values should be configurable in the admin page in the ghostwriter application.
The text was updated successfully, but these errors were encountered: