JS: reduce declared precision of js/request-forgery

This commit is contained in:
Esben Sparre Andreasen
2018-09-09 21:30:43 +02:00
parent f63a3b3f39
commit aaf1ac770d
2 changed files with 2 additions and 2 deletions

View File

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