Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.48 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.48 KB

Attack Surface

Simple vulnerability management.

Uptime Robot ratio (30 days) master: Travis (.org) branch develop: Travis (.org) branch

Uses cveservice to query a database of CVE entries. The database is kept by cve-search. The favicon, site manifest, browserconfig and home screen icons were generated with realfavicongenerator.net.

Configuration

Edit ".env" in the top-level directory to set the following environment variables in development:

- CVESERVICE_URL: "http://cveserver:8080" (the URL of the cveserver REST api)

Set environment variables in production to the correct values.

Fomantic-UI Theming

Changing the fomantic-ui theme is possible by editing settings in src/fomantic/src/site/globals/site.variables etc.

Don't forget to rebuild fomantic-ui by running gulp build in the fomantic folder.

Create-React-App Primer:

This project was bootstrapped with Create React App.

You can find the most recent version of this guide here.