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

Adding additional dropdowns in each finding apart from severity #587

Open
bagwankabir opened this issue Feb 19, 2025 · 0 comments
Open

Adding additional dropdowns in each finding apart from severity #587

bagwankabir opened this issue Feb 19, 2025 · 0 comments

Comments

@bagwankabir
Copy link

Hi,

Just to summarise

  1. 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.

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

No branches or pull requests

1 participant