comparison farol/templates/vulnerability/edit_cwe.j2 @ 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 4a9f23230eba
children
comparison
equal deleted inserted replaced
50:496ae1e8e90c 51:718e6b555075
28 {% block title %}Edit CWE{% endblock %} 28 {% block title %}Edit CWE{% endblock %}
29 29
30 {% set active = 'vulnerability' %} 30 {% set active = 'vulnerability' %}
31 31
32 {% block content %} 32 {% block content %}
33 <p><strong>CWE</strong> contains the MITRE standard Common Weakness Enumeration (CWE). MITRE describes CWE in this way:</p>
34 <blockquote><p>[CWE] is a formal list of software weakness types created to:</p>
35 <ul>
36 <li>Serve as a common language for describing software security weaknesses in architecture, design, or code.</li>
37 <li>Serve as a standard measuring stick for software security tools targeting these weaknesses.</li>
38 <li>Provide a common baseline standard for weakness identification, mitigation, and prevention efforts.</li>
39 </ul>
40 </blockquote>
41 <p>More information about CWE is available at {{ 'http://cwe.mitre.org/' | urlize }}.</p>
33 <form role="form" method="POST"> 42 <form role="form" method="POST">
34 43
35 {{ textinput("id", "CWE ID", "CWE-xxx", _id, required=True) }} 44 {{ textinput("id", "CWE ID", "CWE-xxx", _id, required=True) }}
36 {{ textinput("description", "Description", "", description, required=True) }} 45 {{ textinput("description", "Description", "", description, required=True) }}
37 46

http://farol.wald.intevation.org