# HG changeset patch # User BenoƮt Allard # Date 1412693513 -7200 # Node ID b9704abca0c983e30d56220ff944c954f6ce07f9 # Parent 718e6b555075f375773501c1be955217871936b0 Add Description in edit_productstatus diff -r 718e6b555075 -r b9704abca0c9 farol/templates/vulnerability/edit_productstatus.j2 --- a/farol/templates/vulnerability/edit_productstatus.j2 Tue Oct 07 16:34:56 2014 +0200 +++ b/farol/templates/vulnerability/edit_productstatus.j2 Tue Oct 07 16:51:53 2014 +0200 @@ -30,9 +30,21 @@ {% set active = 'vulnerability' %} {% block content %} +

The Status element contains one or more products as chosen from the Product Tree, and defines the status of this product in the mandatory Status attribute.

-{{ selectinput('status', "Status", statuses, status) }} +{% call selectinput('status', "Status", statuses, status) %} +

The Type attribute is an enumerated value that contains all the possible permutations of fixed, affected, and recommended versions of the products referenced inside the Status container. Type values include:

+
+
First Affected:
This is first version of the affected release known to be affected by the vulnerability.
+
Known Affected:
This version is known to be affected by the vulnerability.
+
Known Not Affected:
This version is known not to be affected by the vulnerability.
+
First Fixed:
This version contains the first fix for the vulnerability but may not be the recommended fixed version.
+
Fixed:
This version contains a fix for the vulnerability but may not be the recommended fixed version.
+
Recommended:
This version has a fix for the vulnerability and is the vendor-recommended version for fixing the vulnerability.
+
Last Affected:
This is the last version in a release train known to be affected by the vulnerability. Subsequently released versions would contain a fix for the vulnerability.
+
+{% endcall %} {{ selectinput2('products', "Products", products, productids, multiple=True) }}