Giter VIP home page Giter VIP logo

cve-portal's Introduction

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].

macOS Sierra

You want to install the openssl libraries via homebrew

brew install openssl

Once installed, flask-scrypt installs as such with LDFLAGS/CFLAGS.

env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" pip install flask-scrypt

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 Raphaël 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/>.

cve-portal's People

Contributors

adulau avatar mdeous avatar pidgeyl avatar rafiot avatar starow avatar steveclement avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.