Uses of Class
org.owasp.dependencycheck.utils.Pair
-
Packages that use Pair Package Description org.owasp.dependencycheck.data.cpe Contains classes for working with the CPE Lucene Index.org.owasp.dependencycheck.data.nvdcve Contains classes used to work with the NVD CVE data.org.owasp.dependencycheck.data.update.cpe 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. -
-
Uses of Pair in org.owasp.dependencycheck.data.cpe
Method parameters in org.owasp.dependencycheck.data.cpe with type arguments of type Pair Modifier and Type Method Description void
AbstractMemoryIndex. open(java.util.Set<Pair<java.lang.String,java.lang.String>> data, Settings settings)
Creates and loads data into an in memory index.void
MemoryIndex. open(java.util.Set<Pair<java.lang.String,java.lang.String>> data, Settings settings)
Creates and loads data into an in memory index. -
Uses of Pair in org.owasp.dependencycheck.data.nvdcve
Methods in org.owasp.dependencycheck.data.nvdcve that return types with arguments of type Pair Modifier and Type Method Description java.util.Set<Pair<java.lang.String,java.lang.String>>
CveDB. getVendorProductList()
Returns the entire list of vendor/product combinations.java.util.Set<Pair<java.lang.String,java.lang.String>>
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 Pair Modifier and Type Method Description static java.util.Map<Pair<java.lang.String,java.lang.String>,java.lang.String>
CpeEcosystemCache. 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 Modifier and Type Method Description static void
CpeEcosystemCache. setCache(java.util.Map<Pair<java.lang.String,java.lang.String>,java.lang.String> cache)
Sets the ecosystem cache and resets the changed map.
-