Merge pull request #222 from jasonotu/patch-1

Update README.md
This commit is contained in:
Carlos Polop 2021-09-11 10:03:11 +01:00 committed by GitHub
commit 303110cef4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ If an **error is thrown** it will be quiet easy to figure out that **the server
#### Detect - Plaintext context
The given input is being **rendered and reflected** into the response. This is easily **mistaken for a simple** [**XSS**](../xss-cross-site-scripting/) vulnerability, but it's easy to difference if you try set **mathematical operations** within a template expression:
The given input is being **rendered and reflected** into the response. This is easily **mistaken for a simple** [**XSS**](../xss-cross-site-scripting/) vulnerability, but it's easy to differentiate if you try to set **mathematical operations** within a template expression:
```text
{{7*7}}