Skip to content

Commit 968a092

Browse files
committed
JS: Fix secure example inclusion in InsecureDownload.qhelp
1 parent 200126b commit 968a092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-829/InsecureDownload.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<p>
3030
The issue has been fixed in the example below by replacing the HTTP protocol with the HTTPS protocol.
3131
</p>
32-
<sample src="examples/insecure-download.js" />
32+
<sample src="examples/secure-download.js" />
3333
</example>
3434

3535
<references>

0 commit comments

Comments
 (0)