From 4f74a71ffc25176e0bca75c4da69e6c9c7904443 Mon Sep 17 00:00:00 2001 From: MostInterestingBotInTheWorld <98333686+MostInterestingBotInTheWorld@users.noreply.github.com> Date: Sun, 5 Feb 2023 11:13:01 -0500 Subject: [PATCH] Enhancement: exposures/apis/wsdl-api.yaml by mp --- exposures/apis/wsdl-api.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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