lower the severity of js/identity-replacement to medium

This commit is contained in:
erik-krogh
2023-10-27 13:54:17 +02:00
parent 00ba7e42b1
commit cf958f0828

View File

@@ -3,7 +3,7 @@
* @description Replacing a substring with itself has no effect and may indicate a mistake.
* @kind problem
* @problem.severity warning
* @security-severity 7.8
* @security-severity 5.0
* @id js/identity-replacement
* @precision very-high
* @tags correctness