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 1556b62 commit 6b0adf1Copy full SHA for 6b0adf1
javascript/ql/src/Security/CWE-200/PrivateFileExposure.qhelp
@@ -23,8 +23,8 @@
23
<example>
24
<p>
25
In the example below, all the files from the <code>node_modules</code> are served.
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.
+ This allows clients to easily access all the files inside that folder,
+ which includes potentially private information inside <code>package.json</code> files.
28
</p>
29
<sample src="examples/PrivateFileExposure.js"/>
30
0 commit comments