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

Out of date: API no longer exists #3

Open
edmerrett opened this issue Oct 11, 2022 · 0 comments
Open

Out of date: API no longer exists #3

edmerrett opened this issue Oct 11, 2022 · 0 comments

Comments

@edmerrett
Copy link

edmerrett commented Oct 11, 2022

The endpoint used to query a packages and populate the vulnerability data no longer exists.
I had to add in some logging to stdout and the following is an example of the output:
Therefore I think this tool is no longer valid.

docker run --name snyk-vuln-check-container -v $PWD/data_in:/app/data_in -v $PWD/data_out:/app/data_out --rm snyk-vuln-check

2022-10-11 12:44:28,288 - urllib3.connectionpool - DEBUG - Starting new HTTPS connection (1): security.snyk.io:443

2022-10-11 12:44:28,817 - urllib3.connectionpool - DEBUG - https://security.snyk.io:443 "GET /api/listing?search=cachetools HTTP/1.1" 410 None

This is also confirmed by the base endpoint as it now returns
{"status":"gone","message":"Looking for direct access to the best vulnerability database? You can find out more on https://snyk.io/partners/"}

mike-geeves-oxb added a commit to mike-geeves-oxb/cyclonedx.org that referenced this issue Mar 24, 2023
It looks like this unfortunately will no longer work, as the API is no longer available.

See: Andrii-Grytsenko-OWASP/SnykVulnCheck#3 for details

The endpoint now returns
```{"status":"gone","message":"Looking for direct access to the best vulnerability database? You can find out more on https://snyk.io/partners/"}```
mike-geeves-oxb added a commit to mike-geeves-oxb/cyclonedx.org that referenced this issue Mar 24, 2023
It looks like this unfortunately will no longer work, as the API is no longer available.

See: Andrii-Grytsenko-OWASP/SnykVulnCheck#3 for details

The endpoint now returns
```{"status":"gone","message":"Looking for direct access to the best vulnerability database? You can find out more on https://snyk.io/partners/"}```
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

1 participant