RequestForgery: Add high precision

This commit is contained in:
Sauyon Lee
2020-03-27 08:18:14 -07:00
parent 830c3fce2a
commit 89a03c8b67

View File

@@ -3,6 +3,7 @@
* @description Sending network requests with user-controlled data allows for request forgery attacks.
* @kind path-problem
* @problem.severity error
* @precision high
* @id go/request-forgery
* @tags security
* external/cwe/cwe-918