Skip to content

Commit

Permalink
Merge pull request #15 from org-metaeffekt/AEAA-474-cert-eu
Browse files Browse the repository at this point in the history
AEAA-474: Added configurations for CERT-EU Mirror and enrichment
  • Loading branch information
karsten-klein authored May 10, 2024
2 parents a1e7b00 + a533937 commit 815cf16
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions advisors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<activate.msrc>false</activate.msrc>
<activate.nvd>true</activate.nvd>
<activate.certfr>false</activate.certfr>
<activate.certeu>true</activate.certeu>
<activate.certsei>true</activate.certsei>
<activate.ghsa>true</activate.ghsa>
<activate.correlation>true</activate.correlation>
Expand Down Expand Up @@ -303,6 +304,10 @@
<active>${activate.certfr}</active>
</certFrAdvisorEnrichment>

<certEuAdvisorEnrichment>
<active>${activate.certeu}</active>
</certEuAdvisorEnrichment>

<certSeiAdvisorEnrichment>
<active>${activate.certsei}</active>
</certSeiAdvisorEnrichment>
Expand Down
14 changes: 14 additions & 0 deletions mirror/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,19 @@
</resourceLocations>
</certFrDownload>

<certEuDownload>
<resourceLocations>
<!-- HTML page containing a list of all CERT-EU entries published in a single year.
- %d Year (example: 2020) -->
<YEARLY_PUBLICATIONS_URL>https://cert.europa.eu/publications/security-advisories/%d</YEARLY_PUBLICATIONS_URL>
<!-- JSON file containing the details of a single CERT-EU entry.
- %s Entry ID (example: 2024-042) -->
<SINGLE_ENTRY_URL>https://cert.europa.eu/publications/security-advisories/%s/json</SINGLE_ENTRY_URL>
<!-- RSS feed for the latest updated/ created CERT-EU entries. Used to check if update is required. -->
<RSS_FEED>https://cert.europa.eu/publications/security-advisories-rss</RSS_FEED>
</resourceLocations>
</certEuDownload>

<nvdCveDownload>
<!-- you will need an API key in order to download the NVD data:
https://nvd.nist.gov/developers/request-an-api-key
Expand Down Expand Up @@ -215,6 +228,7 @@
<!-- Indexers -->
<certSeiAdvisorIndex/>
<certFrAdvisorIndex/>
<certEuAdvisorIndex/>
<nvdVulnerabilityIndex/>
<nvdCpeIndex/>
<nvdCpeVendorProductIndex/>
Expand Down

0 comments on commit 815cf16

Please sign in to comment.