This run took 87 seconds.
From b9a2964c6d9fa78221b6f6388f5db9c49f6823c4 Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Thu, 8 May 2025 09:08:48 +0000 Subject: [PATCH] build: Updating mediawiki/mediawiki-codesniffer to 47.0.0 Change-Id: I33de2f8f7df712544d70a265c7a6b5f3bd6593c9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 685c2d7..d4f8507 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "require-dev": { - "mediawiki/mediawiki-codesniffer": "46.0.0", + "mediawiki/mediawiki-codesniffer": "47.0.0", "mediawiki/mediawiki-phan-config": "0.15.1", "mediawiki/minus-x": "1.1.3", "php-parallel-lint/php-console-highlighter": "1.0.0", -- 2.39.5
$ date --- stdout --- Thu May 8 09:07:41 UTC 2025 --- end --- $ git clone file:///srv/git/mediawiki-extensions-Math.git repo --depth=1 -b master --- stderr --- Cloning into 'repo'... --- stdout --- --- end --- $ git config user.name libraryupgrader --- stdout --- --- end --- $ git config user.email tools.libraryupgrader@tools.wmflabs.org --- stdout --- --- end --- $ git submodule update --init --- stdout --- --- end --- $ grr init --- stdout --- Installed commit-msg hook. --- end --- $ git show-ref refs/heads/master --- stdout --- 550dfd01753ab8bed4d6c0e90808eb6fe965364f refs/heads/master --- end --- $ /usr/bin/npm audit --json --- stdout --- { "auditReportVersion": 2, "vulnerabilities": { "@wdio/cli": { "name": "@wdio/cli", "severity": "high", "isDirect": true, "via": [ "webdriverio", "yarn-install" ], "effects": [ "@wdio/junit-reporter", "@wdio/local-runner", "@wdio/spec-reporter" ], "range": "5.4.10 - 8.44.1", "nodes": [ "node_modules/@wdio/cli" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/junit-reporter": { "name": "@wdio/junit-reporter", "severity": "high", "isDirect": true, "via": [ "@wdio/cli" ], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": [ "node_modules/@wdio/junit-reporter" ], "fixAvailable": { "name": "@wdio/junit-reporter", "version": "9.12.6", "isSemVerMajor": true } }, "@wdio/local-runner": { "name": "@wdio/local-runner", "severity": "high", "isDirect": true, "via": [ "@wdio/cli", "@wdio/runner" ], "effects": [], "range": "6.0.4 - 8.44.1", "nodes": [ "node_modules/@wdio/local-runner" ], "fixAvailable": { "name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/runner": { "name": "@wdio/runner", "severity": "high", "isDirect": false, "via": [ "webdriverio" ], "effects": [ "@wdio/local-runner" ], "range": "7.16.5 - 8.44.1", "nodes": [ "node_modules/@wdio/runner" ], "fixAvailable": { "name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/spec-reporter": { "name": "@wdio/spec-reporter", "severity": "high", "isDirect": true, "via": [ "@wdio/cli" ], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": [ "node_modules/@wdio/spec-reporter" ], "fixAvailable": { "name": "@wdio/spec-reporter", "version": "9.12.6", "isSemVerMajor": true } }, "cross-spawn": { "name": "cross-spawn", "severity": "high", "isDirect": false, "via": [ { "source": 1100562, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "severity": "high", "cwe": [ "CWE-1333" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": "<6.0.6" } ], "effects": [ "yarn-install" ], "range": "<6.0.6", "nodes": [ "node_modules/cross-spawn" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "debug": { "name": "debug", "severity": "low", "isDirect": false, "via": [ { "source": 1096793, "name": "debug", "dependency": "debug", "title": "Regular Expression Denial of Service in debug", "url": "https://github.com/advisories/GHSA-gxpj-cx7g-858c", "severity": "low", "cwe": [ "CWE-400" ], "cvss": { "score": 3.7, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L" }, "range": ">=3.2.0 <3.2.7" } ], "effects": [ "mocha" ], "range": "3.2.0 - 3.2.6", "nodes": [ "node_modules/mocha/node_modules/debug" ], "fixAvailable": { "name": "mocha", "version": "11.2.2", "isSemVerMajor": true } }, "devtools": { "name": "devtools", "severity": "high", "isDirect": false, "via": [ "puppeteer-core" ], "effects": [], "range": ">=7.16.5", "nodes": [ "node_modules/devtools" ], "fixAvailable": true }, "flat": { "name": "flat", "severity": "critical", "isDirect": false, "via": [ { "source": 1089152, "name": "flat", "dependency": "flat", "title": "flat vulnerable to Prototype Pollution", "url": "https://github.com/advisories/GHSA-2j2x-2gpw-g8fm", "severity": "critical", "cwe": [ "CWE-1321" ], "cvss": { "score": 9.8, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" }, "range": "<5.0.1" } ], "effects": [ "yargs-unparser" ], "range": "<5.0.1", "nodes": [ "node_modules/flat" ], "fixAvailable": { "name": "mocha", "version": "11.2.2", "isSemVerMajor": true } }, "minimatch": { "name": "minimatch", "severity": "high", "isDirect": false, "via": [ { "source": 1096485, "name": "minimatch", "dependency": "minimatch", "title": "minimatch ReDoS vulnerability", "url": "https://github.com/advisories/GHSA-f8q6-p94x-37v3", "severity": "high", "cwe": [ "CWE-400", "CWE-1333" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": "<3.0.5" } ], "effects": [ "mocha" ], "range": "<3.0.5", "nodes": [ "node_modules/mocha/node_modules/minimatch" ], "fixAvailable": { "name": "mocha", "version": "11.2.2", "isSemVerMajor": true } }, "mocha": { "name": "mocha", "severity": "critical", "isDirect": true, "via": [ "debug", "minimatch", "yargs-unparser" ], "effects": [], "range": "5.1.0 - 9.2.1", "nodes": [ "node_modules/mocha" ], "fixAvailable": { "name": "mocha", "version": "11.2.2", "isSemVerMajor": true } }, "mwbot": { "name": "mwbot", "severity": "moderate", "isDirect": false, "via": [ "request" ], "effects": [ "wdio-mediawiki" ], "range": ">=0.1.6", "nodes": [ "node_modules/mwbot" ], "fixAvailable": false }, "puppeteer-core": { "name": "puppeteer-core", "severity": "high", "isDirect": false, "via": [ "tar-fs", "ws" ], "effects": [ "devtools", "webdriverio" ], "range": "10.0.0 - 22.11.1", "nodes": [ "node_modules/devtools/node_modules/puppeteer-core", "node_modules/puppeteer-core" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "request": { "name": "request", "severity": "moderate", "isDirect": false, "via": [ { "source": 1096727, "name": "request", "dependency": "request", "title": "Server-Side Request Forgery in Request", "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6", "severity": "moderate", "cwe": [ "CWE-918" ], "cvss": { "score": 6.1, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" }, "range": "<=2.88.2" }, "tough-cookie" ], "effects": [ "mwbot" ], "range": "*", "nodes": [ "node_modules/request" ], "fixAvailable": false }, "tar-fs": { "name": "tar-fs", "severity": "high", "isDirect": false, "via": [ { "source": 1103613, "name": "tar-fs", "dependency": "tar-fs", "title": "tar-fs Vulnerable to Link Following and Path Traversal via Extracting a Crafted tar File", "url": "https://github.com/advisories/GHSA-pq67-2wwv-3xjx", "severity": "high", "cwe": [ "CWE-22" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" }, "range": ">=2.0.0 <2.1.2" } ], "effects": [ "puppeteer-core" ], "range": "2.0.0 - 2.1.1", "nodes": [ "node_modules/tar-fs" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "tough-cookie": { "name": "tough-cookie", "severity": "moderate", "isDirect": false, "via": [ { "source": 1097682, "name": "tough-cookie", "dependency": "tough-cookie", "title": "tough-cookie Prototype Pollution vulnerability", "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3", "severity": "moderate", "cwe": [ "CWE-1321" ], "cvss": { "score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" }, "range": "<4.1.3" } ], "effects": [ "request" ], "range": "<4.1.3", "nodes": [ "node_modules/tough-cookie" ], "fixAvailable": false }, "wdio-mediawiki": { "name": "wdio-mediawiki", "severity": "moderate", "isDirect": true, "via": [ "mwbot" ], "effects": [], "range": "*", "nodes": [ "node_modules/wdio-mediawiki" ], "fixAvailable": false }, "webdriverio": { "name": "webdriverio", "severity": "high", "isDirect": false, "via": [ "devtools", "puppeteer-core" ], "effects": [ "@wdio/cli", "@wdio/runner" ], "range": "7.16.5 - 8.44.1", "nodes": [ "node_modules/webdriverio" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "ws": { "name": "ws", "severity": "high", "isDirect": false, "via": [ { "source": 1098392, "name": "ws", "dependency": "ws", "title": "ws affected by a DoS when handling a request with many HTTP headers", "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q", "severity": "high", "cwe": [ "CWE-476" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": ">=8.0.0 <8.17.1" } ], "effects": [ "puppeteer-core" ], "range": "8.0.0 - 8.17.0", "nodes": [ "node_modules/devtools/node_modules/ws", "node_modules/ws" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "yargs-unparser": { "name": "yargs-unparser", "severity": "critical", "isDirect": false, "via": [ "flat" ], "effects": [ "mocha" ], "range": "<=1.6.3", "nodes": [ "node_modules/yargs-unparser" ], "fixAvailable": { "name": "mocha", "version": "11.2.2", "isSemVerMajor": true } }, "yarn-install": { "name": "yarn-install", "severity": "high", "isDirect": false, "via": [ "cross-spawn" ], "effects": [ "@wdio/cli" ], "range": "*", "nodes": [ "node_modules/yarn-install" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } } }, "metadata": { "vulnerabilities": { "info": 0, "low": 1, "moderate": 4, "high": 13, "critical": 3, "total": 21 }, "dependencies": { "prod": 1, "dev": 972, "optional": 1, "peer": 1, "peerOptional": 0, "total": 972 } } } --- end --- $ /usr/bin/composer install --- stderr --- No composer.lock file present. Updating dependencies to latest instead of installing from lock file. See https://getcomposer.org/install for more information. Loading composer repositories with package information Updating dependencies Lock file operations: 38 installs, 0 updates, 0 removals - Locking composer/pcre (3.3.2) - Locking composer/semver (3.4.3) - Locking composer/spdx-licenses (1.5.8) - Locking composer/xdebug-handler (3.0.5) - Locking dealerdirect/phpcodesniffer-composer-installer (v1.0.0) - Locking doctrine/deprecations (1.1.5) - Locking felixfbecker/advanced-json-rpc (v3.2.1) - Locking mediawiki/mediawiki-codesniffer (v46.0.0) - Locking mediawiki/mediawiki-phan-config (0.15.1) - Locking mediawiki/minus-x (1.1.3) - Locking mediawiki/phan-taint-check-plugin (6.1.0) - Locking microsoft/tolerant-php-parser (v0.1.2) - Locking netresearch/jsonmapper (v4.5.0) - Locking phan/phan (5.4.5) - Locking php-parallel-lint/php-console-color (v1.0.1) - Locking php-parallel-lint/php-console-highlighter (v1.0.0) - Locking php-parallel-lint/php-parallel-lint (v1.4.0) - Locking phpcsstandards/phpcsextra (1.2.1) - Locking phpcsstandards/phpcsutils (1.0.12) - Locking phpdocumentor/reflection-common (2.2.0) - Locking phpdocumentor/reflection-docblock (5.6.2) - Locking phpdocumentor/type-resolver (1.10.0) - Locking phpstan/phpdoc-parser (2.1.0) - Locking psr/container (2.0.2) - Locking psr/log (3.0.2) - Locking sabre/event (5.1.7) - Locking squizlabs/php_codesniffer (3.11.3) - Locking symfony/console (v7.2.6) - Locking symfony/deprecation-contracts (v3.5.1) - Locking symfony/polyfill-ctype (v1.32.0) - Locking symfony/polyfill-intl-grapheme (v1.32.0) - Locking symfony/polyfill-intl-normalizer (v1.32.0) - Locking symfony/polyfill-mbstring (v1.32.0) - Locking symfony/polyfill-php80 (v1.32.0) - Locking symfony/service-contracts (v3.5.1) - Locking symfony/string (v7.2.6) - Locking tysonandre/var_representation_polyfill (0.1.3) - Locking webmozart/assert (1.11.0) Writing lock file Installing dependencies from lock file (including require-dev) Package operations: 38 installs, 0 updates, 0 removals 0 [>---------------------------] 0 [->--------------------------] - Installing squizlabs/php_codesniffer (3.11.3): Extracting archive - Installing dealerdirect/phpcodesniffer-composer-installer (v1.0.0): Extracting archive - Installing composer/pcre (3.3.2): Extracting archive - Installing symfony/polyfill-php80 (v1.32.0): Extracting archive - Installing phpcsstandards/phpcsutils (1.0.12): Extracting archive - Installing phpcsstandards/phpcsextra (1.2.1): Extracting archive - Installing symfony/polyfill-mbstring (v1.32.0): Extracting archive - Installing composer/spdx-licenses (1.5.8): Extracting archive - Installing composer/semver (3.4.3): Extracting archive - Installing mediawiki/mediawiki-codesniffer (v46.0.0): Extracting archive - Installing tysonandre/var_representation_polyfill (0.1.3): Extracting archive - Installing symfony/polyfill-intl-normalizer (v1.32.0): Extracting archive - Installing symfony/polyfill-intl-grapheme (v1.32.0): Extracting archive - Installing symfony/polyfill-ctype (v1.32.0): Extracting archive - Installing symfony/string (v7.2.6): Extracting archive - Installing symfony/deprecation-contracts (v3.5.1): Extracting archive - Installing psr/container (2.0.2): Extracting archive - Installing symfony/service-contracts (v3.5.1): Extracting archive - Installing symfony/console (v7.2.6): Extracting archive - Installing sabre/event (5.1.7): Extracting archive - Installing netresearch/jsonmapper (v4.5.0): Extracting archive - Installing microsoft/tolerant-php-parser (v0.1.2): Extracting archive - Installing webmozart/assert (1.11.0): Extracting archive - Installing phpstan/phpdoc-parser (2.1.0): Extracting archive - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive - Installing doctrine/deprecations (1.1.5): Extracting archive - Installing phpdocumentor/type-resolver (1.10.0): Extracting archive - Installing phpdocumentor/reflection-docblock (5.6.2): Extracting archive - Installing felixfbecker/advanced-json-rpc (v3.2.1): Extracting archive - Installing psr/log (3.0.2): Extracting archive - Installing composer/xdebug-handler (3.0.5): Extracting archive - Installing phan/phan (5.4.5): Extracting archive - Installing mediawiki/phan-taint-check-plugin (6.1.0): Extracting archive - Installing mediawiki/mediawiki-phan-config (0.15.1): Extracting archive - Installing mediawiki/minus-x (1.1.3): Extracting archive - Installing php-parallel-lint/php-console-color (v1.0.1): Extracting archive - Installing php-parallel-lint/php-console-highlighter (v1.0.0): Extracting archive - Installing php-parallel-lint/php-parallel-lint (v1.4.0): Extracting archive 0/36 [>---------------------------] 0% 20/36 [===============>------------] 55% 31/36 [========================>---] 86% 36/36 [============================] 100% 1 package suggestions were added by new dependencies, use `composer suggest` to see details. Generating autoload files 16 packages you are using are looking for funding. Use the `composer fund` command to find out more! --- stdout --- PHP CodeSniffer Config installed_paths set to ../../mediawiki/mediawiki-codesniffer,../../phpcsstandards/phpcsextra,../../phpcsstandards/phpcsutils --- end --- Upgrading c:mediawiki/mediawiki-codesniffer from 46.0.0 -> 47.0.0 $ /usr/bin/composer update --- stderr --- Loading composer repositories with package information Updating dependencies Lock file operations: 0 installs, 2 updates, 0 removals - Upgrading mediawiki/mediawiki-codesniffer (v46.0.0 => v47.0.0) - Upgrading squizlabs/php_codesniffer (3.11.3 => 3.12.2) Writing lock file Installing dependencies from lock file (including require-dev) Package operations: 0 installs, 2 updates, 0 removals 0 [>---------------------------] 0 [->--------------------------] - Upgrading squizlabs/php_codesniffer (3.11.3 => 3.12.2): Extracting archive - Upgrading mediawiki/mediawiki-codesniffer (v46.0.0 => v47.0.0): Extracting archive 0/2 [>---------------------------] 0% 1/2 [==============>-------------] 50% 2/2 [============================] 100% Generating autoload files 16 packages you are using are looking for funding. Use the `composer fund` command to find out more! No security vulnerability advisories found --- stdout --- PHP CodeSniffer Config installed_paths set to ../../mediawiki/mediawiki-codesniffer,../../phpcsstandards/phpcsextra,../../phpcsstandards/phpcsutils --- end --- Previously failing phpcs rules: {'MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment'} $ vendor/bin/phpcs --report=json --- stdout --- {"totals":{"errors":0,"warnings":47,"fixable":0},"files":{"\/src\/repo\/src\/WikiTexVC\/Nodes\/Infix.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLVisitor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Box.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmmultiscripts.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/BaseVisitor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookHandlers\/ResourceLoaderConfigHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Fun2nb.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmtext.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookHandlers\/PreferencesHooksHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmn.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmerror.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmsub.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/VisitorFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmath.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmover.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Mhchem.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmspace.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmsubsup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathMLRdfBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmsup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmphantom.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmtr.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Mhchem\/MhchemRegExp.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmfrac.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmpadded.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLleaf.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Fun2.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmtd.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmtable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmo.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Hooks\/HookRunner.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmenclose.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Hooks\/MathFormulaPostRenderHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmprescripts.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmrow.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/LengthSpec.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/ParserUtil.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmroot.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/TexConstants\/Sizes.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmsqrt.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Mhchem\/MhchemUtil.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/TexConstants\/Notation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/TexConstants\/Align.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLDomVisitor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Big.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/InputCheck\/BaseChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmunder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/TexConstants\/Variants.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/XMLNode.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/TexConstants\/Misc.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmstyle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/TexConstants\/Tag.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/TexConstants\/TexClass.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/ChemWord.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Fun1nb.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/InputCheck\/InputCheckFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/Math.alias.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/DummyPropertyDataTypeLookup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/TexUtil.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmunderover.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/FixNativeReferences.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikibaseHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLbase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookHandlers\/ParserHooksHandler.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":145,"column":12}]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/ChemFun2u.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Math.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmoTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/InputCheck\/RestbaseChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookHandlers\/SchemaHooksHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmstyleTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathSourceTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/SortTexutil.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Mhchem\/MhchemParser.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":131,"column":80}]},"\/src\/repo\/src\/MathNativeMML.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmerrorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmrowTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathWikibaseInfo.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/FQ.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathDataUpdaterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmunderoverTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/InputCheck\/LocalChecker.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":63,"column":36},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":114,"column":36}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmoverTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmphantomTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/UpdateTexutil.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":8,"column":39},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":9,"column":50}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmtableTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Literal.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":143,"column":88}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmsubTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmtrTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/Util\/MMLutil.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Fun2sq.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/Lengths\/RelUnits.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/Lengths\/Units.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Lr.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/VisitorFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmfracTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmsqrtTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/UQ.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/Lengths\/MathSpace.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":25,"column":34}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmsupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/TexNode.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathMathMLCli.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmpaddedTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/ChemWordTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Declh.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLleafTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmnTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathParserIntegrationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmathTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/Fun2sqTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Dollar.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLDomVisitorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathNativeMMLTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/InputCheck\/MathoidCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/ChemFun2uTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLmappings\/Util\/MMLParsingUtilTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/InputCheck\/MathoidChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmunderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/Fun1nbTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmmultiscriptsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SpecialMathStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/InfixTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathLaTeXMLTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/BoxTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLmappings\/BaseMethodsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmrootTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/TexVC.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Widget\/WikibaseEntitySelector.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/InputCheck\/RestbaseCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/PreferencesIntegrationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmtextTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/GenerateDoc.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmsubsupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Intent\/IntentParserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathDataUpdater.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Fun1.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/LengthSpecTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Intent\/IntentEvalTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/JsonToMathML.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/DQ.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathLaTeXML.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":125,"column":28}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/DeclhTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/CurlyTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmtdTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SpecialMathWikibase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Rest\/Popup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathRestbaseException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/LrTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/MathGenerateSql.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmprescriptsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/InvalidTeXException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/FQTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/ParserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/BaseMethods.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":119,"column":54}]},"\/src\/repo\/tests\/phpunit\/MathMLRdfBuilderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathMockHttpTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/wfTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/DollarTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/texvc.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Widget\/MathTestInputForm.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLGenerationParserTest.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":29,"column":39},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":145,"column":36}]},"\/src\/repo\/src\/MathFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/BaseTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/TexArrayTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/InputCheck\/InputCheckFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/ChangesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/ApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathRenderer.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":187,"column":45},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":230,"column":54}]},"\/src\/repo\/ServiceWiring.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/Fun2nbTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/Fun2Test.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/MathIntegrationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Render\/RendererFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathoidCliTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/config.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/LiteralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathRestbaseInterfaceTest.php":{"errors":0,"warnings":4,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":48,"column":15},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":53,"column":15},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":58,"column":15},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":62,"column":15}]},"\/src\/repo\/Math.alias.noTranslate.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Mhchem\/MhchemBasicMMLTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MathServiceContainerTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathMathMLTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MathWikibaseConnectorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathWikibaseConnector.php":{"errors":0,"warnings":4,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":186,"column":57},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":205,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":253,"column":48},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":393,"column":24}]},"\/src\/repo\/tests\/phpunit\/MathIdTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MathWikibaseConnectorTestFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/MhchemTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathLaTeXMLCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Hooks.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/UQTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/Fun1Test.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/TexNodeTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathSource.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Matrix.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/HooksTest.php":{"errors":0,"warnings":5,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":45,"column":73},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":59,"column":65},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":73,"column":61},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":84,"column":79},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":85,"column":73}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/TexUtilTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/InputCheck\/LocalCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/MatrixTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/ServiceWiringTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/EnWikiFormulaeTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Hooks\/MathRenderingResultRetrievedHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/BigTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/HookRunnerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/TexArray.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathRendererTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/Fun4Test.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLTestUtilHTML.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":49,"column":26},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":66,"column":42}]},"\/src\/repo\/tests\/phpunit\/unit\/MathTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Fun4.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MathConfigTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SpecialMathShowImage.php":{"errors":0,"warnings":3,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":39,"column":17},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":40,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":61,"column":16}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/DQTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/AllTest.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":58,"column":41}]},"\/src\/repo\/src\/MathMathML.php":{"errors":0,"warnings":3,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":370,"column":41},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":566,"column":16},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":567,"column":44}]},"\/src\/repo\/src\/MathRestbaseInterface.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLRenderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLmappings\/BaseParsingTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLTestUtil.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/RenderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/PopupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathConfig.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Mhchem\/MhchemBasicTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLGenerationTexUtilTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/ChemRegressionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathFormatterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLComparator.php":{"errors":0,"warnings":4,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":130,"column":46},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":131,"column":46},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":132,"column":49},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":139,"column":32}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Mhchem\/MMLmhchemTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLFullCoverageTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Mhchem\/MhchemStateMachines.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/BaseParsing.php":{"errors":0,"warnings":7,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":76,"column":40},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":150,"column":84},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":693,"column":51},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":776,"column":60},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":791,"column":38},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":936,"column":51},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1257,"column":39}]},"\/src\/repo\/src\/WikiTexVC\/Mhchem\/MhchemPatterns.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/Util\/MMLParsingUtil.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Mhchem\/MhchemTexify.php":{"errors":0,"warnings":0,"messages":[]}}} --- end --- PHPCS run failed $ vendor/bin/phpcs --report=json --- stdout --- {"totals":{"errors":0,"warnings":47,"fixable":0},"files":{"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/BaseVisitor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLVisitor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookHandlers\/ResourceLoaderConfigHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmsub.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmphantom.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Mhchem\/MhchemRegExp.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmi.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmtext.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmerror.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/VisitorFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmath.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Mhchem.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmtable.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmpadded.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmover.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmfrac.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmspace.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathMLRdfBuilder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmmultiscripts.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/LengthSpec.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookHandlers\/PreferencesHooksHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Hooks\/HookRunner.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmn.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLleaf.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmsubsup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmtr.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmenclose.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Hooks\/MathFormulaPostRenderHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmroot.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmtd.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmo.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmprescripts.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmrow.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/ParserUtil.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Mhchem\/MhchemUtil.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/TexConstants\/Align.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmsup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Big.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmsqrt.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Infix.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLDomVisitor.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/XMLNode.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/InputCheck\/BaseChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmunder.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/TexConstants\/Variants.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/ChemWord.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Fun1nb.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmstyle.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/TexConstants\/Sizes.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/TexConstants\/Notation.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/TexConstants\/Tag.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/TexConstants\/Misc.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/InputCheck\/InputCheckFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLmunderover.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/TexConstants\/TexClass.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Box.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/Math.alias.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/TexUtil.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/ChemFun2u.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/DummyPropertyDataTypeLookup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/FixNativeReferences.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLnodes\/MMLbase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Fun2nb.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Math.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikibaseHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/FQ.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathNativeMML.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/InputCheck\/RestbaseChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmoTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/SortTexutil.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathSourceTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmstyleTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Fun2.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Lr.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmrowTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmerrorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Mhchem\/MhchemParser.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":131,"column":80}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmphantomTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookHandlers\/ParserHooksHandler.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":145,"column":12}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmunderoverTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/InputCheck\/LocalChecker.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":63,"column":36},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":114,"column":36}]},"\/src\/repo\/src\/MathWikibaseInfo.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/UQ.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmoverTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmtableTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Literal.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":143,"column":88}]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Fun2sq.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Declh.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmsubTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmtrTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmsqrtTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/HookHandlers\/SchemaHooksHandler.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/UpdateTexutil.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":8,"column":39},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":9,"column":50}]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/Util\/MMLutil.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/Lengths\/RelUnits.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathDataUpdaterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/VisitorFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/TexNode.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/Lengths\/Units.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Dollar.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmpaddedTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmfracTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLleafTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmsupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmnTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/Fun2sqTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmathTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/Lengths\/MathSpace.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":25,"column":34}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLDomVisitorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmunderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathMathMLCli.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathParserIntegrationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/InputCheck\/MathoidChecker.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/ChemWordTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLmappings\/Util\/MMLParsingUtilTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/Fun1nbTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmrootTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/InputCheck\/MathoidCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathValidatorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLmappings\/BaseMethodsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmmultiscriptsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmsubsupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathLaTeXMLTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/TexVC.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Widget\/WikibaseEntitySelector.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathNativeMMLTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SpecialMathStatus.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmtextTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmtdTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Fun1.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/InfixTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/ChemFun2uTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/BoxTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/MMLmprescriptsTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathLaTeXML.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":125,"column":28}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/CurlyTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/PreferencesIntegrationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/DQ.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/ApiTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/InputCheck\/RestbaseCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/BaseMethods.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":119,"column":54}]},"\/src\/repo\/src\/MathDataUpdater.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Intent\/IntentParserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/DeclhTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MathServiceContainerTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/LengthSpecTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathMathMLTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathIdTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/JsonToMathML.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathMockHttpTrait.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SpecialMathWikibase.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Intent\/IntentEvalTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/GenerateDoc.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/InvalidTeXException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Rest\/Popup.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathFormatter.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLGenerationParserTest.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":29,"column":39},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":145,"column":36}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLNodes\/BaseTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/FQTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/DollarTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Widget\/MathTestInputForm.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/ParserTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/MathGenerateSql.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathMLRdfBuilderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathRestbaseException.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/TexArrayTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/EnWikiFormulaeTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/LrTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/maintenance\/texvc.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/wfTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/Fun2nbTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathValidator.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathRestbaseInterfaceTest.php":{"errors":0,"warnings":4,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":48,"column":15},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":53,"column":15},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":58,"column":15},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":62,"column":15}]},"\/src\/repo\/tests\/phpunit\/MathCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/Fun2Test.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/integration\/MathIntegrationTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Mhchem\/MhchemBasicMMLTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/InputCheck\/InputCheckFactoryTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Render\/RendererFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/ChangesTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/ServiceWiring.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathRenderer.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":187,"column":45},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":230,"column":54}]},"\/src\/repo\/tests\/phpunit\/MathoidCliTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/LiteralTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MathWikibaseConnectorTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/UQTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/.phan\/config.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/Math.alias.noTranslate.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MathWikibaseConnectorTestFactory.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathWikibaseConnector.php":{"errors":0,"warnings":4,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":186,"column":57},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":205,"column":18},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":253,"column":48},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":393,"column":24}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/DQTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/TexNodeTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Matrix.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/Fun1Test.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/TexUtilTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/MhchemTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/MatrixTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathLaTeXMLCacheTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/HooksTest.php":{"errors":0,"warnings":5,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":45,"column":73},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":59,"column":65},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":73,"column":61},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":84,"column":79},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":85,"column":73}]},"\/src\/repo\/src\/MathSource.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Hooks.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/Hooks\/MathRenderingResultRetrievedHook.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/Fun4Test.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/TexArray.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathRendererTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/ServiceWiringTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLTestUtilHTML.php":{"errors":0,"warnings":2,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":49,"column":26},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":66,"column":42}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Nodes\/BigTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/HookRunnerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MathConfigTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/InputCheck\/LocalCheckerTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/MathTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Nodes\/Fun4.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLmappings\/BaseParsingTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/AllTest.php":{"errors":0,"warnings":1,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":58,"column":41}]},"\/src\/repo\/tests\/phpunit\/unit\/PopupTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/SpecialMathShowImage.php":{"errors":0,"warnings":3,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":39,"column":17},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":40,"column":19},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":61,"column":16}]},"\/src\/repo\/src\/MathRestbaseInterface.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Mhchem\/MhchemBasicTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/MathFormatterTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathMathML.php":{"errors":0,"warnings":3,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":370,"column":41},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":566,"column":16},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":567,"column":44}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLGenerationTexUtilTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLRenderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLTestUtil.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/MathConfig.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/RenderTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/Mhchem\/MMLmhchemTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLComparator.php":{"errors":0,"warnings":4,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":130,"column":46},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":131,"column":46},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":132,"column":49},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":139,"column":32}]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/ChemRegressionTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/tests\/phpunit\/unit\/WikiTexVC\/MMLFullCoverageTest.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Mhchem\/MhchemStateMachines.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/BaseParsing.php":{"errors":0,"warnings":7,"messages":[{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":76,"column":40},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":150,"column":84},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":693,"column":51},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":776,"column":60},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":791,"column":38},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":936,"column":51},{"message":"Comments should start on new line.","source":"MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment","severity":5,"fixable":false,"type":"WARNING","line":1257,"column":39}]},"\/src\/repo\/src\/WikiTexVC\/Mhchem\/MhchemPatterns.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/Mhchem\/MhchemTexify.php":{"errors":0,"warnings":0,"messages":[]},"\/src\/repo\/src\/WikiTexVC\/MMLmappings\/Util\/MMLParsingUtil.php":{"errors":0,"warnings":0,"messages":[]}}} --- end --- $ git checkout .phpcs.xml --- stderr --- Updated 1 path from the index --- stdout --- --- end --- $ /usr/bin/composer install --- stderr --- Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Nothing to install, update or remove Generating autoload files 16 packages you are using are looking for funding. Use the `composer fund` command to find out more! --- stdout --- --- end --- $ /usr/bin/composer test --- stderr --- > parallel-lint . --exclude vendor --exclude node_modules --exclude src/WikiTexVC/Parser.php > phpcs -sp --cache > minus-x check . --- stdout --- PHP 8.2.28 | 10 parallel jobs ............................................................ 60/237 ( 25%) ............................................................ 120/237 ( 50%) ............................................................ 180/237 ( 75%) ......................................................... 237/237 (100%) Checked 237 files in 1.1 seconds No syntax error found ........................................................... 59 / 59 (100%) Time: 451ms; Memory: 16MB MinusX ====== Processing /src/repo... ............................................................. ............................................................. ............................................................. ............................................................. ............................................................. ............................................................. ............................................................. ............................................................. ............................................................. ............................................................. ............................................................. ............................................................. All good! --- end --- $ /usr/bin/npm audit --json --- stdout --- { "auditReportVersion": 2, "vulnerabilities": { "@wdio/cli": { "name": "@wdio/cli", "severity": "high", "isDirect": true, "via": [ "webdriverio", "yarn-install" ], "effects": [ "@wdio/junit-reporter", "@wdio/local-runner", "@wdio/spec-reporter" ], "range": "5.4.10 - 8.44.1", "nodes": [ "node_modules/@wdio/cli" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/junit-reporter": { "name": "@wdio/junit-reporter", "severity": "high", "isDirect": true, "via": [ "@wdio/cli" ], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": [ "node_modules/@wdio/junit-reporter" ], "fixAvailable": { "name": "@wdio/junit-reporter", "version": "9.12.6", "isSemVerMajor": true } }, "@wdio/local-runner": { "name": "@wdio/local-runner", "severity": "high", "isDirect": true, "via": [ "@wdio/cli", "@wdio/runner" ], "effects": [], "range": "6.0.4 - 8.44.1", "nodes": [ "node_modules/@wdio/local-runner" ], "fixAvailable": { "name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/runner": { "name": "@wdio/runner", "severity": "high", "isDirect": false, "via": [ "webdriverio" ], "effects": [ "@wdio/local-runner" ], "range": "7.16.5 - 8.44.1", "nodes": [ "node_modules/@wdio/runner" ], "fixAvailable": { "name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/spec-reporter": { "name": "@wdio/spec-reporter", "severity": "high", "isDirect": true, "via": [ "@wdio/cli" ], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": [ "node_modules/@wdio/spec-reporter" ], "fixAvailable": { "name": "@wdio/spec-reporter", "version": "9.12.6", "isSemVerMajor": true } }, "cross-spawn": { "name": "cross-spawn", "severity": "high", "isDirect": false, "via": [ { "source": 1100562, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "severity": "high", "cwe": [ "CWE-1333" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": "<6.0.6" } ], "effects": [ "yarn-install" ], "range": "<6.0.6", "nodes": [ "node_modules/cross-spawn" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "debug": { "name": "debug", "severity": "low", "isDirect": false, "via": [ { "source": 1096793, "name": "debug", "dependency": "debug", "title": "Regular Expression Denial of Service in debug", "url": "https://github.com/advisories/GHSA-gxpj-cx7g-858c", "severity": "low", "cwe": [ "CWE-400" ], "cvss": { "score": 3.7, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L" }, "range": ">=3.2.0 <3.2.7" } ], "effects": [ "mocha" ], "range": "3.2.0 - 3.2.6", "nodes": [ "node_modules/mocha/node_modules/debug" ], "fixAvailable": { "name": "mocha", "version": "11.2.2", "isSemVerMajor": true } }, "devtools": { "name": "devtools", "severity": "high", "isDirect": false, "via": [ "puppeteer-core" ], "effects": [], "range": ">=7.16.5", "nodes": [ "node_modules/devtools" ], "fixAvailable": true }, "flat": { "name": "flat", "severity": "critical", "isDirect": false, "via": [ { "source": 1089152, "name": "flat", "dependency": "flat", "title": "flat vulnerable to Prototype Pollution", "url": "https://github.com/advisories/GHSA-2j2x-2gpw-g8fm", "severity": "critical", "cwe": [ "CWE-1321" ], "cvss": { "score": 9.8, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" }, "range": "<5.0.1" } ], "effects": [ "yargs-unparser" ], "range": "<5.0.1", "nodes": [ "node_modules/flat" ], "fixAvailable": { "name": "mocha", "version": "11.2.2", "isSemVerMajor": true } }, "minimatch": { "name": "minimatch", "severity": "high", "isDirect": false, "via": [ { "source": 1096485, "name": "minimatch", "dependency": "minimatch", "title": "minimatch ReDoS vulnerability", "url": "https://github.com/advisories/GHSA-f8q6-p94x-37v3", "severity": "high", "cwe": [ "CWE-400", "CWE-1333" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": "<3.0.5" } ], "effects": [ "mocha" ], "range": "<3.0.5", "nodes": [ "node_modules/mocha/node_modules/minimatch" ], "fixAvailable": { "name": "mocha", "version": "11.2.2", "isSemVerMajor": true } }, "mocha": { "name": "mocha", "severity": "critical", "isDirect": true, "via": [ "debug", "minimatch", "yargs-unparser" ], "effects": [], "range": "5.1.0 - 9.2.1", "nodes": [ "node_modules/mocha" ], "fixAvailable": { "name": "mocha", "version": "11.2.2", "isSemVerMajor": true } }, "mwbot": { "name": "mwbot", "severity": "moderate", "isDirect": false, "via": [ "request" ], "effects": [ "wdio-mediawiki" ], "range": ">=0.1.6", "nodes": [ "node_modules/mwbot" ], "fixAvailable": false }, "puppeteer-core": { "name": "puppeteer-core", "severity": "high", "isDirect": false, "via": [ "tar-fs", "ws" ], "effects": [ "devtools", "webdriverio" ], "range": "10.0.0 - 22.11.1", "nodes": [ "node_modules/devtools/node_modules/puppeteer-core", "node_modules/puppeteer-core" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "request": { "name": "request", "severity": "moderate", "isDirect": false, "via": [ { "source": 1096727, "name": "request", "dependency": "request", "title": "Server-Side Request Forgery in Request", "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6", "severity": "moderate", "cwe": [ "CWE-918" ], "cvss": { "score": 6.1, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" }, "range": "<=2.88.2" }, "tough-cookie" ], "effects": [ "mwbot" ], "range": "*", "nodes": [ "node_modules/request" ], "fixAvailable": false }, "tar-fs": { "name": "tar-fs", "severity": "high", "isDirect": false, "via": [ { "source": 1103613, "name": "tar-fs", "dependency": "tar-fs", "title": "tar-fs Vulnerable to Link Following and Path Traversal via Extracting a Crafted tar File", "url": "https://github.com/advisories/GHSA-pq67-2wwv-3xjx", "severity": "high", "cwe": [ "CWE-22" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" }, "range": ">=2.0.0 <2.1.2" } ], "effects": [ "puppeteer-core" ], "range": "2.0.0 - 2.1.1", "nodes": [ "node_modules/tar-fs" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "tough-cookie": { "name": "tough-cookie", "severity": "moderate", "isDirect": false, "via": [ { "source": 1097682, "name": "tough-cookie", "dependency": "tough-cookie", "title": "tough-cookie Prototype Pollution vulnerability", "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3", "severity": "moderate", "cwe": [ "CWE-1321" ], "cvss": { "score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" }, "range": "<4.1.3" } ], "effects": [ "request" ], "range": "<4.1.3", "nodes": [ "node_modules/tough-cookie" ], "fixAvailable": false }, "wdio-mediawiki": { "name": "wdio-mediawiki", "severity": "moderate", "isDirect": true, "via": [ "mwbot" ], "effects": [], "range": "*", "nodes": [ "node_modules/wdio-mediawiki" ], "fixAvailable": false }, "webdriverio": { "name": "webdriverio", "severity": "high", "isDirect": false, "via": [ "devtools", "puppeteer-core" ], "effects": [ "@wdio/cli", "@wdio/runner" ], "range": "7.16.5 - 8.44.1", "nodes": [ "node_modules/webdriverio" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "ws": { "name": "ws", "severity": "high", "isDirect": false, "via": [ { "source": 1098392, "name": "ws", "dependency": "ws", "title": "ws affected by a DoS when handling a request with many HTTP headers", "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q", "severity": "high", "cwe": [ "CWE-476" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": ">=8.0.0 <8.17.1" } ], "effects": [ "puppeteer-core" ], "range": "8.0.0 - 8.17.0", "nodes": [ "node_modules/devtools/node_modules/ws", "node_modules/ws" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "yargs-unparser": { "name": "yargs-unparser", "severity": "critical", "isDirect": false, "via": [ "flat" ], "effects": [ "mocha" ], "range": "<=1.6.3", "nodes": [ "node_modules/yargs-unparser" ], "fixAvailable": { "name": "mocha", "version": "11.2.2", "isSemVerMajor": true } }, "yarn-install": { "name": "yarn-install", "severity": "high", "isDirect": false, "via": [ "cross-spawn" ], "effects": [ "@wdio/cli" ], "range": "*", "nodes": [ "node_modules/yarn-install" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } } }, "metadata": { "vulnerabilities": { "info": 0, "low": 1, "moderate": 4, "high": 13, "critical": 3, "total": 21 }, "dependencies": { "prod": 1, "dev": 972, "optional": 1, "peer": 1, "peerOptional": 0, "total": 972 } } } --- end --- Attempting to npm audit fix $ /usr/bin/npm audit fix --dry-run --only=dev --json --- stderr --- npm WARN invalid config only="dev" set in command line options npm WARN invalid config Must be one of: null, prod, production --- stdout --- { "added": 972, "removed": 0, "changed": 0, "audited": 973, "funding": 168, "audit": { "auditReportVersion": 2, "vulnerabilities": { "@wdio/cli": { "name": "@wdio/cli", "severity": "high", "isDirect": true, "via": [ "webdriverio", "yarn-install" ], "effects": [ "@wdio/junit-reporter", "@wdio/local-runner", "@wdio/spec-reporter" ], "range": "5.4.10 - 8.44.1", "nodes": [ "node_modules/@wdio/cli" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/junit-reporter": { "name": "@wdio/junit-reporter", "severity": "high", "isDirect": true, "via": [ "@wdio/cli" ], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": [ "node_modules/@wdio/junit-reporter" ], "fixAvailable": { "name": "@wdio/junit-reporter", "version": "9.12.6", "isSemVerMajor": true } }, "@wdio/local-runner": { "name": "@wdio/local-runner", "severity": "high", "isDirect": true, "via": [ "@wdio/cli", "@wdio/runner" ], "effects": [], "range": "6.0.4 - 8.44.1", "nodes": [ "node_modules/@wdio/local-runner" ], "fixAvailable": { "name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/runner": { "name": "@wdio/runner", "severity": "high", "isDirect": false, "via": [ "webdriverio" ], "effects": [ "@wdio/local-runner" ], "range": "7.16.5 - 8.44.1", "nodes": [ "node_modules/@wdio/runner" ], "fixAvailable": { "name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true } }, "@wdio/spec-reporter": { "name": "@wdio/spec-reporter", "severity": "high", "isDirect": true, "via": [ "@wdio/cli" ], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": [ "node_modules/@wdio/spec-reporter" ], "fixAvailable": { "name": "@wdio/spec-reporter", "version": "9.12.6", "isSemVerMajor": true } }, "cross-spawn": { "name": "cross-spawn", "severity": "high", "isDirect": false, "via": [ { "source": 1100562, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "severity": "high", "cwe": [ "CWE-1333" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": "<6.0.6" } ], "effects": [ "yarn-install" ], "range": "<6.0.6", "nodes": [ "node_modules/cross-spawn" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "debug": { "name": "debug", "severity": "low", "isDirect": false, "via": [ { "source": 1096793, "name": "debug", "dependency": "debug", "title": "Regular Expression Denial of Service in debug", "url": "https://github.com/advisories/GHSA-gxpj-cx7g-858c", "severity": "low", "cwe": [ "CWE-400" ], "cvss": { "score": 3.7, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L" }, "range": ">=3.2.0 <3.2.7" } ], "effects": [ "mocha" ], "range": "3.2.0 - 3.2.6", "nodes": [ "node_modules/mocha/node_modules/debug" ], "fixAvailable": { "name": "mocha", "version": "11.2.2", "isSemVerMajor": true } }, "devtools": { "name": "devtools", "severity": "high", "isDirect": false, "via": [ "puppeteer-core" ], "effects": [], "range": ">=7.16.5", "nodes": [ "node_modules/devtools" ], "fixAvailable": true }, "flat": { "name": "flat", "severity": "critical", "isDirect": false, "via": [ { "source": 1089152, "name": "flat", "dependency": "flat", "title": "flat vulnerable to Prototype Pollution", "url": "https://github.com/advisories/GHSA-2j2x-2gpw-g8fm", "severity": "critical", "cwe": [ "CWE-1321" ], "cvss": { "score": 9.8, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" }, "range": "<5.0.1" } ], "effects": [ "yargs-unparser" ], "range": "<5.0.1", "nodes": [ "node_modules/flat" ], "fixAvailable": { "name": "mocha", "version": "11.2.2", "isSemVerMajor": true } }, "minimatch": { "name": "minimatch", "severity": "high", "isDirect": false, "via": [ { "source": 1096485, "name": "minimatch", "dependency": "minimatch", "title": "minimatch ReDoS vulnerability", "url": "https://github.com/advisories/GHSA-f8q6-p94x-37v3", "severity": "high", "cwe": [ "CWE-400", "CWE-1333" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": "<3.0.5" } ], "effects": [ "mocha" ], "range": "<3.0.5", "nodes": [ "node_modules/mocha/node_modules/minimatch" ], "fixAvailable": { "name": "mocha", "version": "11.2.2", "isSemVerMajor": true } }, "mocha": { "name": "mocha", "severity": "critical", "isDirect": true, "via": [ "debug", "minimatch", "yargs-unparser" ], "effects": [], "range": "5.1.0 - 9.2.1", "nodes": [ "node_modules/mocha" ], "fixAvailable": { "name": "mocha", "version": "11.2.2", "isSemVerMajor": true } }, "mwbot": { "name": "mwbot", "severity": "moderate", "isDirect": false, "via": [ "request" ], "effects": [ "wdio-mediawiki" ], "range": ">=0.1.6", "nodes": [ "node_modules/mwbot" ], "fixAvailable": false }, "puppeteer-core": { "name": "puppeteer-core", "severity": "high", "isDirect": false, "via": [ "tar-fs", "ws" ], "effects": [ "devtools", "webdriverio" ], "range": "10.0.0 - 22.11.1", "nodes": [ "node_modules/devtools/node_modules/puppeteer-core", "node_modules/puppeteer-core" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "request": { "name": "request", "severity": "moderate", "isDirect": false, "via": [ { "source": 1096727, "name": "request", "dependency": "request", "title": "Server-Side Request Forgery in Request", "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6", "severity": "moderate", "cwe": [ "CWE-918" ], "cvss": { "score": 6.1, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" }, "range": "<=2.88.2" }, "tough-cookie" ], "effects": [ "mwbot" ], "range": "*", "nodes": [ "node_modules/request" ], "fixAvailable": false }, "tar-fs": { "name": "tar-fs", "severity": "high", "isDirect": false, "via": [ { "source": 1103613, "name": "tar-fs", "dependency": "tar-fs", "title": "tar-fs Vulnerable to Link Following and Path Traversal via Extracting a Crafted tar File", "url": "https://github.com/advisories/GHSA-pq67-2wwv-3xjx", "severity": "high", "cwe": [ "CWE-22" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" }, "range": ">=2.0.0 <2.1.2" } ], "effects": [ "puppeteer-core" ], "range": "2.0.0 - 2.1.1", "nodes": [ "node_modules/tar-fs" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "tough-cookie": { "name": "tough-cookie", "severity": "moderate", "isDirect": false, "via": [ { "source": 1097682, "name": "tough-cookie", "dependency": "tough-cookie", "title": "tough-cookie Prototype Pollution vulnerability", "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3", "severity": "moderate", "cwe": [ "CWE-1321" ], "cvss": { "score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N" }, "range": "<4.1.3" } ], "effects": [ "request" ], "range": "<4.1.3", "nodes": [ "node_modules/tough-cookie" ], "fixAvailable": false }, "wdio-mediawiki": { "name": "wdio-mediawiki", "severity": "moderate", "isDirect": true, "via": [ "mwbot" ], "effects": [], "range": "*", "nodes": [ "node_modules/wdio-mediawiki" ], "fixAvailable": false }, "webdriverio": { "name": "webdriverio", "severity": "high", "isDirect": false, "via": [ "devtools", "puppeteer-core" ], "effects": [ "@wdio/cli", "@wdio/runner" ], "range": "7.16.5 - 8.44.1", "nodes": [ "node_modules/webdriverio" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "ws": { "name": "ws", "severity": "high", "isDirect": false, "via": [ { "source": 1098392, "name": "ws", "dependency": "ws", "title": "ws affected by a DoS when handling a request with many HTTP headers", "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q", "severity": "high", "cwe": [ "CWE-476" ], "cvss": { "score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" }, "range": ">=8.0.0 <8.17.1" } ], "effects": [ "puppeteer-core" ], "range": "8.0.0 - 8.17.0", "nodes": [ "node_modules/devtools/node_modules/ws", "node_modules/ws" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } }, "yargs-unparser": { "name": "yargs-unparser", "severity": "critical", "isDirect": false, "via": [ "flat" ], "effects": [ "mocha" ], "range": "<=1.6.3", "nodes": [ "node_modules/yargs-unparser" ], "fixAvailable": { "name": "mocha", "version": "11.2.2", "isSemVerMajor": true } }, "yarn-install": { "name": "yarn-install", "severity": "high", "isDirect": false, "via": [ "cross-spawn" ], "effects": [ "@wdio/cli" ], "range": "*", "nodes": [ "node_modules/yarn-install" ], "fixAvailable": { "name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true } } }, "metadata": { "vulnerabilities": { "info": 0, "low": 1, "moderate": 4, "high": 13, "critical": 3, "total": 21 }, "dependencies": { "prod": 1, "dev": 972, "optional": 1, "peer": 1, "peerOptional": 0, "total": 972 } } } } --- end --- {"added": 972, "removed": 0, "changed": 0, "audited": 973, "funding": 168, "audit": {"auditReportVersion": 2, "vulnerabilities": {"@wdio/cli": {"name": "@wdio/cli", "severity": "high", "isDirect": true, "via": ["webdriverio", "yarn-install"], "effects": ["@wdio/junit-reporter", "@wdio/local-runner", "@wdio/spec-reporter"], "range": "5.4.10 - 8.44.1", "nodes": ["node_modules/@wdio/cli"], "fixAvailable": {"name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true}}, "@wdio/junit-reporter": {"name": "@wdio/junit-reporter", "severity": "high", "isDirect": true, "via": ["@wdio/cli"], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": ["node_modules/@wdio/junit-reporter"], "fixAvailable": {"name": "@wdio/junit-reporter", "version": "9.12.6", "isSemVerMajor": true}}, "@wdio/local-runner": {"name": "@wdio/local-runner", "severity": "high", "isDirect": true, "via": ["@wdio/cli", "@wdio/runner"], "effects": [], "range": "6.0.4 - 8.44.1", "nodes": ["node_modules/@wdio/local-runner"], "fixAvailable": {"name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true}}, "@wdio/runner": {"name": "@wdio/runner", "severity": "high", "isDirect": false, "via": ["webdriverio"], "effects": ["@wdio/local-runner"], "range": "7.16.5 - 8.44.1", "nodes": ["node_modules/@wdio/runner"], "fixAvailable": {"name": "@wdio/local-runner", "version": "9.12.7", "isSemVerMajor": true}}, "@wdio/spec-reporter": {"name": "@wdio/spec-reporter", "severity": "high", "isDirect": true, "via": ["@wdio/cli"], "effects": [], "range": "6.0.4 - 8.0.0-alpha.631", "nodes": ["node_modules/@wdio/spec-reporter"], "fixAvailable": {"name": "@wdio/spec-reporter", "version": "9.12.6", "isSemVerMajor": true}}, "cross-spawn": {"name": "cross-spawn", "severity": "high", "isDirect": false, "via": [{"source": 1100562, "name": "cross-spawn", "dependency": "cross-spawn", "title": "Regular Expression Denial of Service (ReDoS) in cross-spawn", "url": "https://github.com/advisories/GHSA-3xgq-45jj-v275", "severity": "high", "cwe": ["CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<6.0.6"}], "effects": ["yarn-install"], "range": "<6.0.6", "nodes": ["node_modules/cross-spawn"], "fixAvailable": {"name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true}}, "debug": {"name": "debug", "severity": "low", "isDirect": false, "via": [{"source": 1096793, "name": "debug", "dependency": "debug", "title": "Regular Expression Denial of Service in debug", "url": "https://github.com/advisories/GHSA-gxpj-cx7g-858c", "severity": "low", "cwe": ["CWE-400"], "cvss": {"score": 3.7, "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L"}, "range": ">=3.2.0 <3.2.7"}], "effects": ["mocha"], "range": "3.2.0 - 3.2.6", "nodes": ["node_modules/mocha/node_modules/debug"], "fixAvailable": {"name": "mocha", "version": "11.2.2", "isSemVerMajor": true}}, "devtools": {"name": "devtools", "severity": "high", "isDirect": false, "via": ["puppeteer-core"], "effects": [], "range": ">=7.16.5", "nodes": ["node_modules/devtools"], "fixAvailable": true}, "flat": {"name": "flat", "severity": "critical", "isDirect": false, "via": [{"source": 1089152, "name": "flat", "dependency": "flat", "title": "flat vulnerable to Prototype Pollution", "url": "https://github.com/advisories/GHSA-2j2x-2gpw-g8fm", "severity": "critical", "cwe": ["CWE-1321"], "cvss": {"score": 9.8, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}, "range": "<5.0.1"}], "effects": ["yargs-unparser"], "range": "<5.0.1", "nodes": ["node_modules/flat"], "fixAvailable": {"name": "mocha", "version": "11.2.2", "isSemVerMajor": true}}, "minimatch": {"name": "minimatch", "severity": "high", "isDirect": false, "via": [{"source": 1096485, "name": "minimatch", "dependency": "minimatch", "title": "minimatch ReDoS vulnerability", "url": "https://github.com/advisories/GHSA-f8q6-p94x-37v3", "severity": "high", "cwe": ["CWE-400", "CWE-1333"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": "<3.0.5"}], "effects": ["mocha"], "range": "<3.0.5", "nodes": ["node_modules/mocha/node_modules/minimatch"], "fixAvailable": {"name": "mocha", "version": "11.2.2", "isSemVerMajor": true}}, "mocha": {"name": "mocha", "severity": "critical", "isDirect": true, "via": ["debug", "minimatch", "yargs-unparser"], "effects": [], "range": "5.1.0 - 9.2.1", "nodes": ["node_modules/mocha"], "fixAvailable": {"name": "mocha", "version": "11.2.2", "isSemVerMajor": true}}, "mwbot": {"name": "mwbot", "severity": "moderate", "isDirect": false, "via": ["request"], "effects": ["wdio-mediawiki"], "range": ">=0.1.6", "nodes": ["node_modules/mwbot"], "fixAvailable": false}, "puppeteer-core": {"name": "puppeteer-core", "severity": "high", "isDirect": false, "via": ["tar-fs", "ws"], "effects": ["devtools", "webdriverio"], "range": "10.0.0 - 22.11.1", "nodes": ["node_modules/devtools/node_modules/puppeteer-core", "node_modules/puppeteer-core"], "fixAvailable": {"name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true}}, "request": {"name": "request", "severity": "moderate", "isDirect": false, "via": [{"source": 1096727, "name": "request", "dependency": "request", "title": "Server-Side Request Forgery in Request", "url": "https://github.com/advisories/GHSA-p8p7-x288-28g6", "severity": "moderate", "cwe": ["CWE-918"], "cvss": {"score": 6.1, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"}, "range": "<=2.88.2"}, "tough-cookie"], "effects": ["mwbot"], "range": "*", "nodes": ["node_modules/request"], "fixAvailable": false}, "tar-fs": {"name": "tar-fs", "severity": "high", "isDirect": false, "via": [{"source": 1103613, "name": "tar-fs", "dependency": "tar-fs", "title": "tar-fs Vulnerable to Link Following and Path Traversal via Extracting a Crafted tar File", "url": "https://github.com/advisories/GHSA-pq67-2wwv-3xjx", "severity": "high", "cwe": ["CWE-22"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"}, "range": ">=2.0.0 <2.1.2"}], "effects": ["puppeteer-core"], "range": "2.0.0 - 2.1.1", "nodes": ["node_modules/tar-fs"], "fixAvailable": {"name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true}}, "tough-cookie": {"name": "tough-cookie", "severity": "moderate", "isDirect": false, "via": [{"source": 1097682, "name": "tough-cookie", "dependency": "tough-cookie", "title": "tough-cookie Prototype Pollution vulnerability", "url": "https://github.com/advisories/GHSA-72xf-g2v4-qvf3", "severity": "moderate", "cwe": ["CWE-1321"], "cvss": {"score": 6.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N"}, "range": "<4.1.3"}], "effects": ["request"], "range": "<4.1.3", "nodes": ["node_modules/tough-cookie"], "fixAvailable": false}, "wdio-mediawiki": {"name": "wdio-mediawiki", "severity": "moderate", "isDirect": true, "via": ["mwbot"], "effects": [], "range": "*", "nodes": ["node_modules/wdio-mediawiki"], "fixAvailable": false}, "webdriverio": {"name": "webdriverio", "severity": "high", "isDirect": false, "via": ["devtools", "puppeteer-core"], "effects": ["@wdio/cli", "@wdio/runner"], "range": "7.16.5 - 8.44.1", "nodes": ["node_modules/webdriverio"], "fixAvailable": {"name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true}}, "ws": {"name": "ws", "severity": "high", "isDirect": false, "via": [{"source": 1098392, "name": "ws", "dependency": "ws", "title": "ws affected by a DoS when handling a request with many HTTP headers", "url": "https://github.com/advisories/GHSA-3h5v-q93c-6h6q", "severity": "high", "cwe": ["CWE-476"], "cvss": {"score": 7.5, "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}, "range": ">=8.0.0 <8.17.1"}], "effects": ["puppeteer-core"], "range": "8.0.0 - 8.17.0", "nodes": ["node_modules/devtools/node_modules/ws", "node_modules/ws"], "fixAvailable": {"name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true}}, "yargs-unparser": {"name": "yargs-unparser", "severity": "critical", "isDirect": false, "via": ["flat"], "effects": ["mocha"], "range": "<=1.6.3", "nodes": ["node_modules/yargs-unparser"], "fixAvailable": {"name": "mocha", "version": "11.2.2", "isSemVerMajor": true}}, "yarn-install": {"name": "yarn-install", "severity": "high", "isDirect": false, "via": ["cross-spawn"], "effects": ["@wdio/cli"], "range": "*", "nodes": ["node_modules/yarn-install"], "fixAvailable": {"name": "@wdio/cli", "version": "9.12.7", "isSemVerMajor": true}}}, "metadata": {"vulnerabilities": {"info": 0, "low": 1, "moderate": 4, "high": 13, "critical": 3, "total": 21}, "dependencies": {"prod": 1, "dev": 972, "optional": 1, "peer": 1, "peerOptional": 0, "total": 972}}}} $ /usr/bin/npm audit fix --only=dev --- stderr --- npm WARN invalid config only="dev" set in command line options npm WARN invalid config Must be one of: null, prod, production npm WARN deprecated @types/easy-table@1.2.3: This is a stub types definition. easy-table provides its own type definitions, so you do not need this installed. npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated date-format@0.0.2: 0.x is no longer supported. Please upgrade to 4.x. npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 --- stdout --- added 972 packages, and audited 973 packages in 9s 168 packages are looking for funding run `npm fund` for details # npm audit report cross-spawn <6.0.6 Severity: high Regular Expression Denial of Service (ReDoS) in cross-spawn - https://github.com/advisories/GHSA-3xgq-45jj-v275 fix available via `npm audit fix --force` Will install @wdio/cli@9.12.7, which is a breaking change node_modules/cross-spawn yarn-install * Depends on vulnerable versions of cross-spawn node_modules/yarn-install @wdio/cli 5.4.10 - 8.44.1 Depends on vulnerable versions of webdriverio Depends on vulnerable versions of yarn-install node_modules/@wdio/cli @wdio/junit-reporter 6.0.4 - 8.0.0-alpha.631 Depends on vulnerable versions of @wdio/cli node_modules/@wdio/junit-reporter @wdio/local-runner 6.0.4 - 8.44.1 Depends on vulnerable versions of @wdio/cli Depends on vulnerable versions of @wdio/runner node_modules/@wdio/local-runner @wdio/spec-reporter 6.0.4 - 8.0.0-alpha.631 Depends on vulnerable versions of @wdio/cli node_modules/@wdio/spec-reporter debug 3.2.0 - 3.2.6 Regular Expression Denial of Service in debug - https://github.com/advisories/GHSA-gxpj-cx7g-858c fix available via `npm audit fix --force` Will install mocha@11.2.2, which is a breaking change node_modules/mocha/node_modules/debug mocha 5.1.0 - 9.2.1 Depends on vulnerable versions of debug Depends on vulnerable versions of minimatch Depends on vulnerable versions of yargs-unparser node_modules/mocha flat <5.0.1 Severity: critical flat vulnerable to Prototype Pollution - https://github.com/advisories/GHSA-2j2x-2gpw-g8fm fix available via `npm audit fix --force` Will install mocha@11.2.2, which is a breaking change node_modules/flat yargs-unparser <=1.6.3 Depends on vulnerable versions of flat node_modules/yargs-unparser minimatch <3.0.5 Severity: high minimatch ReDoS vulnerability - https://github.com/advisories/GHSA-f8q6-p94x-37v3 fix available via `npm audit fix --force` Will install mocha@11.2.2, which is a breaking change node_modules/mocha/node_modules/minimatch request * Severity: moderate Server-Side Request Forgery in Request - https://github.com/advisories/GHSA-p8p7-x288-28g6 Depends on vulnerable versions of tough-cookie No fix available node_modules/request mwbot >=0.1.6 Depends on vulnerable versions of request node_modules/mwbot wdio-mediawiki * Depends on vulnerable versions of mwbot node_modules/wdio-mediawiki tar-fs 2.0.0 - 2.1.1 Severity: high tar-fs Vulnerable to Link Following and Path Traversal via Extracting a Crafted tar File - https://github.com/advisories/GHSA-pq67-2wwv-3xjx fix available via `npm audit fix --force` Will install @wdio/cli@9.12.7, which is a breaking change node_modules/tar-fs puppeteer-core 10.0.0 - 22.11.1 Depends on vulnerable versions of tar-fs Depends on vulnerable versions of ws node_modules/devtools/node_modules/puppeteer-core node_modules/puppeteer-core devtools >=7.16.5 Depends on vulnerable versions of puppeteer-core node_modules/devtools webdriverio 7.16.5 - 8.44.1 Depends on vulnerable versions of devtools Depends on vulnerable versions of puppeteer-core node_modules/webdriverio @wdio/runner 7.16.5 - 8.44.1 Depends on vulnerable versions of webdriverio node_modules/@wdio/runner tough-cookie <4.1.3 Severity: moderate tough-cookie Prototype Pollution vulnerability - https://github.com/advisories/GHSA-72xf-g2v4-qvf3 No fix available node_modules/tough-cookie ws 8.0.0 - 8.17.0 Severity: high ws affected by a DoS when handling a request with many HTTP headers - https://github.com/advisories/GHSA-3h5v-q93c-6h6q fix available via `npm audit fix --force` Will install @wdio/cli@9.12.7, which is a breaking change node_modules/devtools/node_modules/ws node_modules/ws 21 vulnerabilities (1 low, 4 moderate, 13 high, 3 critical) To address issues that do not require attention, run: npm audit fix To address all issues possible (including breaking changes), run: npm audit fix --force Some issues need review, and may require choosing a different dependency. --- end --- Verifying that tests still pass $ /usr/bin/npm ci --- stderr --- npm WARN deprecated @types/easy-table@1.2.3: This is a stub types definition. easy-table provides its own type definitions, so you do not need this installed. npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated date-format@0.0.2: 0.x is no longer supported. Please upgrade to 4.x. npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported npm WARN deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported npm WARN deprecated debug@3.2.6: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797) npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 --- stdout --- added 972 packages, and audited 973 packages in 16s 168 packages are looking for funding run `npm fund` for details 21 vulnerabilities (1 low, 4 moderate, 13 high, 3 critical) To address issues that do not require attention, run: npm audit fix To address all issues possible (including breaking changes), run: npm audit fix --force Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. --- end --- $ /usr/bin/npm test --- stdout --- > test > grunt test Running "eslint:all" (eslint) task /src/repo/modules/ve-math/ve.ui.MWLatexDialog.js 136:24 warning Prefer .then to .done no-jquery/no-done-fail 313:4 warning Prefer .then to .done no-jquery/no-done-fail 313:4 warning Prefer .then to .fail no-jquery/no-done-fail ✖ 3 problems (0 errors, 3 warnings) Running "stylelint:all" (stylelint) task >> Linted 7 files without errors Running "banana:Math" (banana) task >> 2 message directories checked. Done. --- end --- {} $ package-lock-lint package-lock.json --- stdout --- Checking package-lock.json --- end --- build: Updating mediawiki/mediawiki-codesniffer to 47.0.0 $ git add . --- stdout --- --- end --- $ git commit -F /tmp/tmp3di5sonp --- stdout --- [master b9a2964] build: Updating mediawiki/mediawiki-codesniffer to 47.0.0 1 file changed, 1 insertion(+), 1 deletion(-) --- end --- $ git format-patch HEAD~1 --stdout --- stdout --- From b9a2964c6d9fa78221b6f6388f5db9c49f6823c4 Mon Sep 17 00:00:00 2001 From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org> Date: Thu, 8 May 2025 09:08:48 +0000 Subject: [PATCH] build: Updating mediawiki/mediawiki-codesniffer to 47.0.0 Change-Id: I33de2f8f7df712544d70a265c7a6b5f3bd6593c9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 685c2d7..d4f8507 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "require-dev": { - "mediawiki/mediawiki-codesniffer": "46.0.0", + "mediawiki/mediawiki-codesniffer": "47.0.0", "mediawiki/mediawiki-phan-config": "0.15.1", "mediawiki/minus-x": "1.1.3", "php-parallel-lint/php-console-highlighter": "1.0.0", -- 2.39.5 --- end ---