From 33fd1aaf2a7ce98e9e2e1853d805dd689fcffe20 Mon Sep 17 00:00:00 2001 From: Chris Smowton Date: Tue, 16 Nov 2021 18:52:41 +0000 Subject: [PATCH] Add missing @id tag --- ql/src/experimental/CWE-918/SSRF.ql | 1 + 1 file changed, 1 insertion(+) diff --git a/ql/src/experimental/CWE-918/SSRF.ql b/ql/src/experimental/CWE-918/SSRF.ql index f7db5a7b475..41c41bb18de 100644 --- a/ql/src/experimental/CWE-918/SSRF.ql +++ b/ql/src/experimental/CWE-918/SSRF.ql @@ -1,6 +1,7 @@ /** * @name Uncontrolled data used in network request * @description Sending network requests with user-controlled data allows for request forgery attacks. + * @id go/ssrf * @kind path-problem * @problem.severity error * @precision high