UnifyAPI
← Back to catalog

depsdev.advisories

mock data$0.001 / call

Security Advisories (deps.dev)

List security advisories (from OSV) affecting a specific package version. Cross-ecosystem: npm, PyPI, Go, Maven, Cargo, NuGet. Returns advisory IDs with links to OSV.dev for full details. Complements osv.query for version-specific lookups.

Developer Toolsprovider: Depsdev#depsdev#developer

Input schema

systemrequired

Package ecosystem: npm, pypi, go, maven, cargo, or nuget

string
packagerequired

Package name to check for security advisories

string
versionrequired

Package version to check (e.g. 4.17.20)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/depsdev.advisories \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"system":"<system>","package":"<package>","version":"<version>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.