Skip to content

Commit d4a89b2

Browse files
committed
Fix qhelp typo while converting to python's regex injection
1 parent d49c23f commit d4a89b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/Security/CWE-730/RegexInjection.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<code>re.escape</code>. This ensures that the user cannot insert characters which have a
3232
special meaning in regular expressions.
3333
</p>
34-
<sample src="examples/re_good.py" />
34+
<sample src="unit_tests/re_good.py" />
3535
</example>
3636

3737
<references>

0 commit comments

Comments
 (0)