Merge pull request #531 from wlayzz/patch-1

Update Java SSTI
This commit is contained in:
Swissky 2022-08-19 15:16:46 +02:00 committed by GitHub
commit b25f461b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,6 +311,7 @@ ${ new groovy.lang.GroovyClassLoader().parseClass("@groovy.transform.ASTTest(val
## Java
### Java - Basic injection
> Multiple variable expressions can be used, if `${...}` doesn't work try `#{...}`, `*{...}`, `@{...}` or `*{...}`.
```java
${7*7}