Not able to pull large datasets, tool hangs on running. #56
Unanswered
kratintiwari
asked this question in
Q&A
Replies: 1 comment 4 replies
-
@kratintiwari you are using interactive mode by using
about result count, as default 50 results are pulled from api and can be increased upto 100 per response, later you can use
Just to mention, this CLI helps you navigate through CVE data and not dump all the data at once. |
Beta Was this translation helpful? Give feedback.
4 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.
-
cvemap version: v0.0.2
Current Behavior:
When I try to run this command
cvemap -poc=true -kev=false -epk -field cwe,product,poc -json > cvemap_output.json
It just keeps running and only deliver 99 results.
Expected Behavior:
It should give me all the expected as shown in the terminal which is 96288 cve records in json.
Steps To Reproduce:
Example: steps to reproduce the behavior:
cvemap -poc=true -kev=false -epk -field cwe,product,poc -json > cvemap_output.json
Anything else:
I can't describe with a screenshot as the tool works fine although the desired result set is not being delivered by the tool.
Beta Was this translation helpful? Give feedback.
All reactions