Skip to content

Cloudxtreme/cve-portal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

cve-portal Common Vulnerabilities and Exposures - Portal

Installation

./install.sh (install package and dependencies)

cd config; cp config.cfg.sample config.cfg (copy the sample configuration)

Change the configuration with your settings in config.cfg.

Activate the Python virtual env cd app; . ./virtenv/bin/activate

python create.py (tables creation and populating db)

./LAUNCH.sh (Run the flask server)

The first user to register will be the administrator. Please be careful that the email for the administrator should be match the one in the configuration under the category [ADMIN].

Requirements

cve-portal requires cve-search to be installed for the CVE (Common Vulnerabilities and Exposures) and CPE (Common Platform Enumeration) back-end.

The installationscript will install the following packages on your system

  • python-mysqldb
  • libmysqlclient-dev
  • python-dev
  • unzip
  • python-virtualenv
  • git
  • libssl-dev

The pip requirements.txt script will install the following packages on your system

License

    Copyright (C) 2014 Jules Debra
    Copyright (C) 2014 Raphel Vinot
    Copyright (C) 2014 Alexandre Dulaunoy
    Copyright (C) 2014 CIRCL - Computer Incident Response Center Luxembourg (c/o smile, security made in Lëtzebuerg, Groupement d'Intérêt Economique)

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

Common Vulnerabilities and Exposures - Portal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.6%
  • HTML 30.1%
  • JavaScript 18.0%
  • Shell 1.5%
  • CSS 0.8%