JS: Raise precision of prototype-pollution query

This commit is contained in:
Asger F
2019-08-26 12:01:23 +01:00
parent 6d55d1f7c0
commit a41a23fdba

View File

@@ -3,8 +3,8 @@
* @description Recursively merging a user-controlled object into another object
* can allow an attacker to modify the built-in Object prototype.
* @kind path-problem
* @problem.severity warning
* @precision medium
* @problem.severity error
* @precision high
* @id js/prototype-pollution
* @tags security
* external/cwe/cwe-250