commit | 6e2f7b92c61de15282a23d9dc6a5ddd2b8104c93 | [log] [tgz] |
---|---|---|
author | Mark J. Cox <mark@awe.com> | Tue Aug 06 18:50:47 2019 +0100 |
committer | Mark J. Cox <mark@awe.com> | Tue Aug 06 18:50:47 2019 +0100 |
tree | 306d6db4354bdc6ad27dc7f6f0803e1fcc84ad7d | |
parent | 6ee3140be7a9024c2f661ff4796daa8f2df7d5e8 [diff] |
Fix standalone that isn't at root level
Making the world safer one CVE ID at a time, since 2017.
Vulnogram is a tool for creating and editing CVE information in CVE JSON format, and for generating advisories.
The name Vulnogram is inspired from Greek origin suffix ‘-gram’ which is used for denoting something written or recorded especially in a certain way. Vulnerability related information when recorded in a standard format can help in aggregation, curation, dissemination, analysis and remediation. This enables automation and efficiency in response activities.
Vulnogram project aims to make it easier for vendors and security researchers to accurately record vulnerability information for inclusion in the CVE List.
$ cd vulnogram $ npm install ... this should install required dependencies ...
See https://www.mongodb.com/
Important: Ensure mongodb authentication is enabled. It is recommended to run mongodb bound to loopback/localhost and not expose it to network.
See config/conf-default.js comments for hints
$ node scripts/pug2js.js
$ node useradd.js tester tester@example.com Tester sirt@example.com 1 Enter Password: ******************************************** Enter Password again: ******************************************** Success New user is now registered and can log in: tester
$ npm start > Vulnogram@0.0.6 start /home/vulnogram/ > forever start --id 'vulnogram' --spinSleepTime 5000 --minUptime 2000 app.js info: Forever processing file: app.js info: Forever processes running data: uid command script forever pid id logfile uptime data: [0] v3wE /usr/bin/node app.js 11208 11210 vulnogram /home/vulnogram/.forever/v3wE.log 0:0:0:0.23
http://localhost:3555/ or https://localhost:3555/ depending on configuration.
$ make min
This creates standalone /index.html with minimized javascript and stylesheets can be hosted independelty on websites serving static files.
This project uses or depends on software from
Copyright (c) 2017-2019 Chandan B N.
SPDX-License-Identifier: CC-BY-3.0