mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update GroovyInjection.qhelp
This commit is contained in:
@@ -29,7 +29,7 @@ The fundamental problem is that Groovy is a dynamic language, yet SecureASTCusto
|
||||
|
||||
This makes it very easy for an attacker to bypass many of the intended checks
|
||||
(see https://kohsuke.org/2012/04/27/groovy-secureastcustomizer-is-harmful/).
|
||||
Therefore, besides SecureASTCustomizer, runtime checks are also necessary before calling Groovy methods
|
||||
Therefore, besides <code>SecureASTCustomizer</code>, runtime checks are also necessary before calling Groovy methods
|
||||
(see https://melix.github.io/blog/2015/03/sandboxing.html).
|
||||
|
||||
It is also possible to use a block-list method, excluding unwanted classes from being loaded by the JVM.
|
||||
|
||||
Reference in New Issue
Block a user