Remove support for E164-based numbers
This commit is contained in:
parent
aa03ac36bc
commit
0ce593bf0d
17 changed files with 469 additions and 916 deletions
|
@ -15,6 +15,88 @@
|
|||
"updated": "2018-09-18T19:19:27.699Z",
|
||||
"reasonDetail": "Part of runtime library for C++ transpiled code"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js",
|
||||
"line": " const ref = React.useRef(value);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js",
|
||||
"line": " const referenceRef = React.useRef(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js",
|
||||
"line": " const floatingRef = React.useRef(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js",
|
||||
"line": " const dataRef = React.useRef(data);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js",
|
||||
"line": " const isMountedRef = React.useRef(false);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.min.js",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.umd.js",
|
||||
"line": " const ref = React__namespace.useRef(value);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.umd.js",
|
||||
"line": " const referenceRef = React__namespace.useRef(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.umd.js",
|
||||
"line": " const floatingRef = React__namespace.useRef(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.umd.js",
|
||||
"line": " const dataRef = React__namespace.useRef(data);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.umd.js",
|
||||
"line": " const isMountedRef = React__namespace.useRef(false);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.umd.min.js",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-createRef",
|
||||
"path": "node_modules/@indutny/frameless-titlebar/dist/index.es.js",
|
||||
|
@ -604,6 +686,13 @@
|
|||
"reasonCategory": "falseMatch",
|
||||
"updated": "2022-06-23T23:21:04.555Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/@testing-library/dom/dist/@testing-library/dom.cjs.js",
|
||||
"line": " const playgroundUrl = getPlaygroundUrl(element.innerHTML);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-outerHTML",
|
||||
"path": "node_modules/@testing-library/dom/dist/@testing-library/dom.cjs.js",
|
||||
|
@ -632,6 +721,13 @@
|
|||
"reasonCategory": "falseMatch",
|
||||
"updated": "2022-06-23T23:21:04.555Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js",
|
||||
"line": " const playgroundUrl = getPlaygroundUrl(element.innerHTML);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-outerHTML",
|
||||
"path": "node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js",
|
||||
|
@ -660,6 +756,13 @@
|
|||
"reasonCategory": "falseMatch",
|
||||
"updated": "2022-06-23T23:21:04.555Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/@testing-library/dom/dist/@testing-library/dom.umd.js",
|
||||
"line": "\t const playgroundUrl = getPlaygroundUrl(element.innerHTML);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-outerHTML",
|
||||
"path": "node_modules/@testing-library/dom/dist/@testing-library/dom.umd.js",
|
||||
|
@ -714,27 +817,6 @@
|
|||
"reasonCategory": "testCode",
|
||||
"updated": "2022-06-23T23:21:04.555Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/@testing-library/dom/dist/@testing-library/dom.cjs.js",
|
||||
"line": " const playgroundUrl = getPlaygroundUrl(element.innerHTML);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js",
|
||||
"line": " const playgroundUrl = getPlaygroundUrl(element.innerHTML);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/@testing-library/dom/dist/@testing-library/dom.umd.js",
|
||||
"line": "\t const playgroundUrl = getPlaygroundUrl(element.innerHTML);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/@testing-library/dom/dist/screen.js",
|
||||
|
@ -908,88 +990,6 @@
|
|||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js",
|
||||
"line": " const ref = React.useRef(value);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js",
|
||||
"line": " const referenceRef = React.useRef(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js",
|
||||
"line": " const floatingRef = React.useRef(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js",
|
||||
"line": " const dataRef = React.useRef(data);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.js",
|
||||
"line": " const isMountedRef = React.useRef(false);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.esm.min.js",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.umd.js",
|
||||
"line": " const ref = React__namespace.useRef(value);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.umd.js",
|
||||
"line": " const referenceRef = React__namespace.useRef(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.umd.js",
|
||||
"line": " const floatingRef = React__namespace.useRef(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.umd.js",
|
||||
"line": " const dataRef = React__namespace.useRef(data);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.umd.js",
|
||||
"line": " const isMountedRef = React__namespace.useRef(false);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.umd.min.js",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-findDOMNode",
|
||||
"path": "node_modules/focus-trap-react/dist/focus-trap-react.js",
|
||||
|
@ -1077,190 +1077,6 @@
|
|||
"updated": "2022-07-26T23:41:36.800Z",
|
||||
"reasonDetail": "Part of keyword list for preservation in final minified build"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/dist/tocbot.js",
|
||||
"line": " tocElement.innerHTML = ''",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/dist/tocbot.min.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/253-af2be75f8688092d.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/253-af2be75f8688092d.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-ref",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/684-c4d85164cfbebace.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/684-c4d85164cfbebace.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/894.d8d3be35b7c84b33.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-ref",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/894.d8d3be35b7c84b33.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/framework-3911a61406e859ea.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/framework-3911a61406e859ea.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-ref",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/framework-3911a61406e859ea.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/framework-3911a61406e859ea.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/main-292648d00afc3512.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/main-292648d00afc3512.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-ref",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/main-292648d00afc3512.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/main-292648d00afc3512.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/pages/_error-b0eae765db80170a.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-ref",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/pages/_error-b0eae765db80170a.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/out/static/js/tocbot.js",
|
||||
"line": " tocElement.innerHTML = ''",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/out/static/js/tocbot.min.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/src/components/Template/Tracking/index.js",
|
||||
"line": " <script dangerouslySetInnerHTML={{ __html: getGaScript(props.siteId) }} />",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/src/components/Template/TryIt/index.js",
|
||||
"line": " contentEl.innerHTML = marked(markdown)",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/src/components/Template/TryIt/index.js",
|
||||
"line": " contentEl.innerHTML = backupHtml",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/src/components/Template/TryIt/index.js",
|
||||
"line": " backupHtml = backupHtml && backupHtml.innerHTML",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/src/components/Template/index.js",
|
||||
"line": " dangerouslySetInnerHTML={{ __html: props.tocHtml }}",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/src/components/Template/index.js",
|
||||
"line": " dangerouslySetInnerHTML={{ __html: props.bodyHtml }}",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/src/js/index.js",
|
||||
"line": " tocElement.innerHTML = ''",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/static/js/tocbot.js",
|
||||
"line": " tocElement.innerHTML = ''",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/static/js/tocbot.min.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/intl-tel-input/build/js/intlTelInput-jquery.js",
|
||||
|
@ -2213,104 +2029,6 @@
|
|||
"updated": "2020-10-13T18:36:57.012Z",
|
||||
"reasonDetail": "necessary for react-quill"
|
||||
},
|
||||
{
|
||||
"rule": "React-createRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.esm.js",
|
||||
"line": " // in case we pass a React ref using React.createRef()",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-createRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.esm.js",
|
||||
"line": " _this.targetRef = createRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-createRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.esm.js",
|
||||
"line": " _this.ref = createRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-findDOMNode",
|
||||
"path": "node_modules/react-resize-detector/build/index.esm.js",
|
||||
"line": " var currentElement = findDOMNode(_this);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.esm.js",
|
||||
"line": " var skipResize = useRef(skipOnMount);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.esm.js",
|
||||
"line": " var localRef = useRef(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.esm.js",
|
||||
"line": " var resizeHandler = useRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-createRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.js",
|
||||
"line": " // in case we pass a React ref using React.createRef()",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-createRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.js",
|
||||
"line": " _this.targetRef = React.createRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-createRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.js",
|
||||
"line": " _this.ref = React.createRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-findDOMNode",
|
||||
"path": "node_modules/react-resize-detector/build/index.js",
|
||||
"line": " var currentElement = reactDom.findDOMNode(_this);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.js",
|
||||
"line": " var skipResize = React.useRef(skipOnMount);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.js",
|
||||
"line": " var localRef = React.useRef(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.js",
|
||||
"line": " var resizeHandler = React.useRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/react-remove-scroll/dist/es2015/SideEffect.js",
|
||||
|
@ -2416,6 +2134,104 @@
|
|||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-createRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.esm.js",
|
||||
"line": " // in case we pass a React ref using React.createRef()",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-createRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.esm.js",
|
||||
"line": " _this.targetRef = createRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-createRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.esm.js",
|
||||
"line": " _this.ref = createRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-findDOMNode",
|
||||
"path": "node_modules/react-resize-detector/build/index.esm.js",
|
||||
"line": " var currentElement = findDOMNode(_this);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.esm.js",
|
||||
"line": " var skipResize = useRef(skipOnMount);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.esm.js",
|
||||
"line": " var localRef = useRef(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.esm.js",
|
||||
"line": " var resizeHandler = useRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-createRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.js",
|
||||
"line": " // in case we pass a React ref using React.createRef()",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-createRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.js",
|
||||
"line": " _this.targetRef = React.createRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-createRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.js",
|
||||
"line": " _this.ref = React.createRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-findDOMNode",
|
||||
"path": "node_modules/react-resize-detector/build/index.js",
|
||||
"line": " var currentElement = reactDom.findDOMNode(_this);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.js",
|
||||
"line": " var skipResize = React.useRef(skipOnMount);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.js",
|
||||
"line": " var localRef = React.useRef(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/react-resize-detector/build/index.js",
|
||||
"line": " var resizeHandler = React.useRef();",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/react-textarea-autosize/dist/react-textarea-autosize.browser.cjs.js",
|
||||
|
@ -2521,7 +2337,6 @@
|
|||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2022-06-16T23:23:32.306Z"
|
||||
},
|
||||
|
||||
{
|
||||
"rule": "eval",
|
||||
"path": "node_modules/source-map-support/source-map-support.js",
|
||||
|
@ -2550,6 +2365,190 @@
|
|||
"reasonCategory": "falseMatch",
|
||||
"updated": "2020-04-30T22:35:27.860Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/dist/tocbot.js",
|
||||
"line": " tocElement.innerHTML = ''",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/dist/tocbot.min.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/253-af2be75f8688092d.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/253-af2be75f8688092d.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-ref",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/684-c4d85164cfbebace.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/684-c4d85164cfbebace.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/894.d8d3be35b7c84b33.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-ref",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/894.d8d3be35b7c84b33.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/framework-3911a61406e859ea.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/framework-3911a61406e859ea.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-ref",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/framework-3911a61406e859ea.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/framework-3911a61406e859ea.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/main-292648d00afc3512.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/main-292648d00afc3512.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-ref",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/main-292648d00afc3512.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/main-292648d00afc3512.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/pages/_error-b0eae765db80170a.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-ref",
|
||||
"path": "node_modules/tocbot/out/_next/static/chunks/pages/_error-b0eae765db80170a.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/out/static/js/tocbot.js",
|
||||
"line": " tocElement.innerHTML = ''",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/out/static/js/tocbot.min.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/src/components/Template/Tracking/index.js",
|
||||
"line": " <script dangerouslySetInnerHTML={{ __html: getGaScript(props.siteId) }} />",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/src/components/Template/TryIt/index.js",
|
||||
"line": " contentEl.innerHTML = marked(markdown)",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/src/components/Template/TryIt/index.js",
|
||||
"line": " contentEl.innerHTML = backupHtml",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/src/components/Template/TryIt/index.js",
|
||||
"line": " backupHtml = backupHtml && backupHtml.innerHTML",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/src/components/Template/index.js",
|
||||
"line": " dangerouslySetInnerHTML={{ __html: props.tocHtml }}",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-dangerouslySetInnerHTML",
|
||||
"path": "node_modules/tocbot/src/components/Template/index.js",
|
||||
"line": " dangerouslySetInnerHTML={{ __html: props.bodyHtml }}",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/src/js/index.js",
|
||||
"line": " tocElement.innerHTML = ''",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/static/js/tocbot.js",
|
||||
"line": " tocElement.innerHTML = ''",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "DOM-innerHTML",
|
||||
"path": "node_modules/tocbot/static/js/tocbot.min.js",
|
||||
"reasonCategory": "notExercisedByOurApp",
|
||||
"updated": "2023-10-03T18:55:06.301Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "node_modules/use-callback-ref/dist/es2015/assignRef.js",
|
||||
|
@ -3405,13 +3404,6 @@
|
|||
"updated": "2022-01-04T21:43:17.517Z",
|
||||
"reasonDetail": "Used to change the style in non-production builds."
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/SafetyNumberOnboarding.tsx",
|
||||
"line": " const lottieRef = useRef<LottieRefCurrentProps | null>(null);",
|
||||
"reasonCategory": "usageTrusted",
|
||||
"updated": "2023-06-29T17:01:25.145Z"
|
||||
},
|
||||
{
|
||||
"rule": "React-useRef",
|
||||
"path": "ts/components/Slider.tsx",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue