victims / victims-web

The victims web application.
GNU Affero General Public License v3.0
8 stars 5 forks source link

[api] allow cve searches using coordinates #123

Closed abn closed 11 years ago

abn commented 11 years ago

API now supports coordinate based searches, for java group this would be:

/service/v2/cves/java/?groupId=com.redhat.victims&artifactId=victims-lib
/service/v2/cves/java/?groupId=com.redhat.victims&artifactId=victims-lib&version=1.3.1

For python this might be:

/service/v2/cves/python/?name=Flask&version=0.10.0