This repository was archived by the owner on Jun 10, 2025. It is now read-only.
Simplified format for pulling new entries #9262
Closed
randomuserid
started this conversation in
Ideas
Replies: 1 comment
-
NM I should have been in the v5 repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Any chance we could have the new (2025) CVEs in a simple text format, maybe tab separated if there are commas in the text blobs? I've been having a little weirdness doing git pulls lately and it takes a while to clone the entire repo. ATM I download the zip file, take the 2025 folder, read the json files into a dataframe, and take the fields I need. There is a very large number of nested fields so this takes some doing. If there were a text format with, say, the first 100 fields or so, I could ingest new data in seconds vs. the 20-40 minutes it takes me today.
Beta Was this translation helpful? Give feedback.
All reactions