From c662606754441eb77242b448d191ba2847428dd7 Mon Sep 17 00:00:00 2001 From: Adam Berman Date: Fri, 6 Jan 2023 14:44:02 -0800 Subject: [PATCH] make it vulnerable --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)) }