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

Customizable finding and section statuses #376

Open
aronmolnar opened this issue Jan 7, 2025 · 0 comments
Open

Customizable finding and section statuses #376

aronmolnar opened this issue Jan 7, 2025 · 0 comments

Comments

@aronmolnar
Copy link
Contributor

aronmolnar commented Jan 7, 2025

Pentesters can set the status of a finding or a section to one of the four statically defined statuses:

{F0BAF64A-5ECD-4D04-AF19-0E200A21B2B3}

We would like to allow customizing the status (globally per installation). This is, however, more complex than it seems due to the following reasons:

  • If a report is exported from one installation to another with different status choices, we lose the information after import.

    • We could accept this.
  • There is a special behavior for "in progress" findings with regards to the icon (it is not displayed in the finding overview)
    {52523797-30B4-4152-83D2-DB33511630F1}

    • We could keep this behavior for "in progress" and ignore it for other statuses.
  • If any finding or section has a status other than "in progress", SysReptor shows a warning on the "Publish" page of the project if there are sections of findings with status other than "finished".
    {CEFC142E-AA92-4BC7-9990-9F09758758C9}

    • Solution could be to enforce the status "finished" to be among the possible statuses.

What are your possible use cases for this features?
What statuses will you want to have?

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