File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # aboutcode-mirror-euvd
1+ # EUVD Mirror
2+
3+ This repository hosts an ** append-only mirror** of the [ European Vulnerability Database (EUVD)] ( https://euvd.enisa.europa.eu/search ) .
4+
5+ ## Sync Frequency
6+
7+ The mirror syncs every day, appending new advisories from EUVD.
8+ See the sync pipeline [ sync_catalog.py] ( sync_catalog.py ) and workflow
9+ [ .github/workflows/sync.yml] ( .github/workflows/sync.yml ) .
10+
11+
12+ ## Usage
13+
14+ To use the mirror, clone this repository:
15+
16+ ``` bash
17+ git clone https://github.com/aboutcode-org/aboutcode-mirror-euvd
18+ ```
19+
20+ Once cloned, the advisories will be available in the ` advisories/ ` directory organized by ` datePublished ` .
21+
22+
23+ ## License
24+
25+ * ** Code** is licensed under the [ Apache License 2.0] ( http://www.apache.org/licenses/LICENSE-2.0 ) .
26+ * ** Data** is licensed under [ CC-BY-SA 4.0] ( https://creativecommons.org/licenses/by-sa/4.0/ ) .
You can’t perform that action at this time.
0 commit comments