[ { "rule": "jQuery-load(", "path": "app/locale.js", "line": "function load({ appLocale, logger } = {}) {", "reasonCategory": "falseMatch", "updated": "2018-09-13T21:20:44.234Z" }, { "rule": "jQuery-after(", "path": "components/indexeddb-backbonejs-adapter/backbone-indexeddb.js", "reasonCategory": "falseMatch", "updated": "2018-09-13T21:24:40.667Z", "line": " migration.after(function () {" }, { "rule": "jQuery-before(", "path": "components/indexeddb-backbonejs-adapter/backbone-indexeddb.js", "reasonCategory": "falseMatch", "updated": "2018-09-13T21:24:40.667Z", "line": " migration.before(function () {" }, { "rule": "eval", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": " return eval(funcstr);", "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "Part of a set of functions to implement C calls" }, { "rule": "eval", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": " func = eval('_' + ident); // explicit lookup", "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "Part of runtime library for C++ transpiled code" }, { "rule": "jQuery-append(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": " bb.append((new Uint8Array(byteArray)).buffer); // we need to pass a buffer, and must copy the array to get the right data range", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-globalEval(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": " globalEval(read(f));", "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "Part of system for loading dependencies" }, { "rule": "jQuery-globalEval(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": "function globalEval(x) {", "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "Part of system for loading dependencies" }, { "rule": "jQuery-globalEval(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": " globalEval(Module['read'](f));", "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "Part of system for loading dependencies" }, { "rule": "jQuery-insertBefore(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": " canvasContainer.parentNode.insertBefore(canvas, canvasContainer);", "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM nodes" }, { "rule": "jQuery-insertBefore(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "line": " canvas.parentNode.insertBefore(canvasContainer, canvas);", "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM nodes" }, { "rule": "jQuery-load(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "reasonCategory": "falseMatch", "updated": "2018-09-15T00:16:19.197Z", "line": " Module['load'] = function load(f) {" }, { "rule": "jQuery-load(", "path": "components/mp3lameencoder/lib/Mp3LameEncoder.js", "reasonCategory": "falseMatch", "updated": "2018-09-15T00:16:19.197Z", "line": " Module['load'] = function load(f) {" }, { "rule": "DOM-innerHTML", "path": "components/qrcode/qrcode.js", "line": "\t\t\tthis._el.innerHTML = '';", "reasonCategory": "usageTrusted", "updated": "2018-09-15T00:38:04.183Z", "reasonDetail": "Hard-coded string" }, { "rule": "DOM-innerHTML", "path": "components/qrcode/qrcode.js", "line": "\t\t\t_el.innerHTML = aHTML.join('');", "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "Very limited in what HTML can be injected - dark/light options specify colors for the light/dark parts of QRCode" }, { "rule": "jQuery-$(", "path": "js/about_start.js", "line": "$('.version').text(`v${window.getVersion()}`);", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/about_start.js", "line": "$('.environment').text(states.join(' - '));", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/about_start.js", "line": "$(document).on('keydown', e => {", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/about_start.js", "line": "$('.acknowledgments').text(window.i18n('softwareAcknowledgments'));", "reasonCategory": "usageTrusted", "updated": "2020-09-16T14:49:26.520Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/about_start.js", "line": "$('.privacy').text(window.i18n('privacyPolicy'));", "reasonCategory": "usageTrusted", "updated": "2020-09-16T14:49:26.520Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/debug_log_start.js", "line": "$(document).on('keydown', e => {", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/debug_log_start.js", "line": "const $body = $(document.body);", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-appendTo(", "path": "js/debug_log_start.js", "line": "window.view.$el.appendTo($body);", "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM nodes" }, { "rule": "jQuery-$(", "path": "js/loading_start.js", "line": "$(() => {", "reasonCategory": "usageTrusted", "updated": "2020-03-25T15:45:04.024Z" }, { "rule": "jQuery-$(", "path": "js/loading_start.js", "line": " $('.message').text(window.i18n('optimizingApplication'));", "reasonCategory": "usageTrusted", "updated": "2020-03-25T15:45:04.024Z" }, { "rule": "jQuery-load(", "path": "js/modules/emojis.js", "line": "async function load() {", "reasonCategory": "falseMatch", "updated": "2019-10-31T17:28:08.684Z" }, { "rule": "jQuery-$(", "path": "js/modules/i18n.js", "line": " const FIND_REPLACEMENTS = /\\$([^$]+)\\$/g;", "reasonCategory": "falseMatch", "updated": "2020-07-21T18:34:59.251Z" }, { "rule": "jQuery-load(", "path": "js/modules/stickers.js", "line": "async function load() {", "reasonCategory": "falseMatch", "updated": "2019-04-26T17:48:30.675Z" }, { "rule": "jQuery-$(", "path": "js/permissions_popup_start.js", "line": "$(document).on('keydown', e => {", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/permissions_popup_start.js", "line": "const $body = $(document.body);", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/settings_start.js", "line": "$(document).on('keydown', e => {", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/settings_start.js", "line": "const $body = $(document.body);", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-appendTo(", "path": "js/settings_start.js", "line": " window.view.$el.appendTo($body);", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Interacting with already-existing DOM nodes" }, { "rule": "DOM-innerHTML", "path": "js/views/app_view.js", "line": " this.el.innerHTML = '';", "reasonCategory": "usageTrusted", "updated": "2018-09-15T00:38:04.183Z", "reasonDetail": "Hard-coded string" }, { "rule": "jQuery-append(", "path": "js/views/app_view.js", "line": " this.el.append(view.el);", "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM nodes" }, { "rule": "jQuery-appendTo(", "path": "js/views/app_view.js", "line": " this.debugLogView.$el.appendTo(this.el);", "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM nodes" }, { "rule": "jQuery-$(", "path": "js/views/banner_view.js", "line": " template: () => $('#banner').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-html(", "path": "js/views/banner_view.js", "line": " template: () => $('#banner').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/clear_data_view.js", "line": " template: () => $('#clear-data').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-html(", "path": "js/views/clear_data_view.js", "line": " template: () => $('#clear-data').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/contact_list_view.js", "line": " template: () => $('#contact').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-append(", "path": "js/views/contact_list_view.js", "line": " this.$el.append(this.contactView.el);", "reasonCategory": "usageTrusted", "updated": "2019-07-31T00:19:18.696Z", "reasonDetail": "Known DOM elements" }, { "rule": "jQuery-html(", "path": "js/views/contact_list_view.js", "line": " template: () => $('#contact').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " el: this.$('.result'),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Providing a reference to a local DOM node to a trusted view" }, { "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.buttons, .textarea').remove();", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, DOM removal" }, { "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.result').text(i18n('debugLogError'));", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding plain text" }, { "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.result').addClass('loading');", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, addition of a class" }, { "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.submit').attr('disabled', 'disabled');", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, attribute change" }, { "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.submit').removeAttr('disabled');", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, attribute change" }, { "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " template: () => $('#debug-log-link').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " template: () => $('#debug-log').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.textarea = this.$('.textarea').get(0);", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.loading').removeClass('loading');", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, removal of a class" }, { "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.loading').removeClass('loading');", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, removal of a class" }, { "rule": "jQuery-$(", "path": "js/views/debug_log_view.js", "line": " this.$('.link').focus().select();", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, setting focus" }, { "rule": "jQuery-html(", "path": "js/views/debug_log_view.js", "line": " template: () => $('#debug-log-link').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-html(", "path": "js/views/debug_log_view.js", "line": " template: () => $('#debug-log').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/group_member_list_view.js", "line": " this.$('.container').append(this.member_list_view.el);", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding sub-view to DOM" }, { "rule": "jQuery-$(", "path": "js/views/group_member_list_view.js", "line": " template: () => $('#group-member-list').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-append(", "path": "js/views/group_member_list_view.js", "line": " this.$('.container').append(this.member_list_view.el);", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding sub-view to DOM" }, { "rule": "jQuery-html(", "path": "js/views/group_member_list_view.js", "line": " template: () => $('#group-member-list').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/identicon_svg_view.js", "line": " template: () => $('#identicon-svg').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-html(", "path": "js/views/identicon_svg_view.js", "line": " const html = this.render().$el.html();", "reasonCategory": "usageTrusted", "updated": "2018-09-15T00:38:04.183Z", "reasonDetail": "Getting the value, not setting it" }, { "rule": "jQuery-html(", "path": "js/views/identicon_svg_view.js", "line": " template: () => $('#identicon-svg').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('.call-manager-placeholder').append(this.callManagerView.el);", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" }, { "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('.left-pane-placeholder').append(this.leftPaneView.el);", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" }, { "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " el: this.$('.conversation-stack'),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Providing reference to DOM for sub-view" }, { "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('#header, .gutter').addClass('inactive');", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding or removing classes" }, { "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('.conversation-stack').removeClass('inactive');", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding or removing classes" }, { "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('.conversation-stack').addClass('inactive');", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding or removing classes" }, { "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('#header, .gutter').removeClass('inactive');", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding or removing classes" }, { "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('.message').text(message);", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding plain text" }, { "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " template: () => $('#app-loading-screen').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " template: () => $('#two-column').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " if (e && this.$(e.target).closest('.placeholder').length) {", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " if (e && this.$(e.target).closest('.capture-audio').length > 0) {", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('.conversation:first .recorder').trigger('close');", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, triggering DOM event" }, { "rule": "jQuery-$(", "path": "js/views/inbox_view.js", "line": " this.$('.conversation:first .menu').trigger('close');", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, trigging DOM event" }, { "rule": "jQuery-append(", "path": "js/views/inbox_view.js", "line": " this.$('.call-manager-placeholder').append(this.callManagerView.el);", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" }, { "rule": "jQuery-append(", "path": "js/views/inbox_view.js", "line": " this.$('.left-pane-placeholder').append(this.leftPaneView.el);", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" }, { "rule": "jQuery-appendTo(", "path": "js/views/inbox_view.js", "line": " toast.$el.appendTo(this.$el);", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" }, { "rule": "jQuery-appendTo(", "path": "js/views/inbox_view.js", "line": " view.$el.appendTo(this.el);", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, adding sub-view to DOM" }, { "rule": "jQuery-html(", "path": "js/views/inbox_view.js", "line": " template: () => $('#app-loading-screen').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-html(", "path": "js/views/inbox_view.js", "line": " template: () => $('#two-column').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-prependTo(", "path": "js/views/inbox_view.js", "line": " this.appLoadingScreen.$el.prependTo(this.el);", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#qr img').remove();", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#qr .container').show();", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " if ($('#qr').length === 0) {", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#qr .container').hide();", "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.qr = new QRCode(this.$('#qr')[0]).makeCode(url);", "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#qr').addClass('ready');", "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$(DEVICE_NAME_SELECTOR).val(deviceName || window.getHostName());", "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#link-phone').submit();", "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#link-phone').submit(e => {", "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " let name = this.$(DEVICE_NAME_SELECTOR).val();", "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$(DEVICE_NAME_SELECTOR).focus();", "reasonCategory": "usageTrusted", "updated": "2020-03-24T19:03:04.861Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#qr canvas').remove();", "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#qr').removeClass('ready');", "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$('#qr').removeAttr('title');", "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " this.$(DEVICE_NAME_SELECTOR).focus();", "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" }, { "rule": "jQuery-$(", "path": "js/views/install_view.js", "line": " template: () => $('#link-flow-template').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-html(", "path": "js/views/install_view.js", "line": " template: () => $('#link-flow-template').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/key_verification_view.js", "line": " this.$('.key-verification-wrapper').append(this.view.el);", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" }, { "rule": "jQuery-$(", "path": "js/views/key_verification_view.js", "line": " template: () => $('#key-verification').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-append(", "path": "js/views/key_verification_view.js", "line": " this.$('.key-verification-wrapper').append(this.view.el);", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Adding sub-view to DOM" }, { "rule": "jQuery-html(", "path": "js/views/key_verification_view.js", "line": " template: () => $('#key-verification').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-append(", "path": "js/views/list_view.js", "line": " this.$el.append(view.render().el);", "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Interacting with already-existing DOM nodes" }, { "rule": "jQuery-html(", "path": "js/views/list_view.js", "line": " this.$el.html('');", "reasonCategory": "usageTrusted", "updated": "2018-09-15T00:38:04.183Z", "reasonDetail": "Hard-coded value" }, { "rule": "jQuery-$(", "path": "js/views/phone-input-view.js", "line": " this.$('input.number').intlTelInput();", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/phone-input-view.js", "line": " const input = this.$('input.number');", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/phone-input-view.js", "line": " const regionCode = this.$('li.active')", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/phone-input-view.js", "line": " this.$('.number-container').removeClass('invalid');", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/phone-input-view.js", "line": " this.$('.number-container').removeClass('valid');", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/phone-input-view.js", "line": " this.$('.number-container').addClass('valid');", "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" }, { "rule": "jQuery-$(", "path": "js/views/phone-input-view.js", "line": " template: () => $('#phone-number').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-html(", "path": "js/views/phone-input-view.js", "line": " template: () => $('#phone-number').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/recorder_view.js", "line": " this.$('.time').text(`${minutes}:${seconds}`);", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/recorder_view.js", "line": " $(window).on('blur', this.onSwitchAwayBound);", "reasonCategory": "usageTrusted", "updated": "2018-10-11T19:22:47.331Z", "reasonDetail": "Operating on already-existing DOM elements" }, { "rule": "jQuery-$(", "path": "js/views/recorder_view.js", "line": " $(window).off('blur', this.onSwitchAwayBound);", "reasonCategory": "usageTrusted", "updated": "2018-10-11T19:22:47.331Z", "reasonDetail": "Operating on already-existing DOM elements" }, { "rule": "jQuery-$(", "path": "js/views/recorder_view.js", "line": " template: () => $('#recorder').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-html(", "path": "js/views/recorder_view.js", "line": " template: () => $('#recorder').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/safety_number_change_dialog_view.js", "line": " this.$('.safety-number-change-dialog-wrapper').append(dialog.el);", "reasonCategory": "usageTrusted", "updated": "2020-06-23T06:48:06.829Z" }, { "rule": "jQuery-$(", "path": "js/views/safety_number_change_dialog_view.js", "line": " template: () => $('#safety-number-change-dialog').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-append(", "path": "js/views/safety_number_change_dialog_view.js", "line": " this.$('.safety-number-change-dialog-wrapper').append(dialog.el);", "reasonCategory": "usageTrusted", "updated": "2020-06-23T06:48:06.829Z" }, { "rule": "jQuery-html(", "path": "js/views/safety_number_change_dialog_view.js", "line": " template: () => $('#safety-number-change-dialog').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('input').prop('checked', !!this.value);", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('input').prop('checked', Boolean(this.value));", "reasonCategory": "usageTrusted", "updated": "2020-06-02T21:51:34.813Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " const value = this.$(e.target).val();", "reasonCategory": "usageTrusted", "updated": "2020-06-02T21:51:34.813Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$(`#${this.name}-${this.value}`).attr('checked', 'checked');", "reasonCategory": "usageTrusted", "updated": "2020-06-02T21:51:34.813Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.notification-settings'),", "reasonCategory": "usageTrusted", "updated": "2020-06-02T21:51:34.813Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.theme-settings'),", "reasonCategory": "usageTrusted", "updated": "2020-06-02T21:51:34.813Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " $(document.body)", "reasonCategory": "usageTrusted", "updated": "2020-06-02T21:51:34.813Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('input').prop('checked', Boolean(this.value));", "reasonCategory": "usageTrusted", "updated": "2020-06-02T22:20:33.618Z" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.draw-attention-setting'),", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.audio-notification-setting'),", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.badge-count-muted-conversations-setting'),", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.spell-check-setting'),", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " const $msg = this.$('.spell-check-setting-message');", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.menu-bar-setting'),", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.always-relay-calls-setting'),", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.call-ringtone-notification-setting'),", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.call-system-notification-setting'),", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.incoming-call-notification-setting'),", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.media-permissions'),", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " el: this.$('.media-camera-permissions'),", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.sync-setting').append(syncView.el);", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.sync').text(i18n('syncNow'));", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.sync').attr('disabled', 'disabled');", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.synced_at').hide();", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.sync_failed').hide();", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.sync').removeAttr('disabled');", "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.sync').text(i18n('syncing'));", "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " this.$('.sync_failed').show();", "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Static selector argument" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " template: () => $('#settings').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/settings_view.js", "line": " template: () => $('#syncSettings').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-append(", "path": "js/views/settings_view.js", "line": " this.$('.sync-setting').append(syncView.el);", "reasonCategory": "usageTrusted", "updated": "2020-08-21T11:29:29.636Z", "reasonDetail": "Interacting with already-existing DOM nodes" }, { "rule": "jQuery-html(", "path": "js/views/settings_view.js", "line": " template: () => $('#settings').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-html(", "path": "js/views/settings_view.js", "line": " template: () => $('#syncSettings').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('input.number').val(number);", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " el: this.$('#phone-number-input'),", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#error').hide();", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " const verificationCode = $('#code').val().replace(/\\D+/g, '');", "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#status').text(s);", "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " const verificationCode = $('#code').val().replace(/\\D/g, '');", "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#error').hide().text(error).addClass('in').fadeIn();", "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " if (this.$('#number-container').hasClass('valid')) {", "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#request-sms, #request-voice').removeAttr('disabled');", "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#request-sms, #request-voice').prop('disabled', 'disabled');", "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#code').addClass('invalid');", "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#code').removeClass('invalid');", "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#error').hide();", "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#step2').addClass('in').fadeIn();", "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#number-container').addClass('invalid');", "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " $('#error').hide();", "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#step2').addClass('in').fadeIn();", "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " this.$('#number-container').addClass('invalid');", "reasonCategory": "usageTrusted", "updated": "2020-11-18T03:39:29.033Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "js/views/standalone_registration_view.js", "line": " template: () => $('#standalone').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-html(", "path": "js/views/standalone_registration_view.js", "line": " template: () => $('#standalone').html(),", "reasonCategory": "usageTrusted", "updated": "2021-02-26T18:44:56.450Z", "reasonDetail": "Static selector, read-only access" }, { "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/ansi-styles/index.js", "line": "\t\t\tstyles[name] = wrap(identity, offset);", "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/ansi-styles/index.js", "line": "\t\t\tstyles[name] = wrap(suite[targetSpace], offset);", "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/cliui/build/lib/index.js", "line": " wrapped = mixin.wrap(col.text, this.negatePadding(col), { hard: true }).split('\\n');", "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/cliui/build/lib/string-utils.js", "line": "export function wrap(str, width) {", "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "jQuery-$(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/yargs/build/lib/completion-templates.js", "line": " type_list=$({{app_path}} --get-yargs-completions \"\\${args[@]}\")", "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "jQuery-$(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/yargs/build/lib/completion-templates.js", "line": " COMPREPLY=( $(compgen -W \"\\${type_list}\" -- \\${cur_word}) )", "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "jQuery-$(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/yargs/build/lib/completion-templates.js", "line": " IFS=$'\\n' reply=($(COMP_CWORD=\"$((CURRENT-1))\" COMP_LINE=\"$BUFFER\" COMP_POINT=\"$CURSOR\" {{app_path}} --get-yargs-completions \"\\${words[@]}\"))", "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/@chanzuckerberg/axe-storybook-testing/node_modules/yargs/build/lib/yargs-factory.js", "line": " usage.wrap(cols);", "reasonCategory": "falseMatch", "updated": "2021-04-06T04:01:59.934Z" }, { "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/dist/json-ext.js", "line": " function append(array, elements) {", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/dist/json-ext.js", "line": " append(this.valueStack.value, JSON.parse('[' + fragment + ']'));", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/dist/json-ext.js", "line": " append(this.valueStack.value, JSON.parse('[' + fragment + ']'));", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/dist/json-ext.js", "line": " append(this.valueStack.value, JSON.parse(fragment));", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/src/parse-chunked.js", "line": "function append(array, elements) {", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/src/parse-chunked.js", "line": " append(this.valueStack.value, JSON.parse('[' + fragment + ']'));", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/src/parse-chunked.js", "line": " append(this.valueStack.value, JSON.parse('[' + fragment + ']'));", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-append(", "path": "node_modules/@discoveryjs/json-ext/src/parse-chunked.js", "line": " append(this.valueStack.value, JSON.parse(fragment));", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "eval", "path": "node_modules/@protobufjs/inquire/index.js", "line": " var mod = eval(\"quire\".replace(/^/,\"re\"))(moduleName); // eslint-disable-line no-eval", "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "What's being eval'd is a static string" }, { "rule": "DOM-innerHTML", "path": "node_modules/@sindresorhus/is/dist/index.js", "line": " 'innerHTML',", "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, { "rule": "DOM-innerHTML", "path": "node_modules/@sindresorhus/is/dist/source/index.js", "line": " 'innerHTML',", "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/@sinonjs/commons/lib/deprecated.js", "line": " * Returns a string which can be supplied to `wrap()` to notify the user that a", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-before(", "path": "node_modules/@sinonjs/commons/lib/deprecated.test.js", "line": " before(function() {", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-wrap(", "path": "node_modules/@sinonjs/commons/lib/deprecated.test.js", "line": " wrapped = deprecated.wrap(method, msg);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-wrap(", "path": "node_modules/@sinonjs/commons/lib/deprecated.test.js", "line": " wrapped = deprecated.wrap(method, msg);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "eval", "path": "node_modules/@sinonjs/commons/lib/function-name.test.js", "line": " fn = eval(\"(function*() {})\")().constructor;", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z" }, { "rule": "jQuery-before(", "path": "node_modules/@sinonjs/commons/lib/global.test.js", "line": " before(function() {", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "eval", "path": "node_modules/@sinonjs/fake-timers/fake-timers.js", "line": " eval(timer.func);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/@sinonjs/fake-timers/fake-timers.js", "line": "// defaultMsg returns a string which can be supplied to `wrap()` to notify the user that a particular part of the", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "eval", "path": "node_modules/@sinonjs/fake-timers/src/fake-timers-src.js", "line": " eval(timer.func);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z" }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(buffer);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend([gb18030_second, bite]);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend([lead, bite]);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(code_point);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(code_point);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(code_point);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(code_point);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(bite);", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-prepend(", "path": "node_modules/@sinonjs/text-encoding/lib/encoding.js", "line": " stream.prepend(convertCodeUnitToBytes(code_unit, utf16_be));", "reasonCategory": "testCode", "updated": "2020-10-09T22:28:48.591Z", "reasonDetail": "Test code. Also a false match." }, { "rule": "jQuery-$(", "path": "node_modules/@yarnpkg/lockfile/index.js", "reasonCategory": "falseMatch", "updated": "2019-07-31T00:19:18.696Z" }, { "rule": "jQuery-load(", "path": "node_modules/@yarnpkg/lockfile/index.js", "line": "function load() {", "reasonCategory": "falseMatch", "updated": "2019-07-31T00:19:18.696Z" }, { "rule": "jQuery-load(", "path": "node_modules/@yarnpkg/lockfile/index.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch", "updated": "2019-07-31T00:19:18.696Z" }, { "rule": "jQuery-load(", "path": "node_modules/@yarnpkg/lockfile/index.js", "line": "function load() {", "reasonCategory": "falseMatch", "updated": "2019-07-31T00:19:18.696Z" }, { "rule": "jQuery-load(", "path": "node_modules/@yarnpkg/lockfile/index.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch", "updated": "2019-07-31T00:19:18.696Z" }, { "rule": "jQuery-$(", "path": "node_modules/acorn/dist/acorn.js", "line": " // $$('#table-binary-unicode-properties > figure > table > tbody > tr > td:nth-child(1) code').map(el => el.innerText)", "reasonCategory": "falseMatch", "updated": "2020-08-28T16:12:19.904Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-wrap(", "path": "node_modules/aria-query/node_modules/regenerator-runtime/runtime.js", "line": " function wrap(innerFn, outerFn, self, tryLocsList) {", "reasonCategory": "falseMatch", "updated": "2020-08-26T18:06:51.702Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-wrap(", "path": "node_modules/aria-query/node_modules/regenerator-runtime/runtime.js", "line": " wrap(innerFn, outerFn, self, tryLocsList),", "reasonCategory": "falseMatch", "updated": "2020-08-26T18:06:51.702Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-load(", "path": "node_modules/array-index/node_modules/debug/src/browser.js", "line": "function load() {", "reasonCategory": "falseMatch", "updated": "2020-02-21T22:10:39.074Z" }, { "rule": "jQuery-load(", "path": "node_modules/array-index/node_modules/debug/src/browser.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch", "updated": "2020-02-21T22:10:39.074Z" }, { "rule": "jQuery-load(", "path": "node_modules/array-index/node_modules/debug/src/node.js", "line": "function load() {", "reasonCategory": "falseMatch", "updated": "2020-10-21T00:36:11.618Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-load(", "path": "node_modules/array-index/node_modules/debug/src/node.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch", "updated": "2020-10-21T00:36:11.618Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-insertAfter(", "path": "node_modules/ast-types/lib/path.js", "line": " Pp.insertAfter = function insertAfter(node) {", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-insertBefore(", "path": "node_modules/ast-types/lib/path.js", "line": " Pp.insertBefore = function insertBefore(node) {", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "DOM-innerHTML", "path": "node_modules/axe-core/axe.js", "line": " style.innerHTML = usePointer ? '* { pointer-events: all }' : '* { visibility: visible }';", "reasonCategory": "usageTrusted", "updated": "2021-04-13T00:52:21.453Z" }, { "rule": "DOM-outerHTML", "path": "node_modules/axe-core/axe.js", "line": " var source = element.outerHTML;", "reasonCategory": "usageTrusted", "updated": "2021-04-13T00:52:21.453Z" }, { "rule": "jQuery-after(", "path": "node_modules/axe-core/axe.js", "line": " var afterResults = check4.after(beforeResults, option);", "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, { "rule": "jQuery-after(", "path": "node_modules/axe-core/axe.js", "line": " value: function after(results, options) {", "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, { "rule": "jQuery-after(", "path": "node_modules/axe-core/axe.js", "line": " return rule3.after(ruleResult, options);", "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, { "rule": "jQuery-after(", "path": "node_modules/axe-core/axe.js", "line": " results = audit3.after(results, options);", "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, { "rule": "jQuery-load(", "path": "node_modules/axe-core/axe.js", "line": " function load(audit3) {", "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, { "rule": "DOM-innerHTML", "path": "node_modules/axe-core/axe.min.js", "reasonCategory": "usageTrusted", "updated": "2021-04-13T17:31:15.352Z" }, { "rule": "DOM-outerHTML", "path": "node_modules/axe-core/axe.min.js", "reasonCategory": "usageTrusted", "updated": "2021-04-13T17:31:15.352Z" }, { "rule": "jQuery-$(", "path": "node_modules/axe-core/axe.min.js", "reasonCategory": "falseMatch", "updated": "2021-04-13T17:31:15.352Z" }, { "rule": "jQuery-after(", "path": "node_modules/axe-core/axe.min.js", "reasonCategory": "falseMatch", "updated": "2021-04-13T17:31:15.352Z" }, { "rule": "jQuery-after(", "path": "node_modules/axe-core/lib/core/base/audit.js", "line": "\tafter(results, options) {", "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, { "rule": "jQuery-after(", "path": "node_modules/axe-core/lib/core/base/audit.js", "line": "\t\t\treturn rule.after(ruleResult, options);", "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, { "rule": "jQuery-after(", "path": "node_modules/axe-core/lib/core/base/rule.js", "line": "\t\tvar afterResults = check.after(beforeResults, option);", "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, { "rule": "jQuery-load(", "path": "node_modules/axe-core/lib/core/public/load.js", "line": "function load(audit) {", "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, { "rule": "jQuery-after(", "path": "node_modules/axe-core/lib/core/public/run-rules.js", "line": "\t\t\t\tresults = audit.after(results, options);", "reasonCategory": "falseMatch", "updated": "2021-04-13T00:52:21.453Z" }, { "rule": "DOM-outerHTML", "path": "node_modules/axe-core/lib/core/utils/dq-element.js", "line": "\tvar source = element.outerHTML;", "reasonCategory": "usageTrusted", "updated": "2021-04-13T00:52:21.453Z" }, { "rule": "DOM-outerHTML", "path": "node_modules/axe-core/lib/core/utils/dq-element.js", "line": " * grab the source (outerHTML) and offer an array for storing frame paths", "reasonCategory": "usageTrusted", "updated": "2021-04-13T00:52:21.453Z" }, { "rule": "DOM-innerHTML", "path": "node_modules/axe-core/lib/core/utils/pollyfills.js", "line": "\tstyle.innerHTML = usePointer", "reasonCategory": "usageTrusted", "updated": "2021-04-13T17:31:15.352Z" }, { "rule": "DOM-innerHTML", "path": "node_modules/axe-core/lib/core/utils/valid-langs.js", "line": "const str = document.querySelector('pre').innerHTML;", "reasonCategory": "usageTrusted", "updated": "2021-04-13T17:31:15.352Z" }, { "rule": "jQuery-$(", "path": "node_modules/backbone/backbone-min.js", "reasonCategory": "usageTrusted", "updated": "2020-09-11T17:24:56.124Z", "reasonDetail": "Used inside a Backbone view to populate this.$el" }, { "rule": "jQuery-insertBefore(", "path": "node_modules/backbone/backbone-min.js", "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Part of backbone's browser history API" }, { "rule": "jQuery-$(", "path": "node_modules/backbone/backbone.js", "line": " // If `this.el` is a string, pass it through `$()`, take the first", "reasonCategory": "falseMatch", "updated": "2018-09-19T21:59:32.770Z" }, { "rule": "jQuery-$(", "path": "node_modules/backbone/backbone.js", "line": " this.$el = el instanceof Backbone.$ ? el : Backbone.$(el);", "reasonCategory": "ruleNeeded", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Need a rule for setElement, which contains this" }, { "rule": "jQuery-insertBefore(", "path": "node_modules/backbone/backbone.js", "line": " var iWindow = body.insertBefore(this.iframe, body.firstChild).contentWindow;", "reasonCategory": "usageTrusted", "updated": "2018-09-19T18:13:29.628Z", "reasonDetail": "Part of backbone's browser history API" }, { "rule": "jQuery-append(", "path": "node_modules/bl/BufferList.js", "line": " this.append(buf)", "reasonCategory": "falseMatch", "updated": "2021-01-20T22:39:55.418Z" }, { "rule": "jQuery-append(", "path": "node_modules/bl/BufferList.js", "line": " copy.append(this._bufs[i])", "reasonCategory": "falseMatch", "updated": "2021-01-20T22:39:55.418Z" }, { "rule": "jQuery-append(", "path": "node_modules/bl/BufferList.js", "line": " this.append(buf[i])", "reasonCategory": "falseMatch", "updated": "2021-01-20T22:39:55.418Z" }, { "rule": "jQuery-append(", "path": "node_modules/bl/BufferList.js", "line": " this.append(buf._bufs[i])", "reasonCategory": "falseMatch", "updated": "2021-01-20T22:39:55.418Z" }, { "rule": "jQuery-append(", "path": "node_modules/blob-util/dist/blob-util.js", "line": " bb.append(ary[i]);", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-append(", "path": "node_modules/blob-util/dist/blob-util.min.js", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-append(", "path": "node_modules/blob/index.js", "line": " bb.append(ary[i]);", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-append(", "path": "node_modules/blueimp-canvas-to-blob/js/canvas-to-blob.js", "line": " bb.append(arrayBuffer)", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-append(", "path": "node_modules/blueimp-canvas-to-blob/js/canvas-to-blob.min.js", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/boom/lib/index.js", "line": " error = exports.wrap(data, statusCode, message);", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/caching-transform/index.js", "line": "function wrap(opts) {", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/cliui/index.js", "line": " if (_this.wrap) wrapped = wrap(col.text, _this._negatePadding(col), {hard: true}).split('\\n')", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "eval", "path": "node_modules/config/lib/config.js", "line": " configObject = VisionmediaYaml.eval(util.stripYamlComments(content));", "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, { "rule": "jQuery-load(", "path": "node_modules/config/lib/config.js", "line": " configObject = Yaml.load(content);", "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, { "rule": "jQuery-append(", "path": "node_modules/copy-text-to-clipboard/index.js", "line": "\tdocument.body.append(element);", "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, { "rule": "jQuery-insertAfter(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/esm/node-path.js", "line": "function insertAfter(context, newNode) {", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-insertBefore(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/esm/node-path.js", "line": "function insertBefore(context, newNode) {", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-after(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/esm/traverse.js", "line": " after(type, path);", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-after(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/esm/traverse.js", "line": " after(unionType, path);", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-before(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/esm/traverse.js", "line": " before(type, path);", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-before(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/esm/traverse.js", "line": " before(unionType, path);", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-insertAfter(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/lib/node-path.js", "line": "function insertAfter(context, newNode) {", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-insertBefore(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/lib/node-path.js", "line": "function insertBefore(context, newNode) {", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-after(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/lib/traverse.js", "line": " after(type, path);", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-after(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/lib/traverse.js", "line": " after(unionType, path);", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-before(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/lib/traverse.js", "line": " before(type, path);", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-before(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/ast/lib/traverse.js", "line": " before(unionType, path);", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-after(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/wasm-edit/esm/index.js", "line": " function after(type, path) {", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-before(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/wasm-edit/esm/index.js", "line": " function before(type, path) {", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-after(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/wasm-edit/lib/index.js", "line": " function after(type, path) {", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-before(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/@webassemblyjs/wasm-edit/lib/index.js", "line": " function before(type, path) {", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-$(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/acorn/dist/acorn.js", "line": " // $$('#table-binary-unicode-properties > figure > table > tbody > tr > td:nth-child(1) code').map(el => el.innerText)", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/eslint-scope/lib/index.js", "line": " * @param {boolean} [providedOptions.ignoreEval=false]- whether to check 'eval()' calls", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/eslint-scope/lib/scope.js", "line": " * Moreover, if 'eval()' is used in a scope, it might introduce new", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/eslint-scope/lib/scope.js", "line": " * Whether this is a scope that contains an 'eval()' invocation.", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-prepend(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/source-map-support/browser-source-map-support.js", "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/source-map-support/source-map-support.js", "line": " // Most eval() calls are in this format", "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/source-map-support/source-map-support.js", "line": " // Parse nested eval() calls using recursion", "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/source-map-support/source-map-support.js", "line": " // passed to eval() ending in \"//# sourceURL=...\" will return the source file", "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/source-map-support/source-map-support.js", "line": " // Code called using eval() needs special handling", "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "DOM-innerHTML", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/terser/dist/bundle.min.js", "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "DOM-outerHTML", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/terser/dist/bundle.min.js", "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "jQuery-$(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/terser/dist/bundle.min.js", "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "jQuery-after(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/terser/dist/bundle.min.js", "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "jQuery-before(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/terser/dist/bundle.min.js", "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "DOM-innerHTML", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/terser/tools/domprops.js", "line": " \"innerHTML\",", "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "DOM-outerHTML", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/terser/tools/domprops.js", "line": " \"outerHTML\",", "reasonCategory": "falseMatch", "updated": "2021-04-06T23:11:04.431Z" }, { "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/webpack/lib/EvalDevToolModuleTemplatePlugin.js", "line": "\t\t\t\t\t`eval(${JSON.stringify(content + footer)});`", "reasonCategory": "usageTrusted", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/webpack/lib/EvalSourceMapDevToolModuleTemplatePlugin.js", "line": "\t\t\t\t\t`eval(${JSON.stringify(content + footer)});`", "reasonCategory": "usageTrusted", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-$(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/webpack/lib/HotModuleReplacement.runtime.js", "line": "\t\t\treturn $require$(request);", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-$(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/webpack/lib/HotModuleReplacement.runtime.js", "line": "\t\t\t\t$require$(moduleId);", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-$(", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/webpack/lib/Template.js", "line": "const PATH_NAME_NORMALIZE_REPLACE_REGEX = /[^a-zA-Z0-9_!§$()=\\-^°]+/g;", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "eval", "path": "node_modules/corejs-upgrade-webpack-plugin/node_modules/webpack/lib/optimize/ModuleConcatenationPlugin.js", "line": "\t\t\t\t\t\tparser.state.module.buildMeta.moduleConcatenationBailout = \"eval()\";", "reasonCategory": "usageTrusted", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-prepend(", "path": "node_modules/css/node_modules/source-map/lib/source-map/source-node.js", "line": " this.prepend(aChunk[i]);", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-load(", "path": "node_modules/debug/dist/debug.js", "line": " createDebug.enable(createDebug.load());", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-load(", "path": "node_modules/debug/dist/debug.js", "line": " function load() {", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-load(", "path": "node_modules/debug/src/browser.js", "line": "function load() {", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-load(", "path": "node_modules/debug/src/common.js", "line": "\tcreateDebug.enable(createDebug.load());", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-load(", "path": "node_modules/debug/src/node.js", "line": "function load() {", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/decompress-zip/lib/extractors.js", "line": " input.wrap(fs.createReadStream(zip.filename, {start: file._offset, end: file._offset + file.uncompressedSize - 1}));", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/decompress-zip/lib/extractors.js", "line": " input.wrap(fs.createReadStream(zip.filename, {start: file._offset}));", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/decompress-zip/lib/extractors.js", "line": " input.wrap(fs.createReadStream(path.resolve(parent, linkTo)));", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "thenify-multiArgs", "path": "node_modules/del/node_modules/globby/node_modules/pify/index.js", "line": "\t\t\t\t} else if (opts.multiArgs) {", "reasonCategory": "falseMatch", "updated": "2020-08-25T00:30:50.619Z" }, { "rule": "thenify-multiArgs", "path": "node_modules/del/node_modules/pify/index.js", "line": "\t\tif (options.multiArgs) {", "reasonCategory": "usageTrusted", "updated": "2020-04-13T22:04:17.176Z" }, { "rule": "eval", "path": "node_modules/depd/index.js", "line": " var deprecatedfn = eval('(function (' + args + ') {\\n' +", "reasonCategory": "usageTrusted", "updated": "2018-09-18T19:19:27.699Z", "reasonDetail": "What's being eval'd is a static string, with one variable: args. Args is of the form arg1, arg2, generated programmatically." }, { "rule": "jQuery-load(", "path": "node_modules/detect-port/node_modules/debug/src/browser.js", "line": "function load() {", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-load(", "path": "node_modules/detect-port/node_modules/debug/src/browser.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-load(", "path": "node_modules/detect-port/node_modules/debug/src/node.js", "line": "function load() {", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-load(", "path": "node_modules/detect-port/node_modules/debug/src/node.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-$(", "path": "node_modules/diff/dist/diff.min.js", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-wrap(", "path": "node_modules/duplexer3/index.js", "line": " readable = (new stream.Readable(options)).wrap(readable);", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/duplexify/index.js", "line": " return new (stream.Readable)({objectMode:true, highWaterMark:16}).wrap(rs)", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-load(", "path": "node_modules/electron-download/node_modules/debug/src/browser.js", "line": "function load() {", "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, { "rule": "jQuery-load(", "path": "node_modules/electron-download/node_modules/debug/src/browser.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, { "rule": "jQuery-load(", "path": "node_modules/electron-download/node_modules/debug/src/node.js", "line": "function load() {", "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, { "rule": "jQuery-load(", "path": "node_modules/electron-download/node_modules/debug/src/node.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/autocomplete.js", "line": " return this.append(ch);", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/autocomplete.js", "line": " return this.options.multiple ? super.space(ch) : this.append(ch);", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/autocomplete.js", "line": " append(ch) {", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/autocomplete.js", "line": " return this.append(ch);", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/editable.js", "line": " append(char, key) {", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/editable.js", "line": " return this.focused.editable ? this.append(char) : super.space();", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/editable.js", "line": " return this.focused.editable ? this.append(char) : super.number(char);", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/form.js", "line": " return !!char && this.append(char);", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/form.js", "line": " append(char) {", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/snippet.js", "line": " this.append(ch, key);", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/prompts/snippet.js", "line": " append(ch, key) {", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/types/number.js", "line": " append(ch) {", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/types/number.js", "line": " return super.append(ch);", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/types/number.js", "line": " return super.append(ch);", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/types/string.js", "line": " return this.append('\\n', key);", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/types/string.js", "line": " this.append(ch);", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/types/string.js", "line": " append(ch) {", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-append(", "path": "node_modules/enquirer/lib/types/string.js", "line": " this.append(str);", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't jquery" }, { "rule": "jQuery-$(", "path": "node_modules/envinfo/dist/envinfo.js", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "thenify-multiArgs", "path": "node_modules/es6-promisify/dist/promisify.js", "line": " * @param {bool} settings.multiArgs - Should multiple arguments be returned as an array?", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:06:35.446Z" }, { "rule": "thenify-multiArgs", "path": "node_modules/es6-promisify/dist/promisify.js", "line": " var returnMultipleArguments = settings && settings.multiArgs;", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:06:35.446Z" }, { "rule": "React-ref", "path": "node_modules/esquery/dist/esquery.esm.min.js", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't react" }, { "rule": "React-ref", "path": "node_modules/esquery/dist/esquery.min.js", "reasonCategory": "falseMatch", "updated": "2020-08-26T00:10:28.628Z", "reasonDetail": "isn't react" }, { "rule": "jQuery-wrap(", "path": "node_modules/expand-range/node_modules/fill-range/index.js", "line": " return wrap([origA, origB], sep, opts);", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/expand-range/node_modules/fill-range/index.js", "line": " return wrap(arr, sep, opts);", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/expand-range/node_modules/fill-range/index.js", "line": "function wrap(arr, sep, opts) {", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-load(", "path": "node_modules/extglob/node_modules/debug/src/browser.js", "line": "function load() {", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-load(", "path": "node_modules/extglob/node_modules/debug/src/browser.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-load(", "path": "node_modules/extglob/node_modules/debug/src/node.js", "line": "function load() {", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-load(", "path": "node_modules/extglob/node_modules/debug/src/node.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-append(", "path": "node_modules/fast-glob/node_modules/braces/lib/expand.js", "line": " result.push(append(value, stash, enclose));", "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, { "rule": "jQuery-append(", "path": "node_modules/fast-glob/node_modules/braces/lib/expand.js", "line": " result.push(Array.isArray(ele) ? append(item, ele, enclose) : (item + ele));", "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, { "rule": "jQuery-append(", "path": "node_modules/fast-glob/node_modules/braces/lib/expand.js", "line": " q.push(append(q.pop(), stringify(node, options)));", "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, { "rule": "jQuery-append(", "path": "node_modules/fast-glob/node_modules/braces/lib/expand.js", "line": " q.push(append(q.pop(), ['{}']));", "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, { "rule": "jQuery-append(", "path": "node_modules/fast-glob/node_modules/braces/lib/expand.js", "line": " q.push(append(q.pop(), range));", "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, { "rule": "jQuery-append(", "path": "node_modules/fast-glob/node_modules/braces/lib/expand.js", "line": " q.push(append(q.pop(), queue, enclose));", "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, { "rule": "jQuery-append(", "path": "node_modules/fast-glob/node_modules/braces/lib/expand.js", "line": " queue.push(append(queue.pop(), child.value));", "reasonCategory": "falseMatch", "updated": "2020-02-21T14:09:28.005Z" }, { "rule": "jQuery-load(", "path": "node_modules/file-entry-cache/cache.js", "line": " var cache = flatCache.load( cacheId, _path );", "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/filelist/index.js", "line": " wrap(ARRAY_METHODS[i]);", "reasonCategory": "falseMatch", "updated": "2021-01-21T16:16:34.352Z" }, { "rule": "thenify-multiArgs", "path": "node_modules/find-cache-dir/node_modules/pify/index.js", "line": "\t\tif (options.multiArgs) {", "reasonCategory": "falseMatch", "updated": "2020-08-25T00:30:50.619Z" }, { "rule": "jQuery-load(", "path": "node_modules/flat-cache/cache.js", "line": " me.load( fName, dir );", "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, { "rule": "jQuery-load(", "path": "node_modules/flat-cache/cache.js", "line": " obj.load( docId, cacheDir );", "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, { "rule": "jQuery-append(", "path": "node_modules/form-data/lib/form_data.js", "line": " append(header);", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-append(", "path": "node_modules/form-data/lib/form_data.js", "line": " append(footer);", "reasonCategory": "falseMatch", "updated": "2018-09-19T18:13:29.628Z" }, { "rule": "jQuery-append(", "path": "node_modules/form-data/lib/form_data.js", "line": " append(value);", "reasonCategory": "falseMatch", "updated": "2020-09-11T17:24:56.124Z" }, { "rule": "jQuery-load(", "path": "node_modules/get-uri/node_modules/debug/src/browser.js", "line": "function load() {", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-load(", "path": "node_modules/get-uri/node_modules/debug/src/browser.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-load(", "path": "node_modules/get-uri/node_modules/debug/src/node.js", "line": "function load() {", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-load(", "path": "node_modules/get-uri/node_modules/debug/src/node.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch|", "updated": "2020-04-30T22:35:27.860Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/internals/collection.js", "line": " $({ global: true, forced: Constructor != NativeConstructor }, exported);", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/internals/define-iterator.js", "line": " } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods);", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/internals/regexp-exec.js", "line": " reCopy = new RegExp('^' + source + '$(?!\\\\s)', flags);", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/internals/typed-array-constructor.js", "line": " $({ target: 'Object', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/internals/typed-array-constructor.js", "line": " $({", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array-buffer.constructor.js", "line": "$({ global: true, forced: NativeArrayBuffer !== ArrayBuffer }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array-buffer.is-view.js", "line": "$({ target: 'ArrayBuffer', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array-buffer.slice.js", "line": "$({ target: 'ArrayBuffer', proto: true, unsafe: true, forced: INCORRECT_SLICE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.concat.js", "line": "$({ target: 'Array', proto: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.copy-within.js", "line": "$({ target: 'Array', proto: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.every.js", "line": "$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.fill.js", "line": "$({ target: 'Array', proto: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.filter.js", "line": "$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.find-index.js", "line": "$({ target: 'Array', proto: true, forced: SKIPS_HOLES || !USES_TO_LENGTH }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.find.js", "line": "$({ target: 'Array', proto: true, forced: SKIPS_HOLES || !USES_TO_LENGTH }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.flat-map.js", "line": "$({ target: 'Array', proto: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.flat.js", "line": "$({ target: 'Array', proto: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.for-each.js", "line": "$({ target: 'Array', proto: true, forced: [].forEach != forEach }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.from.js", "line": "$({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.includes.js", "line": "$({ target: 'Array', proto: true, forced: !USES_TO_LENGTH }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.index-of.js", "line": "$({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD || !USES_TO_LENGTH }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.is-array.js", "line": "$({ target: 'Array', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.join.js", "line": "$({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.last-index-of.js", "line": "$({ target: 'Array', proto: true, forced: lastIndexOf !== [].lastIndexOf }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.map.js", "line": "$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.of.js", "line": "$({ target: 'Array', stat: true, forced: ISNT_GENERIC }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.reduce-right.js", "line": "$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.reduce.js", "line": "$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.reverse.js", "line": "$({ target: 'Array', proto: true, forced: String(test) === String(test.reverse()) }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.slice.js", "line": "$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.some.js", "line": "$({ target: 'Array', proto: true, forced: !STRICT_METHOD || !USES_TO_LENGTH }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.sort.js", "line": "$({ target: 'Array', proto: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.array.splice.js", "line": "$({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.data-view.js", "line": "$({ global: true, forced: !NATIVE_ARRAY_BUFFER }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.date.now.js", "line": "$({ target: 'Date', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.date.to-iso-string.js", "line": "$({ target: 'Date', proto: true, forced: Date.prototype.toISOString !== toISOString }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.date.to-json.js", "line": "$({ target: 'Date', proto: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.function.bind.js", "line": "$({ target: 'Function', proto: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.global-this.js", "line": "$({ global: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.json.stringify.js", "line": " $({ target: 'JSON', stat: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.acosh.js", "line": "$({ target: 'Math', stat: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.asinh.js", "line": "$({ target: 'Math', stat: true, forced: !(nativeAsinh && 1 / nativeAsinh(0) > 0) }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.atanh.js", "line": "$({ target: 'Math', stat: true, forced: !(nativeAtanh && 1 / nativeAtanh(-0) < 0) }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.cbrt.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.clz32.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.cosh.js", "line": "$({ target: 'Math', stat: true, forced: !nativeCosh || nativeCosh(710) === Infinity }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.expm1.js", "line": "$({ target: 'Math', stat: true, forced: expm1 != Math.expm1 }, { expm1: expm1 });", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.fround.js", "line": "$({ target: 'Math', stat: true }, { fround: fround });", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.hypot.js", "line": "$({ target: 'Math', stat: true, forced: BUGGY }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.imul.js", "line": "$({ target: 'Math', stat: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.log10.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.log1p.js", "line": "$({ target: 'Math', stat: true }, { log1p: log1p });", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.log2.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.sign.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.sinh.js", "line": "$({ target: 'Math', stat: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.tanh.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.math.trunc.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.epsilon.js", "line": "$({ target: 'Number', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.is-finite.js", "line": "$({ target: 'Number', stat: true }, { isFinite: numberIsFinite });", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.is-integer.js", "line": "$({ target: 'Number', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.is-nan.js", "line": "$({ target: 'Number', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.is-safe-integer.js", "line": "$({ target: 'Number', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.max-safe-integer.js", "line": "$({ target: 'Number', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.min-safe-integer.js", "line": "$({ target: 'Number', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.parse-float.js", "line": "$({ target: 'Number', stat: true, forced: Number.parseFloat != parseFloat }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.parse-int.js", "line": "$({ target: 'Number', stat: true, forced: Number.parseInt != parseInt }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.to-fixed.js", "line": "$({ target: 'Number', proto: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.number.to-precision.js", "line": "$({ target: 'Number', proto: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.assign.js", "line": "$({ target: 'Object', stat: true, forced: Object.assign !== assign }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.create.js", "line": "$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.define-getter.js", "line": " $({ target: 'Object', proto: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.define-properties.js", "line": "$({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.define-property.js", "line": "$({ target: 'Object', stat: true, forced: !DESCRIPTORS, sham: !DESCRIPTORS }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.define-setter.js", "line": " $({ target: 'Object', proto: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.entries.js", "line": "$({ target: 'Object', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.freeze.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.from-entries.js", "line": "$({ target: 'Object', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.get-own-property-descriptor.js", "line": "$({ target: 'Object', stat: true, forced: FORCED, sham: !DESCRIPTORS }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.get-own-property-descriptors.js", "line": "$({ target: 'Object', stat: true, sham: !DESCRIPTORS }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.get-own-property-names.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.get-prototype-of.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !CORRECT_PROTOTYPE_GETTER }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.is-extensible.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.is-frozen.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.is-sealed.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.is.js", "line": "$({ target: 'Object', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.keys.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.lookup-getter.js", "line": " $({ target: 'Object', proto: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.lookup-setter.js", "line": " $({ target: 'Object', proto: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.prevent-extensions.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.seal.js", "line": "$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.set-prototype-of.js", "line": "$({ target: 'Object', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.object.values.js", "line": "$({ target: 'Object', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.parse-float.js", "line": "$({ global: true, forced: parseFloat != parseFloatImplementation }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.parse-int.js", "line": "$({ global: true, forced: parseInt != parseIntImplementation }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.promise.all-settled.js", "line": "$({ target: 'Promise', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.promise.finally.js", "line": "$({ target: 'Promise', proto: true, real: true, forced: NON_GENERIC }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.promise.js", "line": " if (typeof $fetch == 'function') $({ global: true, enumerable: true, forced: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.promise.js", "line": "$({ global: true, wrap: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.promise.js", "line": "$({ target: PROMISE, stat: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.promise.js", "line": "$({ target: PROMISE, stat: true, forced: IS_PURE || FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.promise.js", "line": "$({ target: PROMISE, stat: true, forced: INCORRECT_ITERATION }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.apply.js", "line": "$({ target: 'Reflect', stat: true, forced: OPTIONAL_ARGUMENTS_LIST }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.construct.js", "line": "$({ target: 'Reflect', stat: true, forced: FORCED, sham: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.define-property.js", "line": "$({ target: 'Reflect', stat: true, forced: ERROR_INSTEAD_OF_FALSE, sham: !DESCRIPTORS }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.delete-property.js", "line": "$({ target: 'Reflect', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js", "line": "$({ target: 'Reflect', stat: true, sham: !DESCRIPTORS }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.get-prototype-of.js", "line": "$({ target: 'Reflect', stat: true, sham: !CORRECT_PROTOTYPE_GETTER }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.get.js", "line": "$({ target: 'Reflect', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.has.js", "line": "$({ target: 'Reflect', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.is-extensible.js", "line": "$({ target: 'Reflect', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.own-keys.js", "line": "$({ target: 'Reflect', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.prevent-extensions.js", "line": "$({ target: 'Reflect', stat: true, sham: !FREEZING }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.set-prototype-of.js", "line": "if (objectSetPrototypeOf) $({ target: 'Reflect', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.reflect.set.js", "line": "$({ target: 'Reflect', stat: true, forced: MS_EDGE_BUG }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.regexp.exec.js", "line": "$({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.regexp.test.js", "line": "$({ target: 'RegExp', proto: true, forced: !DELEGATES_TO_EXEC }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.anchor.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('anchor') }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.big.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('big') }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.blink.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('blink') }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.bold.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('bold') }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.code-point-at.js", "line": "$({ target: 'String', proto: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.ends-with.js", "line": "$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.fixed.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fixed') }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.fontcolor.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontcolor') }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.fontsize.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('fontsize') }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.from-code-point.js", "line": "$({ target: 'String', stat: true, forced: INCORRECT_LENGTH }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.includes.js", "line": "$({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.italics.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('italics') }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.link.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('link') }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.match-all.js", "line": "$({ target: 'String', proto: true, forced: WORKS_WITH_NON_GLOBAL_REGEX }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.pad-end.js", "line": "$({ target: 'String', proto: true, forced: WEBKIT_BUG }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.pad-start.js", "line": "$({ target: 'String', proto: true, forced: WEBKIT_BUG }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.raw.js", "line": "$({ target: 'String', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.repeat.js", "line": "$({ target: 'String', proto: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.replace.js", "line": "var SUBSTITUTION_SYMBOLS = /\\$([$&'`]|\\d\\d?|<[^>]*>)/g;", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.replace.js", "line": "var SUBSTITUTION_SYMBOLS_NO_NAMED = /\\$([$&'`]|\\d\\d?)/g;", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.small.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('small') }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.starts-with.js", "line": "$({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.strike.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('strike') }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.sub.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sub') }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.sup.js", "line": "$({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sup') }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.trim-end.js", "line": "$({ target: 'String', proto: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.trim-start.js", "line": "$({ target: 'String', proto: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.string.trim.js", "line": "$({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.description.js", "line": " $({ global: true, forced: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": "$({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": "$({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": "$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": "$({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": "$({ target: 'Object', stat: true, forced: fails(function () { getOwnPropertySymbolsModule.f(1); }) }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": " $({ target: 'JSON', stat: true, forced: FORCED_JSON_STRINGIFY }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": " return wrap(tag, description);", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": " return wrap(uid(description), description);", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/global-agent/node_modules/core-js/modules/es.symbol.js", "line": " return wrap(wellKnownSymbol(name), name);", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.aggregate-error.js", "line": "$({ global: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.array.is-template-object.js", "line": "$({ target: 'Array', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.constructor.js", "line": "$({ global: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.drop.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.every.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.filter.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.find.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.flat-map.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.for-each.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.from.js", "line": "$({ target: 'AsyncIterator', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.map.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.reduce.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.some.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.take.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.async-iterator.to-array.js", "line": "$({ target: 'AsyncIterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.composite-key.js", "line": "$({ global: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.composite-symbol.js", "line": "$({ global: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.constructor.js", "line": "$({ global: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.drop.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.every.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.filter.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.find.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.flat-map.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.for-each.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.from.js", "line": "$({ target: 'Iterator', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.map.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.reduce.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.some.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.take.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.iterator.to-array.js", "line": "$({ target: 'Iterator', proto: true, real: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.delete-all.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.every.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.filter.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.find-key.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.find.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.from.js", "line": "$({ target: 'Map', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.group-by.js", "line": "$({ target: 'Map', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.includes.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.key-by.js", "line": "$({ target: 'Map', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.key-of.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.map-keys.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.map-values.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.merge.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.of.js", "line": "$({ target: 'Map', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.reduce.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.some.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.update-or-insert.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.update.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.map.upsert.js", "line": "$({ target: 'Map', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.clamp.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.deg-per-rad.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.degrees.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.fscale.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.iaddh.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.imulh.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.isubh.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.rad-per-deg.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.radians.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.scale.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.seeded-prng.js", "line": "$({ target: 'Math', stat: true, forced: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.signbit.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.math.umulh.js", "line": "$({ target: 'Math', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.number.from-string.js", "line": "$({ target: 'Number', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.object.iterate-entries.js", "line": "$({ target: 'Object', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.object.iterate-keys.js", "line": "$({ target: 'Object', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.object.iterate-values.js", "line": "$({ target: 'Object', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.observable.js", "line": "$({ global: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.promise.any.js", "line": "$({ target: 'Promise', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.promise.try.js", "line": "$({ target: 'Promise', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.define-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.delete-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js", "line": "$({ target: 'Reflect', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.get-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js", "line": "$({ target: 'Reflect', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.has-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.reflect.metadata.js", "line": "$({ target: 'Reflect', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.add-all.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.delete-all.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.difference.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.every.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.filter.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.find.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.from.js", "line": "$({ target: 'Set', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.intersection.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.is-disjoint-from.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.is-subset-of.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.is-superset-of.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.join.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.map.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.of.js", "line": "$({ target: 'Set', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.reduce.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.some.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.symmetric-difference.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.set.union.js", "line": "$({ target: 'Set', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.string.at.js", "line": "$({ target: 'String', proto: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.string.code-points.js", "line": "$({ target: 'String', proto: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.string.replace-all.js", "line": "$({ target: 'String', proto: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-map.delete-all.js", "line": "$({ target: 'WeakMap', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-map.from.js", "line": "$({ target: 'WeakMap', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-map.of.js", "line": "$({ target: 'WeakMap', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-map.upsert.js", "line": "$({ target: 'WeakMap', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-set.add-all.js", "line": "$({ target: 'WeakSet', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-set.delete-all.js", "line": "$({ target: 'WeakSet', proto: true, real: true, forced: IS_PURE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-set.from.js", "line": "$({ target: 'WeakSet', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/esnext.weak-set.of.js", "line": "$({ target: 'WeakSet', stat: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.immediate.js", "line": "$({ global: true, bind: true, enumerable: true, forced: FORCED }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.queue-microtask.js", "line": "$({ global: true, enumerable: true, noTargetGet: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.timers.js", "line": "$({ global: true, bind: true, forced: MSIE }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.timers.js", "line": " setTimeout: wrap(global.setTimeout),", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.timers.js", "line": " setInterval: wrap(global.setInterval)", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.url-search-params.js", "line": "$({ global: true, forced: !USE_NATIVE_URL }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.url-search-params.js", "line": " $({ global: true, enumerable: true, forced: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-append(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.url-search-params.js", "line": " append: function append(name, value) {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.url.js", "line": "$({ global: true, forced: !USE_NATIVE_URL, sham: !DESCRIPTORS }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "jQuery-$(", "path": "node_modules/global-agent/node_modules/core-js/modules/web.url.to-json.js", "line": "$({ target: 'URL', proto: true, enumerable: true }, {", "reasonCategory": "falseMatch", "updated": "2020-02-18T22:49:03.644Z" }, { "rule": "DOM-innerHTML", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", "reasonCategory": "notExercisedByOurApp", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Debug capabilities" }, { "rule": "DOM-innerHTML", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", "line": "goog.dom.safe.unsafeSetInnerHtmlDoNotUseOrElse=function(a,b){if(goog.dom.safe.isInnerHtmlCleanupRecursive_())for(;a.lastChild;)a.removeChild(a.lastChild);a.innerHTML=goog.html.SafeHtml.unwrapTrustedHTML(b)};", "reasonCategory": "notExercisedByOurApp", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Debug capabilities" }, { "rule": "DOM-outerHTML", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", "reasonCategory": "usageTrusted", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Escapes HTML, HTML comes from a constant" }, { "rule": "eval", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", "reasonCategory": "notExercisedByOurApp", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Transpilation logic" }, { "rule": "eval", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", "reasonCategory": "notExercisedByOurApp", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Used to load dependencies; parent function loadModuleFromSource_ is used in one place only." }, { "rule": "eval", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", "reasonCategory": "usageTrusted", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Hard-coded string used for testing capabilities." }, { "rule": "jQuery-$(", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", "reasonCategory": "notExercisedByOurApp", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Regular expression, not jQuery call" }, { "rule": "jQuery-globalEval(", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", "reasonCategory": "notExercisedByOurApp", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Part of their google closure 'debug loader'" }, { "rule": "jQuery-load(", "path": "node_modules/google-libphonenumber/dist/libphonenumber.js", "reasonCategory": "notExercisedByOurApp", "updated": "2021-02-16T19:08:17.452Z", "reasonDetail": "Part of their google closure 'debug loader'" }, { "rule": "DOM-innerHTML", "path": "node_modules/got/node_modules/@sindresorhus/is/dist/index.js", "line": " 'innerHTML',", "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, { "rule": "DOM-innerHTML", "path": "node_modules/got/node_modules/@sindresorhus/is/dist/source/index.js", "line": " 'innerHTML',", "reasonCategory": "falseMatch", "updated": "2018-09-15T00:38:04.183Z" }, { "rule": "jQuery-$(", "path": "node_modules/history/node_modules/js-tokens/index.js", "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, { "rule": "jQuery-$(", "path": "node_modules/history/umd/history.min.js", "reasonCategory": "falseMatch", "updated": "2019-12-11T01:10:06.091Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/html-minifier-terser/node_modules/commander/index.js", "line": " desc.push(' ' + pad(arg.name, width) + ' ' + wrap(argsDescription[arg.name], descriptionWidth, width + 4));", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/html-minifier-terser/node_modules/commander/index.js", "line": "function wrap(str, width, indent) {", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/html-minifier-terser/node_modules/commander/index.js", "line": " return wrap(str, width, indent);", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-prepend(", "path": "node_modules/html-minifier-terser/node_modules/source-map-support/browser-source-map-support.js", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "eval", "path": "node_modules/html-minifier-terser/node_modules/source-map-support/source-map-support.js", "line": " // Most eval() calls are in this format", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "eval", "path": "node_modules/html-minifier-terser/node_modules/source-map-support/source-map-support.js", "line": " // Parse nested eval() calls using recursion", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "eval", "path": "node_modules/html-minifier-terser/node_modules/source-map-support/source-map-support.js", "line": " // passed to eval() ending in \"//# sourceURL=...\" will return the source file", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "eval", "path": "node_modules/html-minifier-terser/node_modules/source-map-support/source-map-support.js", "line": " // Code called using eval() needs special handling", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "DOM-innerHTML", "path": "node_modules/html-minifier-terser/node_modules/terser/dist/bundle.min.js", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "DOM-outerHTML", "path": "node_modules/html-minifier-terser/node_modules/terser/dist/bundle.min.js", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-$(", "path": "node_modules/html-minifier-terser/node_modules/terser/dist/bundle.min.js", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-after(", "path": "node_modules/html-minifier-terser/node_modules/terser/dist/bundle.min.js", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-before(", "path": "node_modules/html-minifier-terser/node_modules/terser/dist/bundle.min.js", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "DOM-innerHTML", "path": "node_modules/html-minifier-terser/node_modules/terser/tools/domprops.js", "line": " \"innerHTML\",", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "DOM-outerHTML", "path": "node_modules/html-minifier-terser/node_modules/terser/tools/domprops.js", "line": " \"outerHTML\",", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-wrapAll(", "path": "node_modules/html-minifier/node_modules/clean-css/lib/optimizer/wrap-for-optimizing.js", "line": "function wrapAll(properties, includeVariable, skipProperties) {", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/html-minifier/node_modules/clean-css/lib/writer/simple.js", "line": " wrap(serializeContext, value);", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/html-minifier/node_modules/clean-css/lib/writer/simple.js", "line": "function wrap(serializeContext, value) {", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/html-minifier/node_modules/clean-css/lib/writer/source-maps.js", "line": " wrap(serializeContext, value);", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-wrap(", "path": "node_modules/html-minifier/node_modules/clean-css/lib/writer/source-maps.js", "line": "function wrap(serializeContext, value) {", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-after(", "path": "node_modules/html-minifier/node_modules/uglify-js/lib/transform.js", "line": " y = tw.after(x, in_list);", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-before(", "path": "node_modules/html-minifier/node_modules/uglify-js/lib/transform.js", "line": " if (tw.before) x = tw.before(this, descend, in_list);", "reasonCategory": "falseMatch", "updated": "2021-04-05T20:48:36.065Z" }, { "rule": "jQuery-load(", "path": "node_modules/http-proxy-agent/node_modules/debug/src/browser.js", "line": "function load() {", "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, { "rule": "jQuery-load(", "path": "node_modules/http-proxy-agent/node_modules/debug/src/browser.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, { "rule": "jQuery-load(", "path": "node_modules/http-proxy-agent/node_modules/debug/src/node.js", "line": "function load() {", "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, { "rule": "jQuery-load(", "path": "node_modules/http-proxy-agent/node_modules/debug/src/node.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, { "rule": "jQuery-load(", "path": "node_modules/https-proxy-agent/node_modules/debug/src/browser.js", "line": "function load() {", "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, { "rule": "jQuery-load(", "path": "node_modules/https-proxy-agent/node_modules/debug/src/browser.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, { "rule": "jQuery-load(", "path": "node_modules/https-proxy-agent/node_modules/debug/src/node.js", "line": "function load() {", "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, { "rule": "jQuery-load(", "path": "node_modules/https-proxy-agent/node_modules/debug/src/node.js", "line": "exports.enable(load());", "reasonCategory": "falseMatch", "updated": "2018-11-27T18:02:26.186Z" }, { "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(window).on(\"load\", function() {", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.telInput = $(element);", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.hadInitialPlaceholder = Boolean($(element).attr(\"placeholder\"));", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " $(\"body\").addClass(\"iti-mobile\");", "reasonCategory": "usageTrusted", "updated": "2018-09-19T21:59:32.770Z", "reasonDetail": "Protected from arbitrary input" }, { "rule": "jQuery-$(", "path": "node_modules/intl-tel-input/build/js/intlTelInput.js", "line": " this.telInput.wrap($(\"