Mercurial > farol > farolluz
view CHANGES @ 52:92f7168a0e42 1.1.0
Prepare the release of FarolLuz 1.1.0
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Mon, 05 Jan 2015 12:25:21 +0100 |
parents | e6b52a8119cd |
children |
line wrap: on
line source
FarolLuz 1.1.0 (2015-01-05) =========================== This is the first minor release of the 1.0 branch of FarolLuz. FarolLuz is a set of library / utilities to manipulate Security Advisories. It is part of Farol, the Security Advisory Management Platform. This release adds support for two new imports formats (CPE and CVE) as well as a new export format (HTML). Main changes since FarolLuz 1.0: -------------------------------- * Add parsing for CPE. * Add parsing for CVEs format from the OpenVAS Greenbone Security Manager. * Implement an HTML export format. FarolLuz 1.0 (2014-11-05) ========================= This is the first public release of FarolLuz. FarolLuz is a set of library / utilities to manipulate Security Advisories. It is part of Farol, the Security Advisory Management Platform. Main changes since FarolLuz 0.1.1: ---------------------------------- * Add tests * Add method to rename productIDs in the whole document * Add method to rename groupIDs in the whole document. * Split the big cvrf.py file into smaller ones FarolLuz 0.1.1 (2014-10-17) =========================== This is the first patch release of FarolLuz 0.1 This release add support for reading / writing incomplete CVRF documents. As well as introduce a few features for ease of manipulation of the document. Main changes since FarolLuz 0.1: -------------------------------- * Allow writing of incomplete CVRF documents. * Allow parsing of incomplete CVRF documents. * Add a method to extract a document ID. * Add methods to extract Product references in a Document. * Add method to get a Vulnerability Note per ordinal. * Fix issue where Acknowledgment could only have one Name and Organization. * Complete the CVRF template with missing elements * Improve validation. FarolLuz 0.1 (2014-09-23) ========================= This is the first release of FarolLuz. FarolLuz is a set of library / utilities to manipulate Security Advisories. It is part of Farol, a Security Advisory Management Platform. It has the following features: - Parsing of CVRF Documents - Generation of CVRF Documents - Generation of RedHat LSC as NASL scripts - Various utility methods on the CVRF objects - Experimental Generation of RedHat LSC as OVAL scripts