sonatype-nexus-community / nancy

A tool to check for vulnerabilities in your Golang dependencies, powered by Sonatype OSS Index
Apache License 2.0
564 stars 74 forks source link

Check for existence of unmarshalled internal ID before returning #106

Closed DarthHater closed 4 years ago

DarthHater commented 4 years ago

Basically we need to check if the unmarshall was successful, when sending a public application ID to Nexus IQ Server

This pull request makes the following changes:

cc @bhamail / @DarthHater