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