benoit@7: {# benoit@7: # Description: benoit@7: # Web Template used in Farol Design benoit@7: # benoit@7: # Authors: benoit@7: # BenoƮt Allard benoit@7: # benoit@7: # Copyright: benoit@7: # Copyright (C) 2014 Greenbone Networks GmbH benoit@7: # benoit@7: # This program is free software; you can redistribute it and/or benoit@7: # modify it under the terms of the GNU General Public License benoit@7: # as published by the Free Software Foundation; either version 2 benoit@7: # of the License, or (at your option) any later version. benoit@7: # benoit@7: # This program is distributed in the hope that it will be useful, benoit@7: # but WITHOUT ANY WARRANTY; without even the implied warranty of benoit@7: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the benoit@7: # GNU General Public License for more details. benoit@7: # benoit@7: # You should have received a copy of the GNU General Public License benoit@7: # along with this program; if not, write to the Free Software benoit@7: # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. benoit@7: -#} benoit@7: benoit@7: {% extends "base.j2" %} benoit@7: benoit@7: {% block title %}Welcome{% endblock %} benoit@7: benoit@7: {% block content %} benoit@7:
benoit@7:

Farol A Security Advisory Management Platform

benoit@23:

Farol is a web platform to manipulate Security Advisories. The main structure is highly inspired from the structure of a CVRF document.

benoit@23:

This platform is meant as a way to review / create / edit / publish Security Advisories in an accessible way.

benoit@7:

Start !

benoit@7:
benoit@113: Security Advisories interactions benoit@7:
benoit@7:
benoit@7:
benoit@7:

Security Advisories

benoit@113:

A Security Advisory is about the communication of the information that some vulnerability is present in some product.

benoit@113:
benoit@113:
communication
benoit@113:
In order to be fully effective, Security Advisories should be sahred.
benoit@113:
vulnerability
benoit@113:
A vulnerability is a weakness which allows an attacker to reduce a system's information assurance. (Wikipedia)
benoit@113:
product
benoit@113:
A product contains vulnerabilities.
benoit@7:
benoit@7:
benoit@7:
benoit@7:
benoit@7:

Advisory formats

benoit@7:

Each Party publish Advisories in a format that fit them ...

benoit@7:
benoit@7:
benoit@7:
benoit@7: {% endblock %}