Finding.getProperties
Signature
public String[] getProperties()Description
This call provides access to the properties associated with the finding. These properties provide information about this finding's vulnerability type and about this finding's API.
Returns
Array of properties:
Vulnerability.value: Vulnerability type reported in the Findings views, such as:Vulnerability.BufferOverflow Vulnerability.Injection.SQLMechanism.value: API security mechanism; used to define custom report categories, such as:Mechanism.AccessControl Mechanism.CryptographyTechnology.value: API technology; used to define custom report categories, such as:Technology.Communications.HTTP Technology.DatabaseAttribute.value: API method tag, such as:Attribute.Deprecated Attribute.Modifier.Protected
See the AppScan® Source Security Knowledgebase for detailed information about property values.
Throws
OunceException,
if the Data Access API cannot retrieve the properties.