Skip to content

Commit b0be0eb

Browse files
committed
fix qhelp links
1 parent fa0a8c3 commit b0be0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/ql/src/Security/CWE-200/PrivateFileExposure.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
This allows clients easy access to all files inside that folder, but also allows
2727
access to potentially private information inside <code>package.json</code> files.
2828
</p>
29-
<sample src="examples/FileAccessToHttp.js"/>
29+
<sample src="examples/PrivateFileExposure.js"/>
3030
<p>
3131
The issue has been fixed in the below by only serving specific folders within the
3232
<code>node_modules</code> folder.
3333
</p>
34-
<sample src="examples/FileAccessToHttpFixed.js"/>
34+
<sample src="examples/PrivateFileExposureFixed.js"/>
3535
</example>
3636

3737
<references>

0 commit comments

Comments
 (0)