Improve documentation

This commit is contained in:
jarlob
2023-04-05 10:26:02 +02:00
parent 9fba7d31f1
commit 40635e60d1

View File

@@ -35,15 +35,9 @@
</p>
<sample src="examples/comment_issue_bad.yml" />
<p>
The following example uses shell syntax to read
the environment variable and will prevent the attack:
</p>
<sample src="examples/comment_issue_good.yml" />
<p>
The following example uses an environment variable, but
still allows injection because of the use of expression syntax:
<b>still allows the injection</b> because of the use of expression syntax:
</p>
<sample src="examples/comment_issue_bad_env.yml" />