-
Notifications
You must be signed in to change notification settings - Fork 66
[Security] Bump color-string from 1.5.4 to 1.6.0 in /playgrounds/react #462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security] Bump color-string from 1.5.4 to 1.6.0 in /playgrounds/react #462
Conversation
3255e2c to
1de0f37
Compare
|
bors merge |
456: Bump @babel/cli from 7.13.10 to 7.14.8 r=bidoubiwa a=dependabot[bot] Bumps [`@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli)` from 7.13.10 to 7.14.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>`@babel/cli</code>'s` releases</a>.</em></p> <blockquote> <h2>v7.14.8 (2021-07-20)</h2> <p>Thanks <a href="https://github.com/colinaaa"><code>`@colinaaa</code></a>,` <a href="https://github.com/jaeseokk"><code>`@jaeseokk</code></a>` and <a href="https://github.com/nme077"><code>`@nme077</code></a>` for your first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-transform-new-target</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13560">#13560</a> fix(class-properties): replace <code>new.target</code> in static properties with <code>undefined</code> (<a href="https://github.com/colinaaa"><code>`@colinaaa</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13088">#13088</a> Fix await binding error within static block (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13531">#13531</a> fix: disallow computed <code>async</code>/<code>get</code>/<code>set</code> keyword (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-helper-module-transforms</code>, <code>babel-helper-simple-access</code>, <code>babel-plugin-transform-modules-commonjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13258">#13258</a> Fix const violations in ESM imports when transformed to CJS (<a href="https://github.com/overlookmotel"><code>`@overlookmotel</code></a>)</li>` </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13575">#13575</a> Update babel-parser.d.ts (<a href="https://github.com/sosukesuzuki"><code>`@sosukesuzuki</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13548">#13548</a> Fix parser <code>strictMode</code> option (<a href="https://github.com/overlookmotel"><code>`@overlookmotel</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13573">#13573</a> Fix issue to allow module block in member expression (<a href="https://github.com/nme077"><code>`@nme077</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13521">#13521</a> Overhaul comment attachment (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13534">#13534</a> Async do expression should start at async (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-arrow-functions</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12344">#12344</a> Fix arrow transformation when <code>arguments</code> is defined as variable (<a href="https://github.com/snitin315"><code>`@snitin315</code></a>)</li>` </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13527">#13527</a> fix: accept duplicated import/variable in different module (<a href="https://github.com/colinaaa"><code>`@colinaaa</code></a>)</li>` </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13525">#13525</a> fix(babel-types): accept <code>UnaryExpression</code> in <code>TSLiteralType</code> (<a href="https://github.com/colinaaa"><code>`@colinaaa</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13500">#13500</a> Add typeParameters to tagged template visitor keys (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13515">#13515</a> Fix config validation message typo (<a href="https://github.com/jaeseokk"><code>`@jaeseokk</code></a>)</li>` </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13508">#13508</a> fix: sync default_extensions to babel-cli usage (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13562">#13562</a> Fix <code>make generate-standalone</code> -> <code>make build-standalone</code> (<a href="https://github.com/sosukesuzuki"><code>`@sosukesuzuki</code></a>)</li>` </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-helpers</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13522">#13522</a> minor improvement to gulp generate-runtime-helpers error message (<a href="https://github.com/lightmare"><code>`@lightmare</code></a>)</li>` </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13521">#13521</a> Overhaul comment attachment (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>Committers: 12</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>`@babel-bot</code></a>)</li>` <li>Bogdan Savluk (<a href="https://github.com/zxbodya"><code>`@zxbodya</code></a>)</li>` <li>Federico Ciardi (<a href="https://github.com/fedeci"><code>`@fedeci</code></a>)</li>` <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>`@babel/cli</code>'s` changelog</a>.</em></p> <blockquote> <h2>v7.14.8 (2021-07-20)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-transform-new-target</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13560">#13560</a> fix(class-properties): replace <code>new.target</code> in static properties with <code>undefined</code> (<a href="https://github.com/colinaaa"><code>`@colinaaa</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13088">#13088</a> Fix await binding error within static block (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13531">#13531</a> fix: disallow computed <code>async</code>/<code>get</code>/<code>set</code> keyword (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-helper-module-transforms</code>, <code>babel-helper-simple-access</code>, <code>babel-plugin-transform-modules-commonjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13258">#13258</a> Fix const violations in ESM imports when transformed to CJS (<a href="https://github.com/overlookmotel"><code>`@overlookmotel</code></a>)</li>` </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13575">#13575</a> Update babel-parser.d.ts (<a href="https://github.com/sosukesuzuki"><code>`@sosukesuzuki</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13548">#13548</a> Fix parser <code>strictMode</code> option (<a href="https://github.com/overlookmotel"><code>`@overlookmotel</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13573">#13573</a> Fix issue to allow module block in member expression (<a href="https://github.com/nme077"><code>`@nme077</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13521">#13521</a> Overhaul comment attachment (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13534">#13534</a> Async do expression should start at async (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-arrow-functions</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12344">#12344</a> Fix arrow transformation when <code>arguments</code> is defined as variable (<a href="https://github.com/snitin315"><code>`@snitin315</code></a>)</li>` </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13527">#13527</a> fix: accept duplicated import/variable in different module (<a href="https://github.com/colinaaa"><code>`@colinaaa</code></a>)</li>` </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13525">#13525</a> fix(babel-types): accept <code>UnaryExpression</code> in <code>TSLiteralType</code> (<a href="https://github.com/colinaaa"><code>`@colinaaa</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13500">#13500</a> Add typeParameters to tagged template visitor keys (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13515">#13515</a> Fix config validation message typo (<a href="https://github.com/jaeseokk"><code>`@jaeseokk</code></a>)</li>` </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13508">#13508</a> fix: sync default_extensions to babel-cli usage (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13562">#13562</a> Fix <code>make generate-standalone</code> -> <code>make build-standalone</code> (<a href="https://github.com/sosukesuzuki"><code>`@sosukesuzuki</code></a>)</li>` </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-helpers</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13522">#13522</a> minor improvement to gulp generate-runtime-helpers error message (<a href="https://github.com/lightmare"><code>`@lightmare</code></a>)</li>` </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13521">#13521</a> Overhaul comment attachment (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> </ul> <h2>v7.14.7 (2021-06-21)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-object-rest-spread</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13483">#13483</a> Don't hoist template literal keys in <code>object-rest-spread</code> (<a href="https://github.com/lala7573"><code>`@lala7573</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13482">#13482</a> Don't hoist template strings from destructuring keys (<a href="https://github.com/lala7573"><code>`@lala7573</code></a>)</li>` </ul> </li> <li><code>babel-traverse</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/e59178024431aa2cdfecd5b1694088edd1ced8a2"><code>e591780</code></a> v7.14.8</li> <li><a href="https://github.com/babel/babel/commit/90d5eb7f2f2c699019aab2d5388ec1e8f3f469d2"><code>90d5eb7</code></a> fix: sync default_extensions to babel-cli usage (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13508">#13508</a>)</li> <li><a href="https://github.com/babel/babel/commit/7a2a9283982239e2419f63e2a324160c5f8ac341"><code>7a2a928</code></a> v7.14.5</li> <li><a href="https://github.com/babel/babel/commit/9252da782b22fdac98ee9829fffb48bdf9e6cd19"><code>9252da7</code></a> Update <code>`@nicolo-ribaudo/chokidar-2</code>` (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13438">#13438</a>)</li> <li><a href="https://github.com/babel/babel/commit/4eda1c860507e84b44a718a39ce58cf45f7ccc6e"><code>4eda1c8</code></a> chore: bump eslint and its plugins (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13412">#13412</a>)</li> <li><a href="https://github.com/babel/babel/commit/140ec5aa5c0361e2390f6fb0743fd900fb981426"><code>140ec5a</code></a> chore: setup Yarn constraints (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13363">#13363</a>)</li> <li><a href="https://github.com/babel/babel/commit/1487a46dd58ddb788be542420400574ef20cdf00"><code>1487a46</code></a> v7.14.3</li> <li><a href="https://github.com/babel/babel/commit/bb70ea47f51c985adb678c93cfaf2ee549e55668"><code>bb70ea4</code></a> convert <code>`@babel/cli</code>` to typescript (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13213">#13213</a>)</li> <li><a href="https://github.com/babel/babel/commit/2521c666f74e64c6336499986382fb838ac88009"><code>2521c66</code></a> Add internal ESLint rule for consistent parser error messages (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13130">#13130</a>)</li> <li><a href="https://github.com/babel/babel/commit/d94a8e50edb62aff0bb3c8eb76d5073f731cf798"><code>d94a8e5</code></a> v7.13.16</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.14.8/packages/babel-cli">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)` You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 461: [Security] Bump color-string from 1.5.4 to 1.6.0 in /playgrounds/javascript r=bidoubiwa a=dependabot[bot] Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Qix-/color-string/releases">color-string's releases</a>.</em></p> <blockquote> <h2>1.6.0</h2> <h1>Minor release 1.6.0</h1> <ul> <li><a href="https://github.com/Qix-/color-string/issues/55">#55</a> - Add support for space-separated HSL</li> </ul> <p>Thanks <a href="https://github.com/htunnicliff"><code>`@htunnicliff</code></a>` for the contribution :)</p> <h2>1.5.5 (Patch/Security Release) - hwb() ReDos patch (low-severity)</h2> <blockquote> <p>Release notes copied verbatim from the commit message, which can be found here: 0789e21284c33d89ebc4ab4ca6f759b9375ac9d3</p> </blockquote> <pre><code>Discovered by Yeting Li, c/o Colin Ife via Snyk.io. <p>A ReDos (Regular Expression Denial of Service) vulnerability was responsibly disclosed to me via email by Colin on Mar 5 2021 regarding an exponential time complexity for linearly increasing input lengths for <code>hwb()</code> color strings.</p> <p>Strings reaching more than 5000 characters would see several milliseconds of processing time; strings reaching more than 50,000 characters began seeing 1500ms (1.5s) of processing time.</p> <p>The cause was due to a the regular expression that parses hwb() strings - specifically, the hue value - where the integer portion of the hue value used a 0-or-more quantifier shortly thereafter followed by a 1-or-more quantifier.</p> <p>This caused excessive backtracking and a cartesian scan, resulting in exponential time complexity given a linear increase in input length.</p> <p>Thank you Yeting Li and Colin Ife for bringing this to my attention in a secure, responsible and professional manner.</p> <p>A CVE will not be assigned for this vulnerability. </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Qix-/color-string/commit/1a68f9e91266f504e33441fcab59af22fcb1358d"><code>1a68f9e</code></a> 1.6.0</li> <li><a href="https://github.com/Qix-/color-string/commit/2b6f59cfa64288b6c1028e666d1ea8b6a4b0132e"><code>2b6f59c</code></a> Add additional HSL examples to README</li> <li><a href="https://github.com/Qix-/color-string/commit/6f73e205202c95ba7e6fd5afdffedd4552579a38"><code>6f73e20</code></a> Update HSL regular expression</li> <li><a href="https://github.com/Qix-/color-string/commit/02645465a23f5bcfb35bd44e29667397a4595ec2"><code>0264546</code></a> Add tests for space-separated HSL syntax</li> <li><a href="https://github.com/Qix-/color-string/commit/966ae4d80fc8f237674d099ce6214a9fb6a816bb"><code>966ae4d</code></a> 1.5.5</li> <li><a href="https://github.com/Qix-/color-string/commit/0789e21284c33d89ebc4ab4ca6f759b9375ac9d3"><code>0789e21</code></a> fix ReDos in hwb() parser (low-severity)</li> <li>See full diff in <a href="https://github.com/Qix-/color-string/compare/1.5.4...1.6.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/meilisearch/instant-meilisearch/network/alerts). </details> 462: [Security] Bump color-string from 1.5.4 to 1.6.0 in /playgrounds/react r=bidoubiwa a=dependabot[bot] Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Qix-/color-string/releases">color-string's releases</a>.</em></p> <blockquote> <h2>1.6.0</h2> <h1>Minor release 1.6.0</h1> <ul> <li><a href="https://github.com/Qix-/color-string/issues/55">#55</a> - Add support for space-separated HSL</li> </ul> <p>Thanks <a href="https://github.com/htunnicliff"><code>`@htunnicliff</code></a>` for the contribution :)</p> <h2>1.5.5 (Patch/Security Release) - hwb() ReDos patch (low-severity)</h2> <blockquote> <p>Release notes copied verbatim from the commit message, which can be found here: 0789e21284c33d89ebc4ab4ca6f759b9375ac9d3</p> </blockquote> <pre><code>Discovered by Yeting Li, c/o Colin Ife via Snyk.io. <p>A ReDos (Regular Expression Denial of Service) vulnerability was responsibly disclosed to me via email by Colin on Mar 5 2021 regarding an exponential time complexity for linearly increasing input lengths for <code>hwb()</code> color strings.</p> <p>Strings reaching more than 5000 characters would see several milliseconds of processing time; strings reaching more than 50,000 characters began seeing 1500ms (1.5s) of processing time.</p> <p>The cause was due to a the regular expression that parses hwb() strings - specifically, the hue value - where the integer portion of the hue value used a 0-or-more quantifier shortly thereafter followed by a 1-or-more quantifier.</p> <p>This caused excessive backtracking and a cartesian scan, resulting in exponential time complexity given a linear increase in input length.</p> <p>Thank you Yeting Li and Colin Ife for bringing this to my attention in a secure, responsible and professional manner.</p> <p>A CVE will not be assigned for this vulnerability. </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Qix-/color-string/commit/1a68f9e91266f504e33441fcab59af22fcb1358d"><code>1a68f9e</code></a> 1.6.0</li> <li><a href="https://github.com/Qix-/color-string/commit/2b6f59cfa64288b6c1028e666d1ea8b6a4b0132e"><code>2b6f59c</code></a> Add additional HSL examples to README</li> <li><a href="https://github.com/Qix-/color-string/commit/6f73e205202c95ba7e6fd5afdffedd4552579a38"><code>6f73e20</code></a> Update HSL regular expression</li> <li><a href="https://github.com/Qix-/color-string/commit/02645465a23f5bcfb35bd44e29667397a4595ec2"><code>0264546</code></a> Add tests for space-separated HSL syntax</li> <li><a href="https://github.com/Qix-/color-string/commit/966ae4d80fc8f237674d099ce6214a9fb6a816bb"><code>966ae4d</code></a> 1.5.5</li> <li><a href="https://github.com/Qix-/color-string/commit/0789e21284c33d89ebc4ab4ca6f759b9375ac9d3"><code>0789e21</code></a> fix ReDos in hwb() parser (low-severity)</li> <li>See full diff in <a href="https://github.com/Qix-/color-string/compare/1.5.4...1.6.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/meilisearch/instant-meilisearch/network/alerts). </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried. Additional information: {"message":"At least 1 approving review is required by reviewers with write access.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
bidoubiwa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
456: Bump @babel/cli from 7.13.10 to 7.14.8 r=bidoubiwa a=dependabot[bot] Bumps [`@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli)` from 7.13.10 to 7.14.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>`@babel/cli</code>'s` releases</a>.</em></p> <blockquote> <h2>v7.14.8 (2021-07-20)</h2> <p>Thanks <a href="https://github.com/colinaaa"><code>`@colinaaa</code></a>,` <a href="https://github.com/jaeseokk"><code>`@jaeseokk</code></a>` and <a href="https://github.com/nme077"><code>`@nme077</code></a>` for your first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-transform-new-target</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13560">#13560</a> fix(class-properties): replace <code>new.target</code> in static properties with <code>undefined</code> (<a href="https://github.com/colinaaa"><code>`@colinaaa</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13088">#13088</a> Fix await binding error within static block (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13531">#13531</a> fix: disallow computed <code>async</code>/<code>get</code>/<code>set</code> keyword (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-helper-module-transforms</code>, <code>babel-helper-simple-access</code>, <code>babel-plugin-transform-modules-commonjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13258">#13258</a> Fix const violations in ESM imports when transformed to CJS (<a href="https://github.com/overlookmotel"><code>`@overlookmotel</code></a>)</li>` </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13575">#13575</a> Update babel-parser.d.ts (<a href="https://github.com/sosukesuzuki"><code>`@sosukesuzuki</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13548">#13548</a> Fix parser <code>strictMode</code> option (<a href="https://github.com/overlookmotel"><code>`@overlookmotel</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13573">#13573</a> Fix issue to allow module block in member expression (<a href="https://github.com/nme077"><code>`@nme077</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13521">#13521</a> Overhaul comment attachment (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13534">#13534</a> Async do expression should start at async (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-arrow-functions</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12344">#12344</a> Fix arrow transformation when <code>arguments</code> is defined as variable (<a href="https://github.com/snitin315"><code>`@snitin315</code></a>)</li>` </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13527">#13527</a> fix: accept duplicated import/variable in different module (<a href="https://github.com/colinaaa"><code>`@colinaaa</code></a>)</li>` </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13525">#13525</a> fix(babel-types): accept <code>UnaryExpression</code> in <code>TSLiteralType</code> (<a href="https://github.com/colinaaa"><code>`@colinaaa</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13500">#13500</a> Add typeParameters to tagged template visitor keys (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13515">#13515</a> Fix config validation message typo (<a href="https://github.com/jaeseokk"><code>`@jaeseokk</code></a>)</li>` </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13508">#13508</a> fix: sync default_extensions to babel-cli usage (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13562">#13562</a> Fix <code>make generate-standalone</code> -> <code>make build-standalone</code> (<a href="https://github.com/sosukesuzuki"><code>`@sosukesuzuki</code></a>)</li>` </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-helpers</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13522">#13522</a> minor improvement to gulp generate-runtime-helpers error message (<a href="https://github.com/lightmare"><code>`@lightmare</code></a>)</li>` </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13521">#13521</a> Overhaul comment attachment (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>Committers: 12</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>`@babel-bot</code></a>)</li>` <li>Bogdan Savluk (<a href="https://github.com/zxbodya"><code>`@zxbodya</code></a>)</li>` <li>Federico Ciardi (<a href="https://github.com/fedeci"><code>`@fedeci</code></a>)</li>` <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>`@babel/cli</code>'s` changelog</a>.</em></p> <blockquote> <h2>v7.14.8 (2021-07-20)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-class-static-block</code>, <code>babel-plugin-transform-new-target</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13560">#13560</a> fix(class-properties): replace <code>new.target</code> in static properties with <code>undefined</code> (<a href="https://github.com/colinaaa"><code>`@colinaaa</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13088">#13088</a> Fix await binding error within static block (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13531">#13531</a> fix: disallow computed <code>async</code>/<code>get</code>/<code>set</code> keyword (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-helper-module-transforms</code>, <code>babel-helper-simple-access</code>, <code>babel-plugin-transform-modules-commonjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13258">#13258</a> Fix const violations in ESM imports when transformed to CJS (<a href="https://github.com/overlookmotel"><code>`@overlookmotel</code></a>)</li>` </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13575">#13575</a> Update babel-parser.d.ts (<a href="https://github.com/sosukesuzuki"><code>`@sosukesuzuki</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13548">#13548</a> Fix parser <code>strictMode</code> option (<a href="https://github.com/overlookmotel"><code>`@overlookmotel</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13573">#13573</a> Fix issue to allow module block in member expression (<a href="https://github.com/nme077"><code>`@nme077</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13521">#13521</a> Overhaul comment attachment (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13534">#13534</a> Async do expression should start at async (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-arrow-functions</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12344">#12344</a> Fix arrow transformation when <code>arguments</code> is defined as variable (<a href="https://github.com/snitin315"><code>`@snitin315</code></a>)</li>` </ul> </li> <li><code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13527">#13527</a> fix: accept duplicated import/variable in different module (<a href="https://github.com/colinaaa"><code>`@colinaaa</code></a>)</li>` </ul> </li> <li><code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13525">#13525</a> fix(babel-types): accept <code>UnaryExpression</code> in <code>TSLiteralType</code> (<a href="https://github.com/colinaaa"><code>`@colinaaa</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13500">#13500</a> Add typeParameters to tagged template visitor keys (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13515">#13515</a> Fix config validation message typo (<a href="https://github.com/jaeseokk"><code>`@jaeseokk</code></a>)</li>` </ul> </li> <li><code>babel-cli</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13508">#13508</a> fix: sync default_extensions to babel-cli usage (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13562">#13562</a> Fix <code>make generate-standalone</code> -> <code>make build-standalone</code> (<a href="https://github.com/sosukesuzuki"><code>`@sosukesuzuki</code></a>)</li>` </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-helpers</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13522">#13522</a> minor improvement to gulp generate-runtime-helpers error message (<a href="https://github.com/lightmare"><code>`@lightmare</code></a>)</li>` </ul> </li> </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13521">#13521</a> Overhaul comment attachment (<a href="https://github.com/JLHwung"><code>`@JLHwung</code></a>)</li>` </ul> </li> </ul> <h2>v7.14.7 (2021-06-21)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-proposal-object-rest-spread</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13483">#13483</a> Don't hoist template literal keys in <code>object-rest-spread</code> (<a href="https://github.com/lala7573"><code>`@lala7573</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-destructuring</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13482">#13482</a> Don't hoist template strings from destructuring keys (<a href="https://github.com/lala7573"><code>`@lala7573</code></a>)</li>` </ul> </li> <li><code>babel-traverse</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/e59178024431aa2cdfecd5b1694088edd1ced8a2"><code>e591780</code></a> v7.14.8</li> <li><a href="https://github.com/babel/babel/commit/90d5eb7f2f2c699019aab2d5388ec1e8f3f469d2"><code>90d5eb7</code></a> fix: sync default_extensions to babel-cli usage (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13508">#13508</a>)</li> <li><a href="https://github.com/babel/babel/commit/7a2a9283982239e2419f63e2a324160c5f8ac341"><code>7a2a928</code></a> v7.14.5</li> <li><a href="https://github.com/babel/babel/commit/9252da782b22fdac98ee9829fffb48bdf9e6cd19"><code>9252da7</code></a> Update <code>`@nicolo-ribaudo/chokidar-2</code>` (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13438">#13438</a>)</li> <li><a href="https://github.com/babel/babel/commit/4eda1c860507e84b44a718a39ce58cf45f7ccc6e"><code>4eda1c8</code></a> chore: bump eslint and its plugins (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13412">#13412</a>)</li> <li><a href="https://github.com/babel/babel/commit/140ec5aa5c0361e2390f6fb0743fd900fb981426"><code>140ec5a</code></a> chore: setup Yarn constraints (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13363">#13363</a>)</li> <li><a href="https://github.com/babel/babel/commit/1487a46dd58ddb788be542420400574ef20cdf00"><code>1487a46</code></a> v7.14.3</li> <li><a href="https://github.com/babel/babel/commit/bb70ea47f51c985adb678c93cfaf2ee549e55668"><code>bb70ea4</code></a> convert <code>`@babel/cli</code>` to typescript (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13213">#13213</a>)</li> <li><a href="https://github.com/babel/babel/commit/2521c666f74e64c6336499986382fb838ac88009"><code>2521c66</code></a> Add internal ESLint rule for consistent parser error messages (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-cli/issues/13130">#13130</a>)</li> <li><a href="https://github.com/babel/babel/commit/d94a8e50edb62aff0bb3c8eb76d5073f731cf798"><code>d94a8e5</code></a> v7.13.16</li> <li>Additional commits viewable in <a href="https://github.com/babel/babel/commits/v7.14.8/packages/babel-cli">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)` You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 461: [Security] Bump color-string from 1.5.4 to 1.6.0 in /playgrounds/javascript r=bidoubiwa a=dependabot[bot] [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Qix-/color-string/releases">color-string's releases</a>.</em></p> <blockquote> <h2>1.6.0</h2> <h1>Minor release 1.6.0</h1> <ul> <li><a href="https://github.com/Qix-/color-string/issues/55">#55</a> - Add support for space-separated HSL</li> </ul> <p>Thanks <a href="https://github.com/htunnicliff"><code>`@htunnicliff</code></a>` for the contribution :)</p> <h2>1.5.5 (Patch/Security Release) - hwb() ReDos patch (low-severity)</h2> <blockquote> <p>Release notes copied verbatim from the commit message, which can be found here: 0789e21284c33d89ebc4ab4ca6f759b9375ac9d3</p> </blockquote> <pre><code>Discovered by Yeting Li, c/o Colin Ife via Snyk.io. <p>A ReDos (Regular Expression Denial of Service) vulnerability was responsibly disclosed to me via email by Colin on Mar 5 2021 regarding an exponential time complexity for linearly increasing input lengths for <code>hwb()</code> color strings.</p> <p>Strings reaching more than 5000 characters would see several milliseconds of processing time; strings reaching more than 50,000 characters began seeing 1500ms (1.5s) of processing time.</p> <p>The cause was due to a the regular expression that parses hwb() strings - specifically, the hue value - where the integer portion of the hue value used a 0-or-more quantifier shortly thereafter followed by a 1-or-more quantifier.</p> <p>This caused excessive backtracking and a cartesian scan, resulting in exponential time complexity given a linear increase in input length.</p> <p>Thank you Yeting Li and Colin Ife for bringing this to my attention in a secure, responsible and professional manner.</p> <p>A CVE will not be assigned for this vulnerability. </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Qix-/color-string/commit/1a68f9e91266f504e33441fcab59af22fcb1358d"><code>1a68f9e</code></a> 1.6.0</li> <li><a href="https://github.com/Qix-/color-string/commit/2b6f59cfa64288b6c1028e666d1ea8b6a4b0132e"><code>2b6f59c</code></a> Add additional HSL examples to README</li> <li><a href="https://github.com/Qix-/color-string/commit/6f73e205202c95ba7e6fd5afdffedd4552579a38"><code>6f73e20</code></a> Update HSL regular expression</li> <li><a href="https://github.com/Qix-/color-string/commit/02645465a23f5bcfb35bd44e29667397a4595ec2"><code>0264546</code></a> Add tests for space-separated HSL syntax</li> <li><a href="https://github.com/Qix-/color-string/commit/966ae4d80fc8f237674d099ce6214a9fb6a816bb"><code>966ae4d</code></a> 1.5.5</li> <li><a href="https://github.com/Qix-/color-string/commit/0789e21284c33d89ebc4ab4ca6f759b9375ac9d3"><code>0789e21</code></a> fix ReDos in hwb() parser (low-severity)</li> <li>See full diff in <a href="https://github.com/Qix-/color-string/compare/1.5.4...1.6.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/meilisearch/instant-meilisearch/network/alerts). </details> 462: [Security] Bump color-string from 1.5.4 to 1.6.0 in /playgrounds/react r=bidoubiwa a=dependabot[bot] [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Qix-/color-string/releases">color-string's releases</a>.</em></p> <blockquote> <h2>1.6.0</h2> <h1>Minor release 1.6.0</h1> <ul> <li><a href="https://github.com/Qix-/color-string/issues/55">#55</a> - Add support for space-separated HSL</li> </ul> <p>Thanks <a href="https://github.com/htunnicliff"><code>`@htunnicliff</code></a>` for the contribution :)</p> <h2>1.5.5 (Patch/Security Release) - hwb() ReDos patch (low-severity)</h2> <blockquote> <p>Release notes copied verbatim from the commit message, which can be found here: 0789e21284c33d89ebc4ab4ca6f759b9375ac9d3</p> </blockquote> <pre><code>Discovered by Yeting Li, c/o Colin Ife via Snyk.io. <p>A ReDos (Regular Expression Denial of Service) vulnerability was responsibly disclosed to me via email by Colin on Mar 5 2021 regarding an exponential time complexity for linearly increasing input lengths for <code>hwb()</code> color strings.</p> <p>Strings reaching more than 5000 characters would see several milliseconds of processing time; strings reaching more than 50,000 characters began seeing 1500ms (1.5s) of processing time.</p> <p>The cause was due to a the regular expression that parses hwb() strings - specifically, the hue value - where the integer portion of the hue value used a 0-or-more quantifier shortly thereafter followed by a 1-or-more quantifier.</p> <p>This caused excessive backtracking and a cartesian scan, resulting in exponential time complexity given a linear increase in input length.</p> <p>Thank you Yeting Li and Colin Ife for bringing this to my attention in a secure, responsible and professional manner.</p> <p>A CVE will not be assigned for this vulnerability. </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Qix-/color-string/commit/1a68f9e91266f504e33441fcab59af22fcb1358d"><code>1a68f9e</code></a> 1.6.0</li> <li><a href="https://github.com/Qix-/color-string/commit/2b6f59cfa64288b6c1028e666d1ea8b6a4b0132e"><code>2b6f59c</code></a> Add additional HSL examples to README</li> <li><a href="https://github.com/Qix-/color-string/commit/6f73e205202c95ba7e6fd5afdffedd4552579a38"><code>6f73e20</code></a> Update HSL regular expression</li> <li><a href="https://github.com/Qix-/color-string/commit/02645465a23f5bcfb35bd44e29667397a4595ec2"><code>0264546</code></a> Add tests for space-separated HSL syntax</li> <li><a href="https://github.com/Qix-/color-string/commit/966ae4d80fc8f237674d099ce6214a9fb6a816bb"><code>966ae4d</code></a> 1.5.5</li> <li><a href="https://github.com/Qix-/color-string/commit/0789e21284c33d89ebc4ab4ca6f759b9375ac9d3"><code>0789e21</code></a> fix ReDos in hwb() parser (low-severity)</li> <li>See full diff in <a href="https://github.com/Qix-/color-string/compare/1.5.4...1.6.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/meilisearch/instant-meilisearch/network/alerts). </details> 463: [Security] Bump ws from 5.2.2 to 5.2.3 in /playgrounds/react r=bidoubiwa a=dependabot[bot] [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/websockets/ws/releases">ws's releases</a>.</em></p> <blockquote> <h2>5.2.3</h2> <h1>Bug fixes</h1> <ul> <li>Backported 00c425ec to the 5.x release line (76d47c14).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/websockets/ws/commit/6dd88e7e968ef2416445d8f8620c17d99b15c77c"><code>6dd88e7</code></a> [dist] 5.2.3</li> <li><a href="https://github.com/websockets/ws/commit/76d47c1479002022a3e4357b3c9f0e23a68d4cd2"><code>76d47c1</code></a> [security] Fix ReDoS vulnerability</li> <li>See full diff in <a href="https://github.com/websockets/ws/compare/5.2.2...5.2.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/meilisearch/instant-meilisearch/network/alerts). </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
This PR was included in a batch that was canceled, it will be automatically retried |
1de0f37 to
28dd7d7
Compare
|
Canceled. |
bidoubiwa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
462: [Security] Bump color-string from 1.5.4 to 1.6.0 in /playgrounds/react r=bidoubiwa a=dependabot[bot] Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Qix-/color-string/releases">color-string's releases</a>.</em></p> <blockquote> <h2>1.6.0</h2> <h1>Minor release 1.6.0</h1> <ul> <li><a href="https://github.com/Qix-/color-string/issues/55">#55</a> - Add support for space-separated HSL</li> </ul> <p>Thanks <a href="https://github.com/htunnicliff"><code>`@htunnicliff</code></a>` for the contribution :)</p> <h2>1.5.5 (Patch/Security Release) - hwb() ReDos patch (low-severity)</h2> <blockquote> <p>Release notes copied verbatim from the commit message, which can be found here: 0789e21284c33d89ebc4ab4ca6f759b9375ac9d3</p> </blockquote> <pre><code>Discovered by Yeting Li, c/o Colin Ife via Snyk.io. <p>A ReDos (Regular Expression Denial of Service) vulnerability was responsibly disclosed to me via email by Colin on Mar 5 2021 regarding an exponential time complexity for linearly increasing input lengths for <code>hwb()</code> color strings.</p> <p>Strings reaching more than 5000 characters would see several milliseconds of processing time; strings reaching more than 50,000 characters began seeing 1500ms (1.5s) of processing time.</p> <p>The cause was due to a the regular expression that parses hwb() strings - specifically, the hue value - where the integer portion of the hue value used a 0-or-more quantifier shortly thereafter followed by a 1-or-more quantifier.</p> <p>This caused excessive backtracking and a cartesian scan, resulting in exponential time complexity given a linear increase in input length.</p> <p>Thank you Yeting Li and Colin Ife for bringing this to my attention in a secure, responsible and professional manner.</p> <p>A CVE will not be assigned for this vulnerability. </code></pre></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Qix-/color-string/commit/1a68f9e91266f504e33441fcab59af22fcb1358d"><code>1a68f9e</code></a> 1.6.0</li> <li><a href="https://github.com/Qix-/color-string/commit/2b6f59cfa64288b6c1028e666d1ea8b6a4b0132e"><code>2b6f59c</code></a> Add additional HSL examples to README</li> <li><a href="https://github.com/Qix-/color-string/commit/6f73e205202c95ba7e6fd5afdffedd4552579a38"><code>6f73e20</code></a> Update HSL regular expression</li> <li><a href="https://github.com/Qix-/color-string/commit/02645465a23f5bcfb35bd44e29667397a4595ec2"><code>0264546</code></a> Add tests for space-separated HSL syntax</li> <li><a href="https://github.com/Qix-/color-string/commit/966ae4d80fc8f237674d099ce6214a9fb6a816bb"><code>966ae4d</code></a> 1.5.5</li> <li><a href="https://github.com/Qix-/color-string/commit/0789e21284c33d89ebc4ab4ca6f759b9375ac9d3"><code>0789e21</code></a> fix ReDos in hwb() parser (low-severity)</li> <li>See full diff in <a href="https://github.com/Qix-/color-string/compare/1.5.4...1.6.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/meilisearch/instant-meilisearch/network/alerts). </details> 463: [Security] Bump ws from 5.2.2 to 5.2.3 in /playgrounds/react r=bidoubiwa a=dependabot[bot] Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/websockets/ws/releases">ws's releases</a>.</em></p> <blockquote> <h2>5.2.3</h2> <h1>Bug fixes</h1> <ul> <li>Backported 00c425ec to the 5.x release line (76d47c14).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/websockets/ws/commit/6dd88e7e968ef2416445d8f8620c17d99b15c77c"><code>6dd88e7</code></a> [dist] 5.2.3</li> <li><a href="https://github.com/websockets/ws/commit/76d47c1479002022a3e4357b3c9f0e23a68d4cd2"><code>76d47c1</code></a> [security] Fix ReDoS vulnerability</li> <li>See full diff in <a href="https://github.com/websockets/ws/compare/5.2.2...5.2.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/meilisearch/instant-meilisearch/network/alerts). </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
This PR was included in a batch that was canceled, it will be automatically retried |
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.6.0. - [Release notes](https://github.com/Qix-/color-string/releases) - [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md) - [Commits](Qix-/color-string@1.5.4...1.6.0) --- updated-dependencies: - dependency-name: color-string dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
28dd7d7 to
a924756
Compare
|
Canceled. |
bidoubiwa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
|
Build succeeded: |
Bumps color-string from 1.5.4 to 1.6.0.
Release notes
Sourced from color-string's releases.
Commits
1a68f9e1.6.02b6f59cAdd additional HSL examples to README6f73e20Update HSL regular expression0264546Add tests for space-separated HSL syntax966ae4d1.5.50789e21fix ReDos in hwb() parser (low-severity)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.