You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/12/15 06:41:05 UTC

[PR] Bump node-forge and webpack-dev-server in /pinot-controller/src/main/resources [pinot]

dependabot[bot] opened a new pull request, #12156:
URL: https://github.com/apache/pinot/pull/12156

   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.2.1 to 4.15.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.15.1</h2>
   <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.15.0...v4.15.1">4.15.1</a> (2023-06-09)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>replace <code>::</code> with <code>localhost</code> before openBrowser() (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4856">#4856</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/874c44b072d55fe42a29d366dbe1c71ca3a94db4">874c44b</a>)</li>
   <li><strong>types:</strong> compatibility with <code>@types/ws</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4899">#4899</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/34bcec242b8bc64c26e9455a8fd5781a59fbcf24">34bcec2</a>)</li>
   </ul>
   <h2>v4.15.0</h2>
   <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.14.0...v4.15.0">4.15.0</a> (2023-05-07)</h2>
   <h3>Features</h3>
   <ul>
   <li>overlay displays unhandled promise rejection (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4849">#4849</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d1dd4305bf3861c43caf374c101a80e65e18b138">d1dd430</a>)</li>
   </ul>
   <h2>v4.14.0</h2>
   <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.13.3...v4.14.0">4.14.0</a> (2023-05-06)</h2>
   <h3>Features</h3>
   <ul>
   <li>allow CLI to be ESM (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4837">#4837</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/bb4a5d9e8f87a89c81d4024085ff6c9ebb6c551b">bb4a5d9</a>)</li>
   <li>allow filter overlay errors/warnings/runtimeErrors with function (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4813">#4813</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/aab01b3c4e4fb9ca9ae1c1bbc860a52a06026de6">aab01b3</a>)</li>
   </ul>
   <h2>v4.13.3</h2>
   <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.13.2...v4.13.3">4.13.3</a> (2023-04-15)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>perf:</strong> reduced initial start time (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4818">#4818</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf01d1b8eb67aa1c93486e1b34ceefc33d9ee73">fcf01d1</a>)</li>
   </ul>
   <h2>v4.13.2</h2>
   <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.13.1...v4.13.2">4.13.2</a> (2023-03-31)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>prevent open 0.0.0.0 in browser due windows problems (<a href="https://github.com/webpack/webpack-dev-server/commit/04e74f2ba32963932c0ab46ac4862e92c3e4e1e1">04e74f2</a>)</li>
   </ul>
   <h2>v4.13.1</h2>
   <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.13.0...v4.13.1">4.13.1</a> (2023-03-18)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>make webpack optional peer dependency (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4778">#4778</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/71be54edcb890f53d2cd900c2801989a17c2c9b1">71be54e</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.15.0...v4.15.1">4.15.1</a> (2023-06-09)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>replace <code>::</code> with <code>localhost</code> before openBrowser() (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4856">#4856</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/874c44b072d55fe42a29d366dbe1c71ca3a94db4">874c44b</a>)</li>
   <li><strong>types:</strong> compatibility with <code>@types/ws</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4899">#4899</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/34bcec242b8bc64c26e9455a8fd5781a59fbcf24">34bcec2</a>)</li>
   </ul>
   <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.14.0...v4.15.0">4.15.0</a> (2023-05-07)</h2>
   <h3>Features</h3>
   <ul>
   <li>overlay displays unhandled promise rejection (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4849">#4849</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/d1dd4305bf3861c43caf374c101a80e65e18b138">d1dd430</a>)</li>
   </ul>
   <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.13.3...v4.14.0">4.14.0</a> (2023-05-06)</h2>
   <h3>Features</h3>
   <ul>
   <li>allow CLI to be ESM (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4837">#4837</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/bb4a5d9e8f87a89c81d4024085ff6c9ebb6c551b">bb4a5d9</a>)</li>
   <li>allow filter overlay errors/warnings with function (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4813">#4813</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/aab01b3c4e4fb9ca9ae1c1bbc860a52a06026de6">aab01b3</a>)</li>
   </ul>
   <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.13.2...v4.13.3">4.13.3</a> (2023-04-15)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>perf:</strong> reduced initial start time (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4818">#4818</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/fcf01d1b8eb67aa1c93486e1b34ceefc33d9ee73">fcf01d1</a>)</li>
   </ul>
   <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.13.1...v4.13.2">4.13.2</a> (2023-03-31)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>prevent open 0.0.0.0 in browser due windows problems (<a href="https://github.com/webpack/webpack-dev-server/commit/04e74f2ba32963932c0ab46ac4862e92c3e4e1e1">04e74f2</a>)</li>
   </ul>
   <h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.13.0...v4.13.1">4.13.1</a> (2023-03-18)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>make webpack optional peer dependency (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4778">#4778</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/71be54edcb890f53d2cd900c2801989a17c2c9b1">71be54e</a>)</li>
   </ul>
   <h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.12.0...v4.13.0">4.13.0</a> (2023-03-17)</h2>
   <h3>Features</h3>
   <ul>
   <li>added <code>client.overlay.runtimeErrors</code> option to control runtime errors (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4773">#4773</a>) (<a href="https://github.com/webpack/webpack-dev-server/commit/dca2366e22a262e6052dae060c8b237f4e6fd26b">dca2366</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/540c43852ea33f9cb18820e1cef05d5ddb86cc3e"><code>540c438</code></a> chore(release): 4.15.1</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/34bcec242b8bc64c26e9455a8fd5781a59fbcf24"><code>34bcec2</code></a> fix(types): compatibility with <code>@types/ws</code> (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4899">#4899</a>)</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/3d611074205e1b75a04e79c7cc8837016473f0f2"><code>3d61107</code></a> chore(deps-dev): bump eslint from 8.40.0 to 8.41.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4867">#4867</a>)</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/ddc87c80ad1c5e7edffe4f3bf259b908144ca042"><code>ddc87c8</code></a> chore(deps-dev): bump <code>@​types/node</code> from 18.16.9 to 18.16.14 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4868">#4868</a>)</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/168cf65cf01eabdcf71303ab256b09e70af78876"><code>168cf65</code></a> chore(deps-dev): bump <code>@​types/node</code> from 18.16.7 to 18.16.9 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4862">#4862</a>)</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/874c44b072d55fe42a29d366dbe1c71ca3a94db4"><code>874c44b</code></a> fix: replace <code>::</code> with <code>localhost</code> before openBrowser() (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4856">#4856</a>)</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/c54e427b8904de14818988be10f37035efdddf52"><code>c54e427</code></a> chore(deps-dev): bump <code>@​types/node</code> from 18.16.3 to 18.16.7 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4857">#4857</a>)</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/b2c8017340d8c136e832c01a70c5e8e2503943de"><code>b2c8017</code></a> chore(deps-dev): bump webpack from 5.82.0 to 5.82.1 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4858">#4858</a>)</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/4e35921db4a9ab57254b1848e9b718803fb51cd2"><code>4e35921</code></a> chore(deps-dev): bump eslint from 8.39.0 to 8.40.0 (<a href="https://redirect.github.com/webpack/webpack-dev-server/issues/4851">#4851</a>)</li>
   <li><a href="https://github.com/webpack/webpack-dev-server/commit/99f66cb73673e116a2b0420fe75d9e2803d354b9"><code>99f66cb</code></a> chore(release): 4.15.0</li>
   <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v3.2.1...v4.15.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
   - `@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/apache/pinot/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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump node-forge and webpack-dev-server in /pinot-controller/src/main/resources [pinot]

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #12156:
URL: https://github.com/apache/pinot/pull/12156#issuecomment-1857389468

   ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/12156?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Comparison is base [(`7514fc5`)](https://app.codecov.io/gh/apache/pinot/commit/7514fc5978d1f8d705017670c36510492107ce9d?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 46.46% compared to head [(`e3daefb`)](https://app.codecov.io/gh/apache/pinot/pull/12156?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) 46.46%.
   
   
   <details><summary>Additional details and impacted files</summary>
   
   
   ```diff
   @@            Coverage Diff            @@
   ##             master   #12156   +/-   ##
   =========================================
     Coverage     46.46%   46.46%           
   + Complexity      946      945    -1     
   =========================================
     Files          1809     1809           
     Lines         95204    95204           
     Branches      15350    15350           
   =========================================
   + Hits          44238    44239    +1     
   + Misses        47809    47807    -2     
   - Partials       3157     3158    +1     
   ```
   
   | [Flag](https://app.codecov.io/gh/apache/pinot/pull/12156/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [java-21](https://app.codecov.io/gh/apache/pinot/pull/12156/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.46% <ø> (+<0.01%)` | :arrow_up: |
   | [skip-bytebuffers-false](https://app.codecov.io/gh/apache/pinot/pull/12156/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.46% <ø> (+<0.01%)` | :arrow_up: |
   | [temurin](https://app.codecov.io/gh/apache/pinot/pull/12156/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.46% <ø> (+<0.01%)` | :arrow_up: |
   | [unittests](https://app.codecov.io/gh/apache/pinot/pull/12156/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.46% <ø> (+<0.01%)` | :arrow_up: |
   | [unittests1](https://app.codecov.io/gh/apache/pinot/pull/12156/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `46.46% <ø> (+<0.01%)` | :arrow_up: |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   </details>
   
   [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/pinot/pull/12156?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).   
   :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump node-forge and webpack-dev-server in /pinot-controller/src/main/resources [pinot]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #12156:
URL: https://github.com/apache/pinot/pull/12156#issuecomment-1858406787

   OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
   
   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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Bump node-forge and webpack-dev-server in /pinot-controller/src/main/resources [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang closed pull request #12156: Bump node-forge and webpack-dev-server in /pinot-controller/src/main/resources
URL: https://github.com/apache/pinot/pull/12156


-- 
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: commits-unsubscribe@pinot.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org