Skip to content

Commit eaff78b

Browse files
committed
JS: change severity to warning
1 parent 1de1c15 commit eaff78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-079/UnsafeJQueryPlugin.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Unsafe jQuery plugin
33
* @description A jQuery plugin that unintentionally constructs HTML from some of its options may be unsafe to use for clients.
44
* @kind path-problem
5-
* @problem.severity error
5+
* @problem.severity warning
66
* @precision high
77
* @id js/unsafe-jquery-plugin
88
* @tags security

0 commit comments

Comments
 (0)