We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49c23f commit d4a89b2Copy full SHA for d4a89b2
python/ql/src/experimental/Security/CWE-730/RegexInjection.qhelp
@@ -31,7 +31,7 @@
31
<code>re.escape</code>. This ensures that the user cannot insert characters which have a
32
special meaning in regular expressions.
33
</p>
34
- <sample src="examples/re_good.py" />
+ <sample src="unit_tests/re_good.py" />
35
</example>
36
37
<references>
0 commit comments