mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Update javascript/ql/test/query-tests/Security/CWE-078/UselessUseOfCat/uselesscat.js
Co-authored-by: Napalys Klicius <napalys@github.com>
This commit is contained in:
@@ -61,7 +61,7 @@ execFile('/bin/cat', [ 'pom.xml' ], function(error, stdout, stderr ) { // $ Aler
|
||||
console.log(stdout);
|
||||
});
|
||||
|
||||
execFile('/bin/cat', [ 'pom.xml' ], function(error, stdout, stderr ) { // OK - - stderr is used.
|
||||
execFile('/bin/cat', [ 'pom.xml' ], function(error, stdout, stderr ) { // OK - stderr is used.
|
||||
console.log(stderr);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user