[Openvas-commits] r11727 - in trunk/gsa: . src/html

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 4 17:16:17 CEST 2011


Author: hdoreau
Date: 2011-10-04 17:16:16 +0200 (Tue, 04 Oct 2011)
New Revision: 11727

Modified:
   trunk/gsa/ChangeLog
   trunk/gsa/src/html/help.xsl
Log:
* src/html/help.xsl (browse_infosec.html): Improve help page.


Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog	2011-10-04 14:55:13 UTC (rev 11726)
+++ trunk/gsa/ChangeLog	2011-10-04 15:16:16 UTC (rev 11727)
@@ -1,5 +1,9 @@
 2011-10-04  Henri Doreau <henri.doreau at gmail.com>
 
+	* src/html/help.xsl (browse_infosec.html): Improve help page.
+
+2011-10-04  Henri Doreau <henri.doreau at gmail.com>
+
 	* src/html/help.xsl (browse_infosec.html): Add help page for the
 	Security Information Browser.
 	(contents.html): Link the new help page.

Modified: trunk/gsa/src/html/help.xsl
===================================================================
--- trunk/gsa/src/html/help.xsl	2011-10-04 14:55:13 UTC (rev 11726)
+++ trunk/gsa/src/html/help.xsl	2011-10-04 15:16:16 UTC (rev 11727)
@@ -2933,11 +2933,39 @@
 
       <br/>
       <h1>Security Information Browser</h1>
-
       <p>
        A page that provides access to the security information database to
-       lookup details for a given element.
+       lookup details for a given element. Valid elements are CPE and CVE.
+       Identifiers must be formatted correctly.
       </p>
+
+      <h2>CVE</h2>
+      <p>
+        A CVE identifier is built using a specific scheme:
+        <code>CVE-YYYY-ZZZZ</code>.
+        <br/>
+        Where:
+        <ul>
+          <li>YYYY is the year of publication of the CVE (on 4 digits)</li>
+          <li>ZZZZ is the unique identifier of the CVE (on 4 digits too)</li>
+        </ul>
+        e.g. <code>CVE-2011-0245</code>
+      </p>
+
+      <h2>CPE</h2>
+      <p>
+        A CPE name starts with "cpe:/", followed by up to seven colon-separated components:
+        <ul>
+          <li>part (h, o or a)</li>
+          <li>vendor</li>
+          <li>product</li>
+          <li>version</li>
+          <li>update</li>
+          <li>edition</li>
+          <li>language</li>
+        </ul>
+        e.g. <code>cpe:/o:linux:kernel:2.6.0</code>
+      </p>
     </div>
   </div>
 </xsl:template>



More information about the Openvas-commits mailing list