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 fa0a8c3 commit b0be0ebCopy full SHA for b0be0eb
javascript/ql/src/Security/CWE-200/PrivateFileExposure.qhelp
@@ -26,12 +26,12 @@
26
This allows clients easy access to all files inside that folder, but also allows
27
access to potentially private information inside <code>package.json</code> files.
28
</p>
29
- <sample src="examples/FileAccessToHttp.js"/>
+ <sample src="examples/PrivateFileExposure.js"/>
30
<p>
31
The issue has been fixed in the below by only serving specific folders within the
32
<code>node_modules</code> folder.
33
34
- <sample src="examples/FileAccessToHttpFixed.js"/>
+ <sample src="examples/PrivateFileExposureFixed.js"/>
35
</example>
36
37
<references>
0 commit comments