diff --git a/exposures/apis/wsdl-api.yaml b/exposures/apis/wsdl-api.yaml index 2471713705..bed37bd75f 100644 --- a/exposures/apis/wsdl-api.yaml +++ b/exposures/apis/wsdl-api.yaml @@ -1,10 +1,15 @@ id: wsdl-api info: - name: wsdl-detect + name: WSDL API - Detect author: jarijaas severity: info - description: Detects web services that have WSDL (https://www.w3.org/TR/wsdl/) + description: Detects web services that have WSDL API was detected. + classification: + cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N + cvss-score: 0.0 + cwe-id: CWE-200 + reference: https://www.w3.org/TR/wsdl/ tags: exposure,api requests: @@ -14,4 +19,6 @@ requests: matchers: - type: word words: - - "wsdl:definitions" \ No newline at end of file + - "wsdl:definitions" + +# Enhanced by mp on 2023/02/05