We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1113c commit 0a32f9fCopy full SHA for 0a32f9f
python/ql/src/experimental/Security/CWE-094/Js2Py.ql
@@ -1,7 +1,9 @@
1
/**
2
* @name JavaScript code execution.
3
* @description Passing user supplied arguments to a Javascript to Python translation engine such as Js2Py can lead to remote code execution.
4
- * @severity high
+ * @problem.severity error
5
+ * @security-severity 9.3
6
+ * @precision high
7
* @kind path-problem
8
* @id py/js2py-rce
9
* @tags security
0 commit comments