Uses of Class
org.owasp.dependencycheck.data.update.NvdApiDataSource.FeedUrl
-
Packages that use NvdApiDataSource.FeedUrl Package Description org.owasp.dependencycheck.data.update Contains classes used to update the data stores.
The UpdateService will load, any correctly defined CachedWebDataSource(s) and call update() on them. -
-
Uses of NvdApiDataSource.FeedUrl in org.owasp.dependencycheck.data.update
Methods in org.owasp.dependencycheck.data.update that return NvdApiDataSource.FeedUrl Modifier and Type Method Description protected static NvdApiDataSource.FeedUrlNvdApiDataSource.FeedUrl. extractFromUrlOptionalPattern(java.lang.String url)NvdApiDataSource.FeedUrlNvdApiDataSource.FeedUrl. withPattern(java.util.function.Function<java.util.Optional<java.lang.String>,java.lang.String> patternTransformer)Methods in org.owasp.dependencycheck.data.update with parameters of type NvdApiDataSource.FeedUrl Modifier and Type Method Description protected java.util.PropertiesNvdApiDataSource. getRemoteDataFeedCacheProperties(NvdApiDataSource.FeedUrl dataFeedUrl)Downloads the metadata properties of the NVD API cache / data feed.protected java.util.Map<java.lang.String,java.lang.String>NvdApiDataSource. getUpdatesNeeded(NvdApiDataSource.FeedUrl feedUrl, java.util.Properties cacheProperties, java.time.ZonedDateTime now)Determines if the index needs to be updated.
-