===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-mimic-response-2.1.0/debian/tests/test_modules/create-test-server/src/index.js-35-				app.port = server.address().port;
node-mimic-response-2.1.0/debian/tests/test_modules/create-test-server/src/index.js:36:				app.url = `http://localhost:${app.port}`;
node-mimic-response-2.1.0/debian/tests/test_modules/create-test-server/src/index.js-37-			}),
##############################################
node-mimic-response-2.1.0/debian/tests/test_modules/create-test-server/src/index.js-39-				app.sslPort = sslServer.address().port;
node-mimic-response-2.1.0/debian/tests/test_modules/create-test-server/src/index.js:40:				app.sslUrl = `https://localhost:${app.sslPort}`;
node-mimic-response-2.1.0/debian/tests/test_modules/create-test-server/src/index.js-41-			})