All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.owasp.dependencycheck.data.update.package-info Maven / Gradle / Ivy

/**
 *
 * Contains classes used to update the data stores.

* * The UpdateService will load, any correctly defined CachedWebDataSource(s) and call update() on them. The Cached Data Source * must determine if it needs to be updated and if so perform the update. The sub packages contain classes used to perform the * actual updates. */ package org.owasp.dependencycheck.data.update;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy