File Compliance Info (Deprecated)

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Get compliance info for a given artifact path. The result includes license and vulnerabilities if any. Supported by local and local-cached repositories.

Notes: This API is deprecated from version 5.0.

Since: 3.0.0

Security: Requires an authenticated user.

Usage: GET: /api/compliance/{repoKey}/{item-path}

Produces: application/json

Sample output:

GET: /api/compliance/libs-release-local/ch/qos/logback/logback-classic/0.9.9/logback-classic-0.9.9.jar
{
  "licenses" : [ {"name":"LGPL v3", "url": "http://"}, {"name":"APL v2", "url": "http://"}... ],
  "vulnerabilities" : [ {"name":"CVE-13427", "url": "http://"}, {"name":"CVE-1041", "url": "http://"}...  ]
}