From 6e835ab28fce1facbee3b6b6d9df3be7d93dec4d Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Mon, 27 Jun 2016 08:45:11 -0700 Subject: [PATCH] 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 --- doc/source/vmt-process.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/vmt-process.rst b/doc/source/vmt-process.rst index 3ee36ff..59e4573 100644 --- a/doc/source/vmt-process.rst +++ b/doc/source/vmt-process.rst @@ -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 --------------------