Skip to content

Commit 4e1f7a9

Browse files
committed
fix invalid js file sample in qlhelp
1 parent f0a467e commit 4e1f7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/experimental/Security/CWE-099/EnvValueAndKeyInjection.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
The following example allows unauthorized users to assign a value to any environment variable.
2626
</p>
2727

28-
<sample src="examples/Bad_Value_And_Key_Assignment" />
28+
<sample src="examples/Bad_Value_And_Key_Assignment.js" />
2929

3030
</example>
3131

0 commit comments

Comments
 (0)