Links from the pull request result page lead to the wrong URLs

Issue #294 resolved
Former user created an issue

Links on the pull request result page don't properly link to the artifacts / versions. They lead to a "we couldn't find that" page, instead of the actual artifact page. This bug means that it's hard to get details on why a dependency is getting flagged, which is especially bad for security flags!

Here's an example:

Looking at this PR result page: https://www.versioneye.com/pullrequests/57ed86ce1a98330016357916

The links to the apache commons library look like this: https://www.versioneye.com/java/org.apache.commons/commons-collections4/4.0

But the real links should look like this:https://www.versioneye.com/java/org.apache.commons:commons-collections4/4.0

Comments (3)

  1. Log in to comment