matanolabs / matano

Open source security data lake for threat hunting, detection & response, and cybersecurity analytics at petabyte scale on AWS
https://matano.dev
Apache License 2.0
1.42k stars 98 forks source link

Snyk managed integration new URL endpoint. #189

Closed ubpomelo closed 4 months ago

ubpomelo commented 4 months ago

According to Snyk API Docs and what Matano integration supports, we found out that issues endpoint is missing v1 path. The right path would be: https://api.snyk.io/v1/reporting/issues/. Also note that after dates is a missing & and query is failing.

I've tested it locally and it works good.

shaeqahmed commented 4 months ago

Thanks for the catch, fixed.