Update javascript/ql/src/Security/CWE-094/MethodNameInjection.ql

Co-Authored-By: asger-semmle <42069257+asger-semmle@users.noreply.github.com>
This commit is contained in:
Max Schaefer
2018-11-21 10:55:38 +00:00
committed by GitHub
parent 7d80847832
commit fa761c07bd

View File

@@ -1,6 +1,6 @@
/**
* @name Method name injection
* @description Invoking user-controlled methods on arbitrary objects can lead to remote code execution.
* @description Invoking user-controlled methods on certain objects can lead to remote code execution.
* @kind path-problem
* @problem.severity error
* @precision high