Skip to content

Commit 017f458

Browse files
asgerfNapalys
andauthored
Update javascript/ql/test/query-tests/Security/CWE-078/UselessUseOfCat/uselesscat.js
Co-authored-by: Napalys Klicius <[email protected]>
1 parent 24c9b2e commit 017f458

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/test/query-tests/Security/CWE-078/UselessUseOfCat

1 file changed

+1
-1
lines changed

javascript/ql/test/query-tests/Security/CWE-078/UselessUseOfCat/uselesscat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ execFile('/bin/cat', [ 'pom.xml' ], function(error, stdout, stderr ) { // $ Aler
6161
console.log(stdout);
6262
});
6363

64-
execFile('/bin/cat', [ 'pom.xml' ], function(error, stdout, stderr ) { // OK - - stderr is used.
64+
execFile('/bin/cat', [ 'pom.xml' ], function(error, stdout, stderr ) { // OK - stderr is used.
6565
console.log(stderr);
6666
});
6767

0 commit comments

Comments
 (0)