Experimental: Remove query precision for now.

Address review comment.
This commit is contained in:
Aditya Sharad
2020-03-23 09:18:47 -07:00
committed by Aditya Sharad
parent 4f32d6651c
commit c44e5379df

View File

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