Ruby: typo

This commit is contained in:
Alex Ford
2023-03-17 11:40:59 +00:00
parent ee6288173f
commit 76ed56d2b6

View File

@@ -22,7 +22,7 @@ Consider the example given below, an untrusted HTTP parameter <code>name</code>
<sample src="examples/SSTIBad.rb" />
<p>
Here we have fixed the problem by including ERB/Slim syntax in the string, then the user input will be rendered but no evaluated.
Here we have fixed the problem by including ERB/Slim syntax in the string, then the user input will be rendered but not evaluated.
</p>
<sample src="examples/SSTIGood.rb" />
</example>