=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-coveralls-3.1.0/lib/detectLocalGit.js-50- packedRefsText.split('\n').forEach(line => { node-coveralls-3.1.0/lib/detectLocalGit.js:51: if (line.match(`refs/heads/${branch}`)) { node-coveralls-3.1.0/lib/detectLocalGit.js-52- commit = line.split(' ')[0]; ############################################## node-coveralls-3.1.0/lib/fetchGitData.js-42- //-- Use git? node-coveralls-3.1.0/lib/fetchGitData.js:43: exec(`git rev-parse --verify ${git.head.id}`, err => { node-coveralls-3.1.0/lib/fetchGitData.js-44- if (err) { ############################################## node-coveralls-3.1.0/lib/fetchGitData.js-71-function fetchHeadDetails(git, cb) { node-coveralls-3.1.0/lib/fetchGitData.js:72: exec(`git cat-file -p ${git.head.id}`, (err, response) => { node-coveralls-3.1.0/lib/fetchGitData.js-73- if (err) { ############################################## node-coveralls-3.1.0/lib/fetchGitData.js-110-function saveRemote(processed, git, name, url) { node-coveralls-3.1.0/lib/fetchGitData.js:111: const key = `${name}-${url}`; node-coveralls-3.1.0/lib/fetchGitData.js-112- if (Object.prototype.hasOwnProperty.call(processed, key)) { ############################################## node-coveralls-3.1.0/lib/handleInput.js-7- logger.debug(input); node-coveralls-3.1.0/lib/handleInput.js:8: logger.debug(`user options ${userOptions}`); node-coveralls-3.1.0/lib/handleInput.js-9- index.getOptions((err, options) => { ############################################## node-coveralls-3.1.0/lib/handleInput.js-32- if (response.statusCode >= 400) { node-coveralls-3.1.0/lib/handleInput.js:33: cb(`Bad response: ${response.statusCode} ${body}`); node-coveralls-3.1.0/lib/handleInput.js-34- return; ############################################## node-coveralls-3.1.0/lib/sendToCoveralls.js-12- const str = JSON.stringify(obj); node-coveralls-3.1.0/lib/sendToCoveralls.js:13: const url = `${urlBase}/api/v1/jobs`; node-coveralls-3.1.0/lib/sendToCoveralls.js-14- ############################################## node-coveralls-3.1.0/test/detectLocalGit.js-58- //if (!dir.includes(path.normalize('node-coveralls/test'))) { node-coveralls-3.1.0/test/detectLocalGit.js:59: // throw new Error(`Tried to clean a temp git directory that did not match path: ${path.normalize('node-coveralls/test')}`); node-coveralls-3.1.0/test/detectLocalGit.js-60- //} ############################################## node-coveralls-3.1.0/test/getOptions.js-317- service_name = 'travis-pro'; node-coveralls-3.1.0/test/getOptions.js:318: fs.writeFileSync(file, `repo_token: ${token}\nservice_name: ${service_name}`); node-coveralls-3.1.0/test/getOptions.js-319- synthetic = true; ############################################## node-coveralls-3.1.0/test/getOptions.js-380- const service_name = 'travis-pro'; node-coveralls-3.1.0/test/getOptions.js:381: fs.writeFileSync(file, `service_name: ${service_name}`); node-coveralls-3.1.0/test/getOptions.js-382- process.env.TRAVIS = 'TRUE'; ############################################## node-coveralls-3.1.0/test/getOptions.js-784- fs.mkdirSync(path.join('.git', 'refs', 'heads')); node-coveralls-3.1.0/test/getOptions.js:785: fs.writeFileSync(gitHead, `ref: refs/heads/${branch}`, { encoding: 'utf8' }); node-coveralls-3.1.0/test/getOptions.js-786- fs.writeFileSync(gitBranch, id, { encoding: 'utf8' }); ############################################## node-coveralls-3.1.0/test/getOptions.js-799- } else if (options.noGit) { node-coveralls-3.1.0/test/getOptions.js:800: fs.renameSync(gitDir, `${gitDir}.bak`); node-coveralls-3.1.0/test/getOptions.js-801- wrapUp = () => { node-coveralls-3.1.0/test/getOptions.js:802: fs.renameSync(`${gitDir}.bak`, gitDir); node-coveralls-3.1.0/test/getOptions.js-803- }; ############################################## node-coveralls-3.1.0/debian/patches/0003-Fix-path-with-version-in-test.patch-13-- if (!dir.includes(path.normalize('node-coveralls/test'))) { node-coveralls-3.1.0/debian/patches/0003-Fix-path-with-version-in-test.patch:14:- throw new Error(`Tried to clean a temp git directory that did not match path: ${path.normalize('node-coveralls/test')}`); node-coveralls-3.1.0/debian/patches/0003-Fix-path-with-version-in-test.patch-15-- } ############################################## node-coveralls-3.1.0/debian/patches/0003-Fix-path-with-version-in-test.patch-17-+ //if (!dir.includes(path.normalize('node-coveralls/test'))) { node-coveralls-3.1.0/debian/patches/0003-Fix-path-with-version-in-test.patch:18:+ // throw new Error(`Tried to clean a temp git directory that did not match path: ${path.normalize('node-coveralls/test')}`); node-coveralls-3.1.0/debian/patches/0003-Fix-path-with-version-in-test.patch-19-+ //} ############################################## node-coveralls-3.1.0/.pc/0003-Fix-path-with-version-in-test.patch/test/detectLocalGit.js-57- if (!dir.includes(path.normalize('node-coveralls/test'))) { node-coveralls-3.1.0/.pc/0003-Fix-path-with-version-in-test.patch/test/detectLocalGit.js:58: throw new Error(`Tried to clean a temp git directory that did not match path: ${path.normalize('node-coveralls/test')}`); node-coveralls-3.1.0/.pc/0003-Fix-path-with-version-in-test.patch/test/detectLocalGit.js-59- } ############################################## node-coveralls-3.1.0/.pc/0004-Disable-a-test-that-need-a-full-git-tree.patch/test/getOptions.js-312- service_name = 'travis-pro'; node-coveralls-3.1.0/.pc/0004-Disable-a-test-that-need-a-full-git-tree.patch/test/getOptions.js:313: fs.writeFileSync(file, `repo_token: ${token}\nservice_name: ${service_name}`); node-coveralls-3.1.0/.pc/0004-Disable-a-test-that-need-a-full-git-tree.patch/test/getOptions.js-314- synthetic = true; ############################################## node-coveralls-3.1.0/.pc/0004-Disable-a-test-that-need-a-full-git-tree.patch/test/getOptions.js-375- const service_name = 'travis-pro'; node-coveralls-3.1.0/.pc/0004-Disable-a-test-that-need-a-full-git-tree.patch/test/getOptions.js:376: fs.writeFileSync(file, `service_name: ${service_name}`); node-coveralls-3.1.0/.pc/0004-Disable-a-test-that-need-a-full-git-tree.patch/test/getOptions.js-377- process.env.TRAVIS = 'TRUE'; ############################################## node-coveralls-3.1.0/.pc/0004-Disable-a-test-that-need-a-full-git-tree.patch/test/getOptions.js-779- fs.mkdirSync(path.join('.git', 'refs', 'heads')); node-coveralls-3.1.0/.pc/0004-Disable-a-test-that-need-a-full-git-tree.patch/test/getOptions.js:780: fs.writeFileSync(gitHead, `ref: refs/heads/${branch}`, { encoding: 'utf8' }); node-coveralls-3.1.0/.pc/0004-Disable-a-test-that-need-a-full-git-tree.patch/test/getOptions.js-781- fs.writeFileSync(gitBranch, id, { encoding: 'utf8' }); ############################################## node-coveralls-3.1.0/.pc/0004-Disable-a-test-that-need-a-full-git-tree.patch/test/getOptions.js-794- } else if (options.noGit) { node-coveralls-3.1.0/.pc/0004-Disable-a-test-that-need-a-full-git-tree.patch/test/getOptions.js:795: fs.renameSync(gitDir, `${gitDir}.bak`); node-coveralls-3.1.0/.pc/0004-Disable-a-test-that-need-a-full-git-tree.patch/test/getOptions.js-796- wrapUp = () => { node-coveralls-3.1.0/.pc/0004-Disable-a-test-that-need-a-full-git-tree.patch/test/getOptions.js:797: fs.renameSync(`${gitDir}.bak`, gitDir); node-coveralls-3.1.0/.pc/0004-Disable-a-test-that-need-a-full-git-tree.patch/test/getOptions.js-798- }; ############################################## node-coveralls-3.1.0/.pc/replace-request-by-node-fetch.diff/lib/sendToCoveralls.js-12- const str = JSON.stringify(obj); node-coveralls-3.1.0/.pc/replace-request-by-node-fetch.diff/lib/sendToCoveralls.js:13: const url = `${urlBase}/api/v1/jobs`; node-coveralls-3.1.0/.pc/replace-request-by-node-fetch.diff/lib/sendToCoveralls.js-14-