Skip to content

Commit 0c715f7

Browse files
committed
JS: Lower precision to medium
1 parent aaf5038 commit 0c715f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-400/PrototypePollution.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* can allow an attacker to modify the built-in Object prototype.
55
* @kind path-problem
66
* @problem.severity warning
7-
* @precision high
7+
* @precision medium
88
* @id js/prototype-pollution
99
* @tags security
1010
* external/cwe/cwe-250

0 commit comments

Comments
 (0)