Merge branch 'unsafe-global-object-access' of github.com:asger-semmle/ql into unsafe-global-object-access

This commit is contained in:
Asger F
2018-11-21 11:14:21 +00:00

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