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

API does not return data for single CVEs #63

Closed
C0FFEEC0FFEE opened this issue Oct 9, 2020 · 2 comments
Closed

API does not return data for single CVEs #63

C0FFEEC0FFEE opened this issue Oct 9, 2020 · 2 comments

Comments

@C0FFEEC0FFEE
Copy link

The API does not return data for single CVEs when called as described in the swagger.yaml:
curl -X GET "https://api.msrc.microsoft.com/Updates(''CVE-2020-1594'')?api-version=2019" -H "accept: application/json" -H "api-key: 0a48f51b0cf3482097257edfbdd7b844"
Returns 404 (The resource you are looking for has been removed, had its name changed, or is temporarily unavailable)

@javierlarota
Copy link

@C0FFEEC0FFEE I think you are passing double single quotes ''CVE-2020-1594'', try just passing 'CVE-2020-1594'. I know, it will return everything. I think that is another issue with this filter, so I opened bug #78

@C0FFEEC0FFEE
Copy link
Author

I used wrong quotes. The actual bug is #78.

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

No branches or pull requests

2 participants