dependency-check / dependency-check/DependencyCheck
Request to make full url from pom
- Dominant language
- Java
- Stars
- 7.7k
- Forks
- 1.4k
- Avg merge
- 9d 22h
- Merged PRs (30d)
- 13
Description
**Is your feature request related to a problem? Please describe.**
I used DepedencyCheck tool to **analyze Jar file**. DependencyCheck must be a very useful tool for me.
But the url result from pom is **not full link**,
Maybe if the url is a link to github, it seems that only the back of the address, not the full link, comes out like this.

Maybe... I think that the full url will be 'https://github.com/googleapis/api-common-java'.
**Describe the solution you'd like**
I think it would be more useful if you could derive the result with full url.
Namely, the url from pom is
- AS-IS
- url : googleapis/api-common-java
- TO-BE
- url : https://github.com/googleapis/api-common-java
Contributor guide
Assessment
This issue has not been assessed yet.