=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-coa-2.0.2/lib/arg.js-55- _requiredText() { node-coa-2.0.2/lib/arg.js:56: return `Missing required argument:\n ${this._usage()}`; node-coa-2.0.2/lib/arg.js-57- } ############################################## node-coa-2.0.2/lib/cmd.js-241- return ['', title + ':'] node-coa-2.0.2/lib/cmd.js:242: .concat(os.map(o => ` ${o._usage()}`)) node-coa-2.0.2/lib/cmd.js-243- .join(EOL); ############################################## node-coa-2.0.2/lib/cmd.js-246- _fullTitle() { node-coa-2.0.2/lib/cmd.js:247: return `${this.isRootCmd? '' : this._cmd._fullTitle() + EOL}${this._title}`; node-coa-2.0.2/lib/cmd.js-248- } ############################################## node-coa-2.0.2/lib/cmd.js-250- _fullName() { node-coa-2.0.2/lib/cmd.js:251: return `${this.isRootCmd? '' : this._cmd._fullName() + ' '}${PATH.basename(this._name)}`; node-coa-2.0.2/lib/cmd.js-252- } ############################################## node-coa-2.0.2/lib/cmd.js-344- const opt = this._ejectOpt(nonParsedOpts, this._optsByKey[i]); node-coa-2.0.2/lib/cmd.js:345: if(!opt) return this.reject(`Unknown option: ${i}`); node-coa-2.0.2/lib/cmd.js-346- ############################################## node-coa-2.0.2/lib/cmd.js-357- let arg = nonParsedArgs.shift(); node-coa-2.0.2/lib/cmd.js:358: if(!arg) return this.reject(`Unknown argument: ${a}`); node-coa-2.0.2/lib/cmd.js-359- ############################################## node-coa-2.0.2/lib/cmd.js-464- if(p.argv.length) node-coa-2.0.2/lib/cmd.js:465: return this.reject(`Unknown command: ${cmds.join(' ')}`); node-coa-2.0.2/lib/cmd.js-466- ############################################## node-coa-2.0.2/lib/opt.js-40- this._short = short; node-coa-2.0.2/lib/opt.js:41: this._cmd._optsByKey[`-${short}`] = this; node-coa-2.0.2/lib/opt.js-42- return this; ############################################## node-coa-2.0.2/lib/opt.js-52- this._long = long; node-coa-2.0.2/lib/opt.js:53: this._cmd._optsByKey[`--${long}`] = this; node-coa-2.0.2/lib/opt.js-54- return this; ############################################## node-coa-2.0.2/lib/opt.js-152- _requiredText() { node-coa-2.0.2/lib/opt.js:153: return `Missing required option:\n ${this._usage()}`; node-coa-2.0.2/lib/opt.js-154- } ############################################## node-coa-2.0.2/lib/shell.js-12- w = w.replace(/(["'$`\\])/g,'\\$1'); node-coa-2.0.2/lib/shell.js:13: return w.match(/\s+/) ? `"${w}"` : w; node-coa-2.0.2/lib/shell.js-14-} ############################################## node-coa-2.0.2/test/coa.js-376- .act(() => 12) node-coa-2.0.2/test/coa.js:377: .act((opts, args, res) => `${res} 34`) node-coa-2.0.2/test/coa.js-378- .do() ############################################## node-coa-2.0.2/.pc/autopkgtest-disabled-test.diff/test/coa.js-376- .act(() => 12) node-coa-2.0.2/.pc/autopkgtest-disabled-test.diff/test/coa.js:377: .act((opts, args, res) => `${res} 34`) node-coa-2.0.2/.pc/autopkgtest-disabled-test.diff/test/coa.js-378- .do()