DependencyCheck
DependencyCheck copied to clipboard
What are all hostnames that CLI tool reaches out to on the internet?
I have internet completely blocked at my organization, but I am able to whitelist certain hostnames.
What are all hostnames that CLI tool reaches out to on the internet?
@jeremylong is this information documented somewhere?
I don't think it is "documented" anywhere but the source code. Luckily - just look for URLs in https://github.com/jeremylong/DependencyCheck/blob/main/core/src/main/resources/dependencycheck.properties
There aren't that many.
The actual nvd.api.datafeed.url is not currently in that file.
The nvd.api.datafeed.url isn't used unless you specifically set it.
But the tool still talks to the API at the default location, which isn't listed in that file.