[Openvas-commits] r9135 - trunk/doc/website

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sun Oct 3 17:12:37 CEST 2010


Author: jan
Date: 2010-10-03 17:12:36 +0200 (Sun, 03 Oct 2010)
New Revision: 9135

Modified:
   trunk/doc/website/news_archive.htm4
   trunk/doc/website/template_header.m4
Log:
Copying all current news to the news archive so that it is
complete.
Added "News" entry in the "About" box of the navigation.


Modified: trunk/doc/website/news_archive.htm4
===================================================================
--- trunk/doc/website/news_archive.htm4	2010-10-03 15:04:07 UTC (rev 9134)
+++ trunk/doc/website/news_archive.htm4	2010-10-03 15:12:36 UTC (rev 9135)
@@ -26,8 +26,111 @@
 
 
 PAGE_START
-<h2>News Archive</h2>
+<h2>News</h2>
 
+<h3>August 3rd, 2010 - OpenVAS CLI 1.0 Released</h3>
+
+<p>
+OpenVAS CLI 1.0: Full command line client for OpenVAS Manager 1.0 now available 
+</p>
+
+<p>
+The OpenVAS CLI package contains the command line tool "omp" which allows to send any
+command of the OpenVAS Management Protocol (OMP) in original form and some of
+the commands as short cuts.  This allows to create batch processes for remote
+control of OpenVAS.
+</p>
+
+<h3>August 2nd, 2010 - Greenbone Security Assistant 1.0 Released</h3>
+
+<p>
+Greenbone Security Assistant (GSA) 1.0: Full web-client for OpenVAS Manager 1.0 now available
+</p>
+
+<p>
+GSA 1.0 represents almost 2 years of intensive work. The mission of GSA is to be
+a web client to the OpenVAS Manager 1.0 via the OpenVAS Management Protocol (OMP).
+</p>
+
+<p>
+GSA offers a complete implementation of OMP in order to access all features
+to organize and manage OpenVAS vulnerability scans. Additionally, GSA
+optionally acts as a client for the upcoming openvas-administrator using the
+OpenVAS Administration Protocol (OAP) which allows e.g. management of scan users.
+</p>
+
+<p>
+Central features of Greenbone Security Assistant are:
+</p>
+
+<ul>
+<li> Full OMP 1.0 client. The XML-based OMP responses are transformed into
+  web pages via XSLT.
+</li>
+
+<li> No additional web-server required. The GSA daemon (gsad) uses microhttpd
+  to implement a HTTP service on its own.
+</li>
+
+<li> Plain HTML. Neither cookies, JavaScript nor other dynamic elements are used.
+  GSA works stateless and uses HTTP Basic Auth.
+</li>
+</ul>
+
+<h3>July 29th, 2010 - OpenVAS Manager 1.0 Released</h3>
+
+<p>
+Substantial Technology Advance: Vulnerability Management with OpenVAS Manager 1.0
+</p>
+
+<p>
+OpenVAS Manager 1.0 represents almost 2 years of intensive work.  The mission of
+OpenVAS Manager is to offer powerful and comfortable vulnerability management on
+top of the actual vulnerability scanner, OpenVAS Scanner 3.1.
+</p>
+
+<p>
+The OpenVAS Manager is a layer between the OpenVAS Scanner and various client
+applications. The upcoming clients cover web, desktop and command line
+technology and will replace the classic OpenVAS Client.
+</p>
+
+<p>
+Central features of OpenVAS Manager are:
+</p>
+
+<ul>
+<li> New XML-based protocol OMP (OpenVAS Management Protocol) which client tools
+  use to control scans, results, etc.
+</li>
+
+<li> SQL database where configurations, scan results etc. are stored. Thus, clients
+  do not need to keep local storage anymore.
+</li>
+
+<li> Full control of scan processes. This includes multiple concurrent scans as
+  well as stopping, pausing, resuming and not at least the scheduling of scans.
+</li>
+
+<li> Management of scan notes, false positives and result escalators (notification
+  on finished scans).
+</li>
+</ul>
+
+<h3>July 14th, 2010 - OpenVAS Scanner 3.1 Released</h3>
+
+<p>
+The OpenVAS developers are happy to announce the release of openvas-scanner 
+3.1.0. This release adds a number of new features, for example support for 
+soft pausing of scans, for retrieving the version of an installed NVT 
+collection, for automatically installing generated client certificates, for 
+storing uploaded preference files in memory, for dropping privileges for NASL 
+and NES NVTs and for scanning virtual web hosts. It also contains updated 
+feed synchronization scripts and removes legacy support for passwords stored 
+in plaintext (see <a href="http://www.openvas.org/openvas-cr-31.html">OpenVAS change request #31</a>). 
+</p>
+
+
 <h3>March 12th, 2010 - The OpenVAS Project applies for the Google Summer of Code 2010 Program</h3>
 
 <p>

Modified: trunk/doc/website/template_header.m4
===================================================================
--- trunk/doc/website/template_header.m4	2010-10-03 15:04:07 UTC (rev 9134)
+++ trunk/doc/website/template_header.m4	2010-10-03 15:12:36 UTC (rev 9135)
@@ -66,6 +66,7 @@
        <li><a href="__TMPL_ROOT`'about-software.html">OpenVAS Software</a></li>
        <li><a href="__TMPL_ROOT`'openvas-nvt-feed.html">OpenVAS NVT Feed</a></li>
        <li><a href="__TMPL_ROOT`'screenshots.html">Screenshots</a></li>
+       <li><a href="__TMPL_ROOT`'news_archive.html">News</a></li>
      </ul>
     </div>
 



More information about the Openvas-commits mailing list