Mercurial > farol > farolluz
diff README.txt @ 0:e18b61a73a68
Initial Release
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Tue, 23 Sep 2014 15:19:14 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.txt Tue Sep 23 15:19:14 2014 +0200 @@ -0,0 +1,33 @@ +========== + FarolLuz +========== + +------------------------------------------- +A Utility to manipulate Security Advisories +------------------------------------------- + +:version: 0.1 +:license: GPLv2+ + +Introduction +------------ + +FarolLuz is a set of library / utilities to manipulate security advisories. It +is part of Farol, a Security Advisory Management Platform. + +Main features +------------- + +* Read CVRF advisories +* Write CVRF Advisories +* Write NASL scripts +* Write OVAL Advisories (experimental) + +Installation +------------ + +To install ``farolluz``, use the pip package manager (preferably inside a +virtualenv):: + + pip install farolluz +