=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libjs-tv4-1.2.7+dfsg1/README.md-6- libjs-tv4-1.2.7+dfsg1/README.md:7:There is support for `$ref` with JSON Pointer fragment paths (```other-schema.json#/properties/myKey```). libjs-tv4-1.2.7+dfsg1/README.md-8- ############################################## libjs-tv4-1.2.7+dfsg1/README.md-33- libjs-tv4-1.2.7+dfsg1/README.md:34:If schemas are referenced (```$ref```) but not known, then validation will return ```true``` and the missing schema(s) will be listed in ```tv4.missing```. For more info see the API documentation below. libjs-tv4-1.2.7+dfsg1/README.md-35- ############################################## libjs-tv4-1.2.7+dfsg1/README.md-177- libjs-tv4-1.2.7+dfsg1/README.md:178:Return an Array with schema document URIs that are used as `$ref` in known schemas but which currently have no associated schema data. libjs-tv4-1.2.7+dfsg1/README.md-179- ############################################## libjs-tv4-1.2.7+dfsg1/try/ace/ace.js-4986- } else { libjs-tv4-1.2.7+dfsg1/try/ace/ace.js:4987: success = commands.exec(toExecute.command, this.$editor, toExecute.args, e); libjs-tv4-1.2.7+dfsg1/try/ace/ace.js-4988- } ############################################## libjs-tv4-1.2.7+dfsg1/try/ace/ace.js-5004- if (!success) libjs-tv4-1.2.7+dfsg1/try/ace/ace.js:5005: this.$editor.commands.exec("insertstring", this.$editor, text); libjs-tv4-1.2.7+dfsg1/try/ace/ace.js-5006- }; ############################################## libjs-tv4-1.2.7+dfsg1/try/ace/keybinding-emacs.js-826- iSearch.deactivate(); libjs-tv4-1.2.7+dfsg1/try/ace/keybinding-emacs.js:827: occurStartCommand.exec(iSearch.$editor, options); libjs-tv4-1.2.7+dfsg1/try/ace/keybinding-emacs.js-828- },