kepler
kepler copied to clipboard
NIST-based CVE lookup store and API powered by Rust.
Currently running Kepler in a cloud environment is quite difficult due to needing two separate services (kepler & ofelia) to share the same filesystem (ofelia calling kepler binary directly). Since...
it would be good to have a real configuration system, for example [config-rs](https://crates.io/crates/config)
Bumps [h2](https://github.com/hyperium/h2) from 0.3.11 to 0.3.24. Release notes Sourced from h2's releases. v0.3.24 Fixed Limit error resets for misbehaving connections. v0.3.23 What's Changed cherry-pick fix: streams awaiting capacity lockout in...
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.57 to 0.10.60. Release notes Sourced from openssl's releases. openssl-v0.10.60 What's Changed Correct off-by-one in minimum output buffer size computation by @alex in sfackler/rust-openssl#2088 Expose a few...
Currently the NIST importing functionality is too slow, often taking many hours to import the dataset. Taking a look into the codebase it looks like where spawning multiple database transactions...
Sometimes I get the following errors with `import_nist` commands: ```log [2023-07-10T20:30:44Z INFO domain_db::cve_sources] downloading https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-2009.json.gz to /data/nvdcve-1.1-2009.json.gz ... [2023-07-10T20:30:44Z INFO domain_db::cve_sources::nist] extracting /data/nvdcve-1.1-2009.json.gz to /data/nvdcve-1.1-2009.json ... Error: could not extract...
### Contact Details b AT spidersilk DOT com ### What happened? I ran `docker-compose build && docker-compose up` and there were initially no errors, however, after leaving it running overnight,...
Enrich each **_CVE_** entry with data from the _**Exploit Prediction Scoring System (EPSS)**_. This integration will provide a more complete understanding of the potential risk associated with each CVE by...