mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
JS: informational -> info
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @name Taint sinks
|
||||
* @description Expressions that are vulnerable if containing untrusted data.
|
||||
* @kind problem
|
||||
* @problem.severity informational
|
||||
* @problem.severity info
|
||||
* @id js/summary/taint-sinks
|
||||
* @tags summary
|
||||
* @precision medium
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* @name Taint sources
|
||||
* @description Sources of untrusted input.
|
||||
* @kind problem
|
||||
* @problem.severity informational
|
||||
* @problem.severity info
|
||||
* @id js/summary/taint-sources
|
||||
* @tags summary
|
||||
* @precision medium
|
||||
|
||||
Reference in New Issue
Block a user