From eaff78b37ea9e442a866f8d63ef74003495adeb8 Mon Sep 17 00:00:00 2001 From: Esben Sparre Andreasen Date: Wed, 29 Jan 2020 10:25:46 +0100 Subject: [PATCH] JS: change severity to warning --- javascript/ql/src/Security/CWE-079/UnsafeJQueryPlugin.ql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/src/Security/CWE-079/UnsafeJQueryPlugin.ql b/javascript/ql/src/Security/CWE-079/UnsafeJQueryPlugin.ql index 7d5525c1d29..2df7769906d 100644 --- a/javascript/ql/src/Security/CWE-079/UnsafeJQueryPlugin.ql +++ b/javascript/ql/src/Security/CWE-079/UnsafeJQueryPlugin.ql @@ -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