Skip to content

Commit 0a32f9f

Browse files
committed
Python: Update query metadata
1 parent 8d1113c commit 0a32f9f

File tree

1 file changed

+3
-1
lines changed
  • python/ql/src/experimental/Security/CWE-094

1 file changed

+3
-1
lines changed

python/ql/src/experimental/Security/CWE-094/Js2Py.ql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/**
22
* @name JavaScript code execution.
33
* @description Passing user supplied arguments to a Javascript to Python translation engine such as Js2Py can lead to remote code execution.
4-
* @severity high
4+
* @problem.severity error
5+
* @security-severity 9.3
6+
* @precision high
57
* @kind path-problem
68
* @id py/js2py-rce
79
* @tags security

0 commit comments

Comments
 (0)