Mercurial > farol > farolluz
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e18b61a73a68 |
---|---|
1 ========== | |
2 FarolLuz | |
3 ========== | |
4 | |
5 ------------------------------------------- | |
6 A Utility to manipulate Security Advisories | |
7 ------------------------------------------- | |
8 | |
9 :version: 0.1 | |
10 :license: GPLv2+ | |
11 | |
12 Introduction | |
13 ------------ | |
14 | |
15 FarolLuz is a set of library / utilities to manipulate security advisories. It | |
16 is part of Farol, a Security Advisory Management Platform. | |
17 | |
18 Main features | |
19 ------------- | |
20 | |
21 * Read CVRF advisories | |
22 * Write CVRF Advisories | |
23 * Write NASL scripts | |
24 * Write OVAL Advisories (experimental) | |
25 | |
26 Installation | |
27 ------------ | |
28 | |
29 To install ``farolluz``, use the pip package manager (preferably inside a | |
30 virtualenv):: | |
31 | |
32 pip install farolluz | |
33 |