csaf-poc / csaf_webview

Web app (module) to display a CSAF 2 document and to browse CSAF 2 ROLIE feeds. ⚠️ The web demo is often not allowed to access servers:
https://csaf-poc.github.io/csaf_webview/
1 stars 3 forks source link

Detect the provider-metadata.json files by domain #41

Open bernhardreiter opened 6 months ago

bernhardreiter commented 6 months ago

A user wants to enter a domain and see if they are already offering CSAF documents.

If a simple backend is offered, (like #38) then adding code to detect the provider-metadata.json (PMD) s on the backend side could be helpful so the app could offer to take domain names.

The backend can utilise the https://github.com/csaf-poc/csaf_distribution code so that PMD detection is only implemented once.