Skip to content

Commit 03e7637

Browse files
authored
Merge pull request github#12850 from smiddy007/remove-unused-example-files
JS: Remove unused example files and edit qhelp to match
2 parents a149c41 + e4ec1ae commit 03e7637

File tree

5 files changed

+2
-18
lines changed

5 files changed

+2
-18
lines changed

javascript/ql/src/Security/CWE-916/InsufficientPasswordHash.qhelp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
the hash of a password.
3838
</p>
3939

40-
<sample src="examples/InsufficientPasswordHash_NodeJS.js"/>
40+
<sample src="examples/InsufficientPasswordHash.js"/>
4141

4242
<p>
4343
This is not secure, since the password can be efficiently
@@ -46,7 +46,7 @@
4646
algorithm:
4747
</p>
4848

49-
<sample src="examples/InsufficientPasswordHash_NodeJS_fixed.js"/>
49+
<sample src="examples/InsufficientPasswordHash_fixed.js"/>
5050
</example>
5151

5252
<references>

javascript/ql/src/Security/CWE-916/examples/InsufficientPasswordHash_CryptoJS.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

javascript/ql/src/Security/CWE-916/examples/InsufficientPasswordHash_CryptoJS_fixed

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)