Uses of Class
org.owasp.dependencycheck.utils.Pair
Packages that use Pair
Package
Description
Contains classes for working with the CPE Lucene Index.
Contains classes used to work with the NVD CVE data.
Contains classes used to parse the CPE XML file from NIST.
These classes are not used as they add no value over the existing CPE data contained within the CVE data from the NVD.
These classes are not used as they add no value over the existing CPE data contained within the CVE data from the NVD.
-
Uses of Pair in org.owasp.dependencycheck.data.cpe
Method parameters in org.owasp.dependencycheck.data.cpe with type arguments of type Pair -
Uses of Pair in org.owasp.dependencycheck.data.nvdcve
Methods in org.owasp.dependencycheck.data.nvdcve that return types with arguments of type PairModifier and TypeMethodDescriptionCveDB.getVendorProductList()Returns the entire list of vendor/product combinations.CveDB.getVendorProductListForNode()Returns the entire list of vendor/product combinations filtered for just Node JS related products. -
Uses of Pair in org.owasp.dependencycheck.data.update.cpe
Methods in org.owasp.dependencycheck.data.update.cpe that return types with arguments of type PairModifier and TypeMethodDescriptionCpeEcosystemCache.getChanged()Returns the map of changed CPE to ecosystem mappings.Method parameters in org.owasp.dependencycheck.data.update.cpe with type arguments of type Pair