Add "Invalid" status to OSSA Task status

"Invalid" should be used when the reported issue is not a bug or
is marked as invalid by the project as it is not a bug/vulnerability.
This is distinct from "Won't Fix" as it indicates there is something
to the report, but nothing for the VMT to do.

Change-Id: I72598c0954a17fd26a4f12513ff28fc2625c374e
This commit is contained in:
Morgan Fainberg 2016-06-27 08:45:11 -07:00
parent c6db6d9d4a
commit 6e835ab28f
1 changed files with 4 additions and 0 deletions

View File

@ -232,6 +232,10 @@ Here is a summary of the different OSSA task status meanings:
+---------------+--------------------------------------------------+
| Won't Fix | Doesn't fit with the project plans, sorry |
+---------------+--------------------------------------------------+
| Invalid | Class E and Z, not a bug or vulnerability. No |
| | further action to be taken |
+---------------+--------------------------------------------------+
Extent of Disclosure
--------------------