JS: change severity to warning

This commit is contained in:
Esben Sparre Andreasen
2020-01-29 10:25:46 +01:00
parent 1de1c15919
commit eaff78b37e

View File

@@ -2,7 +2,7 @@
* @name Unsafe jQuery plugin
* @description A jQuery plugin that unintentionally constructs HTML from some of its options may be unsafe to use for clients.
* @kind path-problem
* @problem.severity error
* @problem.severity warning
* @precision high
* @id js/unsafe-jquery-plugin
* @tags security