Skip to content

Commit 76ed56d

Browse files
committed
Ruby: typo
1 parent ee62881 commit 76ed56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/src/experimental/template-injection/TemplateInjection.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Consider the example given below, an untrusted HTTP parameter <code>name</code>
2222
<sample src="examples/SSTIBad.rb" />
2323

2424
<p>
25-
Here we have fixed the problem by including ERB/Slim syntax in the string, then the user input will be rendered but no evaluated.
25+
Here we have fixed the problem by including ERB/Slim syntax in the string, then the user input will be rendered but not evaluated.
2626
</p>
2727
<sample src="examples/SSTIGood.rb" />
2828
</example>

0 commit comments

Comments
 (0)