Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# aboutcode-mirror-euvd
# EUVD Mirror

This repository hosts an **append-only mirror** of the [European Vulnerability Database (EUVD)](https://euvd.enisa.europa.eu/search).

## Sync Frequency

The mirror syncs every day, appending new advisories from EUVD.
See the sync pipeline [sync_catalog.py](sync_catalog.py) and workflow
[.github/workflows/sync.yml](.github/workflows/sync.yml).


## Usage

To use the mirror, clone this repository:

```bash
git clone https://github.com/aboutcode-org/aboutcode-mirror-euvd
```

Once cloned, the advisories will be available in the `advisories/` directory organized by `datePublished`.


## License

* **Code** is licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
* **Data** is licensed under [CC-BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).