You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/10/08 03:09:44 UTC

[GitHub] [skywalking-client-js] dependabot[bot] opened a new pull request, #99: build(deps): bump node-forge and webpack-dev-server

dependabot[bot] opened a new pull request, #99:
URL: https://github.com/apache/skywalking-client-js/pull/99

   Bumps [node-forge](https://github.com/digitalbazaar/forge) to 1.3.1 and updates ancestor dependency [webpack-dev-server](https://github.com/webpack/webpack-dev-server). These dependencies need to be updated together.
   
   Updates `node-forge` from 0.10.0 to 1.3.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md">node-forge's changelog</a>.</em></p>
   <blockquote>
   <h2>1.3.1 - 2022-03-29</h2>
   <h3>Fixes</h3>
   <ul>
   <li>RFC 3447 and RFC 8017 allow for optional <code>DigestAlgorithm</code> <code>NULL</code> parameters
   for <code>sha*</code> algorithms and require <code>NULL</code> paramters for <code>md2</code> and <code>md5</code>
   algorithms.</li>
   </ul>
   <h2>1.3.0 - 2022-03-17</h2>
   <h3>Security</h3>
   <ul>
   <li>Three RSA PKCS#1 v1.5 signature verification issues were reported by Moosa
   Yahyazadeh (<a href="mailto:moosa-yahyazadeh@uiowa.edu">moosa-yahyazadeh@uiowa.edu</a>).</li>
   <li><strong>HIGH</strong>: Leniency in checking <code>digestAlgorithm</code> structure can lead to
   signature forgery.
   <ul>
   <li>The code is lenient in checking the digest algorithm structure. This can
   allow a crafted structure that steals padding bytes and uses unchecked
   portion of the PKCS#1 encoded message to forge a signature when a low
   public exponent is being used. For more information, please see
   <a href="https://mailarchive.ietf.org/arch/msg/openpgp/5rnE9ZRN1AokBVj3VqblGlP63QE/">&quot;Bleichenbacher's RSA signature forgery based on implementation
   error&quot;</a>
   by Hal Finney.</li>
   <li>CVE ID: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24771">CVE-2022-24771</a></li>
   <li>GHSA ID: <a href="https://github.com/digitalbazaar/forge/security/advisories/GHSA-cfm4-qjh2-4765">GHSA-cfm4-qjh2-4765</a></li>
   </ul>
   </li>
   <li><strong>HIGH</strong>: Failing to check tailing garbage bytes can lead to signature
   forgery.
   <ul>
   <li>The code does not check for tailing garbage bytes after decoding a
   <code>DigestInfo</code> ASN.1 structure. This can allow padding bytes to be removed
   and garbage data added to forge a signature when a low public exponent is
   being used.  For more information, please see <a href="https://mailarchive.ietf.org/arch/msg/openpgp/5rnE9ZRN1AokBVj3VqblGlP63QE/">&quot;Bleichenbacher's RSA
   signature forgery based on implementation
   error&quot;</a>
   by Hal Finney.</li>
   <li>CVE ID: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24772">CVE-2022-24772</a></li>
   <li>GHSA ID: <a href="https://github.com/digitalbazaar/forge/security/advisories/GHSA-x4jg-mjrx-434g">GHSA-x4jg-mjrx-434g</a></li>
   </ul>
   </li>
   <li><strong>MEDIUM</strong>: Leniency in checking type octet.
   <ul>
   <li><code>DigestInfo</code> is not properly checked for proper ASN.1 structure. This can
   lead to successful verification with signatures that contain invalid
   structures but a valid digest.</li>
   <li>CVE ID: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24773">CVE-2022-24773</a></li>
   <li>GHSA ID: <a href="https://github.com/digitalbazaar/forge/security/advisories/GHSA-2r2c-g63r-vccr">GHSA-2r2c-g63r-vccr</a></li>
   </ul>
   </li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>[asn1] Add fallback to pretty print invalid UTF8 data.</li>
   <li>[asn1] <code>fromDer</code> is now more strict and will default to ensuring all input
   bytes are parsed or throw an error. A new option <code>parseAllBytes</code> can disable
   this behavior.
   <ul>
   <li><strong>NOTE</strong>: The previous behavior is being changed since it can lead to
   security issues with crafted inputs. It is possible that code doing custom
   DER parsing may need to adapt to this new behavior and optional flag.</li>
   </ul>
   </li>
   <li>[rsa] Add and use a validator to check for proper structure of parsed ASN.1</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/digitalbazaar/forge/commit/a0a4a4264bedb3296974b9675349c9c190144aeb"><code>a0a4a42</code></a> Release 1.3.1.</li>
   <li><a href="https://github.com/digitalbazaar/forge/commit/a33830f61c351e8e3a34309767e8dd0de148376b"><code>a33830f</code></a> Update changelog.</li>
   <li><a href="https://github.com/digitalbazaar/forge/commit/740954d747ac56b76a6e1ae12a057c9548843436"><code>740954d</code></a> Allow optional DigestAlgorithm parameters.</li>
   <li><a href="https://github.com/digitalbazaar/forge/commit/56f4316b4cc6592e678f8c416209c45984b6547b"><code>56f4316</code></a> Allow DigestInfo.DigestAlgorith.parameters to be optional</li>
   <li><a href="https://github.com/digitalbazaar/forge/commit/cbf0bd590d47fe3120a57e7c36f2f4e64381ad81"><code>cbf0bd5</code></a> Start 1.3.1-0.</li>
   <li><a href="https://github.com/digitalbazaar/forge/commit/6c5b90133d46af63d139b98bf65371732c8c7dad"><code>6c5b901</code></a> Release 1.3.0.</li>
   <li><a href="https://github.com/digitalbazaar/forge/commit/0f3972ad5883a9869703c6f54a0627bc454bca47"><code>0f3972a</code></a> Update changelog.</li>
   <li><a href="https://github.com/digitalbazaar/forge/commit/dc77b39dd347e7f8b60a0f25a311fe5f06130579"><code>dc77b39</code></a> Fix error checking.</li>
   <li><a href="https://github.com/digitalbazaar/forge/commit/bb822c02df0b61211836472e29b9790cc541cdb2"><code>bb822c0</code></a> Add advisory links.</li>
   <li><a href="https://github.com/digitalbazaar/forge/commit/d4395fec831622837ecfec9e428d4620e208f9a8"><code>d4395fe</code></a> Update changelog.</li>
   <li>Additional commits viewable in <a href="https://github.com/digitalbazaar/forge/compare/0.10.0...v1.3.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `webpack-dev-server` from 3.11.3 to 4.11.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases">webpack-dev-server's releases</a>.</em></p>
   <blockquote>
   <h2>v4.11.1</h2>
   <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.0...v4.11.1">4.11.1</a> (2022-09-19)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>respect <code>client.logging</code> option for all logs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4572">#4572</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/375835c926ec03fdfecae9ab1b54fd43b1ff4b31">375835c</a>)</li>
   </ul>
   <h2>v4.11.0</h2>
   <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.10.1...v4.11.0">4.11.0</a> (2022-09-07)</h2>
   <h3>Features</h3>
   <ul>
   <li>make allowedHosts accept localhost subdomains by default (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4357">#4357</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/0a33e6a7529ef20ec8841c3fd501c37da179be3e">0a33e6a</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>auto reply to OPTIONS requests only when unhandled (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4559">#4559</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/984af026a50f3e77c58abe24475da40a4ed038f1">984af02</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4551">#4551</a></li>
   </ul>
   <h2>v4.10.1</h2>
   <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.10.0...v4.10.1">4.10.1</a> (2022-08-29)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>compatibility with old browsers (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4544">#4544</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/6a430d495e3e616304000e21e72deba27eb5303f">6a430d4</a>)</li>
   </ul>
   <h2>v4.10.0</h2>
   <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.3...v4.10.0">4.10.0</a> (2022-08-10)</h2>
   <h3>Features</h3>
   <ul>
   <li>allow to configure more <code>client</code> options via resource URL (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4274">#4274</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/216e3cbe62dc90b9345995cb4f33ca9dd7b6aaba">216e3cb</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>response correctly when receive an OPTIONS request (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4185">#4185</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/2b3b7e000f688e086c68ba821ed2edc3cd56a219">2b3b7e0</a>)</li>
   </ul>
   <h2>v4.9.3</h2>
   <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3">4.9.3</a> (2022-06-29)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>avoid creation unnecessary stream for static sockjs file (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4482">#4482</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/049b153b87ab908ae53b71356e0716bb3fc5bf07">049b153</a>)</li>
   <li>history-api-fallback now supports HEAD requests and handles them the same as GET (<a href="https://github.com/webpack/webpack-dev-server/commit/8936082809a9575f231afbcad6a32bb8e14d6dce">8936082</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md">webpack-dev-server's changelog</a>.</em></p>
   <blockquote>
   <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.11.0...v4.11.1">4.11.1</a> (2022-09-19)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>respect <code>client.logging</code> option for all logs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4572">#4572</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/375835c926ec03fdfecae9ab1b54fd43b1ff4b31">375835c</a>)</li>
   </ul>
   <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.10.1...v4.11.0">4.11.0</a> (2022-09-07)</h2>
   <h3>Features</h3>
   <ul>
   <li>make allowedHosts accept localhost subdomains by default (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4357">#4357</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/0a33e6a7529ef20ec8841c3fd501c37da179be3e">0a33e6a</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>auto reply to OPTIONS requests only when unhandled (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4559">#4559</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/984af026a50f3e77c58abe24475da40a4ed038f1">984af02</a>), closes <a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4551">#4551</a></li>
   </ul>
   <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.10.0...v4.10.1">4.10.1</a> (2022-08-29)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>compatibility with old browsers (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4544">#4544</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/6a430d495e3e616304000e21e72deba27eb5303f">6a430d4</a>)</li>
   </ul>
   <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.3...v4.10.0">4.10.0</a> (2022-08-10)</h2>
   <h3>Features</h3>
   <ul>
   <li>allow to configure more <code>client</code> options via resource URL (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4274">#4274</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/216e3cbe62dc90b9345995cb4f33ca9dd7b6aaba">216e3cb</a>)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>response correctly when receive an OPTIONS request (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4185">#4185</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/2b3b7e000f688e086c68ba821ed2edc3cd56a219">2b3b7e0</a>)</li>
   </ul>
   <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3">4.9.3</a> (2022-06-29)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>avoid creation unnecessary stream for static sockjs file (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4482">#4482</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/049b153b87ab908ae53b71356e0716bb3fc5bf07">049b153</a>)</li>
   <li>history-api-fallback now supports HEAD requests and handles them the same as GET (<a href="https://github.com/webpack/webpack-dev-server/commit/8936082809a9575f231afbcad6a32bb8e14d6dce">8936082</a>)</li>
   </ul>
   <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.1...v4.9.2">4.9.2</a> (2022-06-06)</h3>
   <h3>Bug Fixes</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/418e93200419d12f1d0113cad213767baf77cf76"><code>418e932</code></a> chore(release): 4.11.1</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/375835c926ec03fdfecae9ab1b54fd43b1ff4b31"><code>375835c</code></a> fix: respect <code>client.logging</code> option for all logs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4572">#4572</a>)</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/ef2f9e934b2436e528298deb6a9690958ae75971"><code>ef2f9e9</code></a> chore: fix examples for open target not working (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4575">#4575</a>)</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/7da7336561773289514e2416dab176d0b7563a78"><code>7da7336</code></a> ci: workflow security</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/5d4b3479c9d911d2e1927fab98764478c41be36f"><code>5d4b347</code></a> chore(deps-dev): bump core-js from 3.25.1 to 3.25.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4574">#4574</a>)</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/87072c7a70de14c9242562594826ceaa04b88245"><code>87072c7</code></a> chore(deps-dev): bump <code>@​types/node-forge</code> from 1.0.4 to 1.0.5 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4571">#4571</a>)</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/28f6381e1b5d7bda654e3b8b8aa1874dafe52058"><code>28f6381</code></a> chore(deps-dev): bump <code>@​babel/plugin-transform-runtime</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4567">#4567</a>)</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/595003b2864bb74d6d6ab53078c10d8f0eece059"><code>595003b</code></a> chore(deps-dev): bump <code>@​babel/core</code> from 7.19.0 to 7.19.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4568">#4568</a>)</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/67acc2e7868058b3112e23ba2cf15fab79fe0f5e"><code>67acc2e</code></a> chore(deps-dev): bump <code>@​babel/eslint-parser</code> from 7.18.9 to 7.19.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4569">#4569</a>)</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/ad2dcc508110594810f942a3e22aae9130bfe5ec"><code>ad2dcc5</code></a> chore(deps-dev): bump <code>@​babel/preset-env</code> from 7.19.0 to 7.19.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4570">#4570</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v3.11.3...v4.11.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/skywalking-client-js/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-client-js] dependabot[bot] commented on pull request #99: build(deps): bump node-forge and webpack-dev-server

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #99:
URL: https://github.com/apache/skywalking-client-js/pull/99#issuecomment-1272210175

   OK, I won't notify you again about this release, but will get in touch when a new version is available.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-client-js] Fine0830 closed pull request #99: build(deps): bump node-forge and webpack-dev-server

Posted by GitBox <gi...@apache.org>.
Fine0830 closed pull request #99: build(deps): bump node-forge and webpack-dev-server
URL: https://github.com/apache/skywalking-client-js/pull/99


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org