Dependency Analysis API
Query dependency analysis events and findings via the Nullify API
Base URL
List Active Dependencies
curl -s \
-H "Accept: application/json" \
-H "Authorization: Bearer <TOKEN>" \
'https://api.<TENANT>.nullify.ai/classifier/deps/active?githubOwnerId=1234'List Dependency History
curl -s \
-H "Accept: application/json" \
-H "Authorization: Bearer <TOKEN>" \
'https://api.<TENANT>.nullify.ai/classifier/deps?githubOwnerId=1234'Get package exposure
Events
List Findings
Get a Finding
Allowlist a Finding
Trigger Autofix
Finding Events
Container Findings
Last updated