We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cve validate
Hi
This is actually similar to #92 but for the new added cve validate subcommand. AFAIU, the validation is against all local data, so I would expect
cve validate -s full -f ./tests/data/CVEv5_advanced-example.json
to just work without -u, -o and -a.
-u
-o
-a
Is this correct?
The text was updated successfully, but these errors were encountered:
Fix validate command to not require auth options
e55031b
Resolves #98
Ah, thanks for the report. Fixed in linked PR!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi
This is actually similar to #92 but for the new added
cve validate
subcommand. AFAIU, the validation is against all local data, so I would expectto just work without
-u
,-o
and-a
.Is this correct?
The text was updated successfully, but these errors were encountered: