2.0.6 • Published 6 years ago
certfr-loader v2.0.6
certfr-loader
A Node.js module to download vulnerabilities from CERTFR (https://www.cert.ssi.gouv.fr/avis/). TODO: out-dated
Getting started
The process is based on parsing the raw data to extract usefull information:
- Reference of the element
- Title of the element
- Date of the first version
- Date of the last version
- Sources of the element
- Risks
- System
- Systems affected by this vulnerability
- Documentation, which may contain CVE references
- CVE references related to the vulnerability
Installing
npm install a-sahel/certfr-loader --save
Example
import { AvisLoader } from "./certfr-loader";
let avisLoader = new AvisLoader();
avisLoader.get(118).then(value => {
console.log(value.system);
});
Testing (TODO)
To run tests, run the command
npm test
Author
- Anas SAHEL
License
This project is licenced under Apache 2.0 -- see the LICENSE.md file for details.
2.0.6
6 years ago
2.0.5
6 years ago
2.0.4
6 years ago
2.0.3
6 years ago
2.0.2
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.2.3
6 years ago
1.2.2
6 years ago
1.2.1
6 years ago
1.2.0
7 years ago
1.1.4
7 years ago
1.1.3
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.4-rc6
7 years ago
1.0.4-rc5
7 years ago
1.0.4-rc4
7 years ago
1.0.4-rc3
7 years ago
1.0.4-rc2
7 years ago
1.0.4-rc1
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago
0.1.0
7 years ago