marcel-haag / security-c4po

Security-C4PO is an open-source web-application for managing and documenting penetration tests. This tool allows a security tester to keep track of the testing progress according to the OWASP Testing Guide. This application aims to make the offical Testing Guide more actionable to work with.

Home Page:http://security.c4po.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

As an user I want to add a project status

marcel-haag opened this issue · comments

Add Project Report State in Projekt Dialog and Overview:

  • Adjust it in FE inside the New & Edit Dialog
  • Default State should be "New" or "Not Submitted"
  • BE API model needs to be adjusted
  • BE Report model need to be adjusted as well, but state should not be shown

The different states of a project can be found here:

Default State:

  • New / Not Submitted

Project States:

  • Triage
  • Pending
  • Accepted
  • Closed

Additional States after the Project is "Closed" / close as...

  • Resolved
  • Informative
  • Not Applicable / Out of Scope
  • Duplicate
  • Spam

Add possibility to filter the project on the overview according to one of the states

Use this information for statistics like total time spent, chart what projects got closed with what status