Skip to content

Commit 02707f0

Browse files
committed
JS: informational -> info
1 parent 9f8a9b9 commit 02707f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/ql/src/Summary/TaintSinks.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Taint sinks
33
* @description Expressions that are vulnerable if containing untrusted data.
44
* @kind problem
5-
* @problem.severity informational
5+
* @problem.severity info
66
* @id js/summary/taint-sinks
77
* @tags summary
88
* @precision medium

javascript/ql/src/Summary/TaintSources.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Taint sources
33
* @description Sources of untrusted input.
44
* @kind problem
5-
* @problem.severity informational
5+
* @problem.severity info
66
* @id js/summary/taint-sources
77
* @tags summary
88
* @precision medium

0 commit comments

Comments
 (0)