JS: informational -> info

This commit is contained in:
Asger Feldthaus
2021-04-20 19:51:16 +01:00
parent 9f8a9b9cad
commit 02707f0777
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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