Hi,
ZAP Active scanner lists clearly
a. which scan ID is mapped to a cwe and wasc ID, so when a report is generated it is easy to understand mapping of cwe/wasca dn plugin id
b. Example:
"allDependenciesAvailable": "true",
"policyId": "2",
"cweId": "98",
"attackStrength": "DEFAULT",
"alertThreshold": "DEFAULT",
"name": "Remote File Inclusion",
"wascId": "5",
"id": "7",
"enabled": "true",
"quality": "release",
"dependencies": []
ZAP Passive scan list only plugin ID, where can we get mapping of pluginID to CWE/WASC ID.
Example:
1. Passive scanner show following information:
{
"alertThreshold": "MEDIUM",
"name": "Cookie No HttpOnly Flag",
"id": "10010",
"enabled": "true",
"quality": "release"
}
2. ZAP Report for different plugin ID shows same CWEID "16" but different WASC IDs, how zap mapped different plugin ID to same CWE ID "16" and WASC IDs "15 or 13":
All three issues in screenshot are from same report and all three issue have different plugin ID and WASC ID but same CWE ID 16.
From where ZAP is fetching information about WASC and CWE ID for a patcular plugin ID of passive scan? Is there any document which states the mapping of passive scan plugin ID to CWE/WASC ID
