changeset 51:718e6b555075

Add Description in edit_cwe
author Benoît Allard <benoit.allard@greenbone.net>
date Tue, 07 Oct 2014 16:34:56 +0200
parents 496ae1e8e90c
children b9704abca0c9
files farol/templates/vulnerability/edit_cwe.j2
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 %}
+<p><strong>CWE</strong> contains the MITRE standard Common Weakness Enumeration (CWE). MITRE describes CWE in this way:</p>
+<blockquote><p>[CWE] is a formal list of software weakness types created to:</p>
+<ul>
+<li>Serve as a common language for describing software security weaknesses in architecture, design, or code.</li>
+<li>Serve as a standard measuring stick for software security tools targeting these weaknesses.</li>
+<li>Provide a common baseline standard for weakness identification, mitigation, and prevention efforts.</li>
+</ul>
+</blockquote>
+<p>More information about CWE is available at {{ 'http://cwe.mitre.org/' | urlize }}.</p>
 <form role="form" method="POST">
 
 {{ textinput("id", "CWE ID", "CWE-xxx", _id, required=True) }}

http://farol.wald.intevation.org