diff --git a/index.js b/index.js index ed77eac..9b94e1e 100644 --- a/index.js +++ b/index.js @@ -16,8 +16,8 @@ function hello() { hello(); -function notExposedVuln() { - const args = ["a", "b", "c", "d"] +function notExposedVuln(args) { + //const args = ["a", "b", "c", "d"] console.log(minimist(args)) }