# HG changeset patch # User BenoƮt Allard # Date 1412692496 -7200 # Node ID 718e6b555075f375773501c1be955217871936b0 # Parent 496ae1e8e90c90c495e87ac69dc952f432fffc3a Add Description in edit_cwe diff -r 496ae1e8e90c -r 718e6b555075 farol/templates/vulnerability/edit_cwe.j2 --- a/farol/templates/vulnerability/edit_cwe.j2 Tue Oct 07 16:29:58 2014 +0200 +++ b/farol/templates/vulnerability/edit_cwe.j2 Tue Oct 07 16:34:56 2014 +0200 @@ -30,6 +30,15 @@ {% set active = 'vulnerability' %} {% block content %} +

CWE contains the MITRE standard Common Weakness Enumeration (CWE). MITRE describes CWE in this way:

+

[CWE] is a formal list of software weakness types created to:

+ +
+

More information about CWE is available at {{ 'http://cwe.mitre.org/' | urlize }}.

{{ textinput("id", "CWE ID", "CWE-xxx", _id, required=True) }}