Skip to content

Commit 6b0adf1

Browse files
committed
rewrite sentence in private-file-exposure qhelp
1 parent 1556b62 commit 6b0adf1

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
@@ -23,8 +23,8 @@
2323
<example>
2424
<p>
2525
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.
26+
This allows clients to easily access all the files inside that folder,
27+
which includes potentially private information inside <code>package.json</code> files.
2828
</p>
2929
<sample src="examples/PrivateFileExposure.js"/>
3030
<p>

0 commit comments

Comments
 (0)