mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-19 10:07:12 +01:00
Improved extensibility by using ServiceLoader
This commit is contained in:
9
src/main/resources/META-INF/dependencycheck.properties
Normal file
9
src/main/resources/META-INF/dependencycheck.properties
Normal file
@@ -0,0 +1,9 @@
|
||||
application.name=${pom.name}
|
||||
application.version=${pom.version}
|
||||
|
||||
cpe=store/cpe
|
||||
cpe.url=http://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml
|
||||
cpe.downloadfrequency=1
|
||||
cve=store/cve
|
||||
osvdb=store/osvdb
|
||||
|
||||
Reference in New Issue
Block a user