https://github.com/rogolabs/cve.icu
CVE.ICU code.
https://github.com/rogolabs/cve.icu
cve nvd vulnerabilities
Last synced: 3 months ago
JSON representation
CVE.ICU code.
- Host: GitHub
- URL: https://github.com/rogolabs/cve.icu
- Owner: RogoLabs
- License: mit
- Created: 2021-12-29T16:01:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-18T05:05:25.000Z (3 months ago)
- Last Synced: 2025-07-18T06:37:32.642Z (3 months ago)
- Topics: cve, nvd, vulnerabilities
- Language: Jupyter Notebook
- Homepage:
- Size: 10.2 GB
- Stars: 43
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# cve.icu
[CVE.ICU](https://cve.icu) is a passion project by [Jerry Gamblin](https://www.jerrygamblin.com). The goal is to dive deep into Common Vulnerabilities and Exposures (CVE) by pulling and analyzing all the CVE data from the [National Vulnerability Database (NVD)](https://nvd.nist.gov/).
## Goals
The main aim of CVE.ICU is to make sense of all this data and present it in a way that's easy to understand through cool graphs and charts.
This automated analysis helps:
- Spot patterns and trends in cybersecurity vulnerabilities.
- Give researchers and cybersecurity pros a better handle on what's going on and what's coming next.## Open Source and Collaboration
The [source code](https://github.com/jgamblin/cve.icu) for this project is up on GitHub. It's open for everyone to see, use, and improve. By keeping it open-source, I'm hoping to get contributions and ideas from the community to make it even better.## Timely Updates
To keep things fresh, the data on CVE.ICU is updated every 4 hours using GitHub Actions. This way, you always get the latest insights into the ever-changing world of cybersecurity vulnerabilities.## Get Involved
I love hearing from people who are interested in this project. Feel free to reach out to me on Twitter [@jgamblin](https://twitter.com/jgamblin) if you have any questions or just want to chat about CVE.ICU. If you're interested in contributing, check out the [GitHub repository](https://github.com/jgamblin/cve.icu).## How to Use
1. **Clone the repository**:
```sh
git clone https://github.com/jgamblin/cve.icu.git
cd cve.icu
```2. **Install dependencies**:
```sh
pip install -r requirements.txt
```3. **Run Jupyter Book**:
```sh
jupyter-book build .
```4. **View the book**:
Open the generated HTML files in your browser to explore the data and visualizations.