Skip to content

Commit c4f9f3c

Browse files
authored
Update README
Signed-off-by: Sampurna Pyne <sampurnapyne1710@gmail.com>
1 parent 796b903 commit c4f9f3c

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
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/).

0 commit comments

Comments
 (0)