Skip to content

Commit 20ea825

Browse files
author
Stephan Brandauer
committed
test for 'node:' prefix for importing node modules
1 parent 9825136 commit 20ea825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/test/query-tests/Security/CWE-022/TaintedPath/tainted-access-paths.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var fs = require('fs'),
1+
var fs = require('node:fs'),
22
http = require('http'),
33
url = require('url');
44

0 commit comments

Comments
 (0)