Class VendorDuplicatingHintRule
java.lang.Object
org.owasp.dependencycheck.xml.hints.VendorDuplicatingHintRule
Used to duplicate vendor evidence within a collection. The intent is if any
evidence is found in a collection that matches the value given the evidence
will be duplicated and the value replaced with the value indicated.
- Author:
- Jeremy Long
-
Constructor Summary
ConstructorsConstructorDescriptionVendorDuplicatingHintRule(String value, String duplicate) Constructs a new duplicating rule. -
Method Summary
Modifier and TypeMethodDescriptionGet the value of duplicate.getValue()Get the value of value.voidsetDuplicate(String duplicate) Set the value of duplicate.voidSet the value of value.
-
Constructor Details
-
VendorDuplicatingHintRule
-
-
Method Details
-
getValue
-
setValue
-
getDuplicate
-
setDuplicate
Set the value of duplicate.- Parameters:
duplicate- new value of duplicate
-