Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also parse text and HTML OpenSSL feeds #1128

Open
pombredanne opened this issue Feb 14, 2023 · 3 comments
Open

Also parse text and HTML OpenSSL feeds #1128

pombredanne opened this issue Feb 14, 2023 · 3 comments

Comments

@pombredanne
Copy link
Collaborator

OpenSSL publishes an XML feed that we parse but this is not updated
https://www.openssl.org/news/vulnerabilities.html
and https://www.openssl.org/news/secadv/ should be alternative good sources.

@keshav-space
Copy link
Member

OpenSSL also provides an updated JSON feed https://www.openssl.org/news/secjson

@pombredanne
Copy link
Collaborator Author

I filed openssl/web#483 upstream as this is problematic.
At the moment the ways to solve this issue would be:

  1. Scrape the HTML page to get the list of known vulnerabilities OpenSSL ids and CVEs
  2. Fetch the corresponding JSON for each CVE as is https://www.openssl.org/news/secjson/CVE-2002-0659.json
  3. Alternatively parse the unstructured text as in https://www.openssl.org/news/secadv/20240115.txt

(note that the date used by OpenSSL as a vulnerability ID is different from the CVE id)

@pombredanne
Copy link
Collaborator Author

pombredanne commented Aug 20, 2024

Just some status:

With all this, scraping the web page is likely the way out:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants