Uses of Class
org.owasp.dependencycheck.xml.suppression.PropertyType
-
Packages that use PropertyType Package Description org.owasp.dependencycheck.xml.hints Contains classes used to parse the hints file to add evidence to dependencies.org.owasp.dependencycheck.xml.suppression Contains classes used to suppress findings. -
-
Uses of PropertyType in org.owasp.dependencycheck.xml.hints
Methods in org.owasp.dependencycheck.xml.hints that return types with arguments of type PropertyType Modifier and Type Method Description java.util.List<PropertyType>HintRule. getFileNames()Returns the list of fileName evidence to match against.Methods in org.owasp.dependencycheck.xml.hints with parameters of type PropertyType Modifier and Type Method Description voidHintRule. addFilename(PropertyType filename)Adds the filename evidence to the collection. -
Uses of PropertyType in org.owasp.dependencycheck.xml.suppression
Methods in org.owasp.dependencycheck.xml.suppression that return PropertyType Modifier and Type Method Description PropertyTypeSuppressionRule. getFilePath()Get the value of filePath.PropertyTypeSuppressionRule. getGav()Get the value of Maven GAV.Methods in org.owasp.dependencycheck.xml.suppression that return types with arguments of type PropertyType Modifier and Type Method Description java.util.List<PropertyType>SuppressionRule. getCpe()Get the value of CPE.Methods in org.owasp.dependencycheck.xml.suppression with parameters of type PropertyType Modifier and Type Method Description voidSuppressionRule. addCpe(PropertyType cpe)Adds the CPE to the CPE list.voidSuppressionRule. addVulnerabilityName(PropertyType name)Adds the CPE to the CPE list.protected booleanSuppressionRule. cpeHasNoVersion(PropertyType c)Identifies if the cpe specified by the cpe suppression rule does not specify a version.protected booleanSuppressionRule. identifierMatches(PropertyType suppressionEntry, Identifier identifier)Determines if the cpeEntry specified as a PropertyType matches the given Identifier.protected booleanSuppressionRule. purlMatches(PropertyType suppressionEntry, Identifier identifier)Determines if the cpeEntry specified as a PropertyType matches the given Identifier.voidSuppressionRule. setFilePath(PropertyType filePath)Set the value of filePath.voidSuppressionRule. setGav(PropertyType gav)Set the value of Maven GAV.voidSuppressionRule. setPackageUrl(PropertyType purl)Set the value of Package URL.Method parameters in org.owasp.dependencycheck.xml.suppression with type arguments of type PropertyType Modifier and Type Method Description voidSuppressionRule. setCpe(java.util.List<PropertyType> cpe)Set the value of CPE.
-