You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/04/12 11:30:50 UTC

[GitHub] [dubbo-js] dependabot[bot] opened a new pull request, #270: build(deps): bump urijs from 1.19.2 to 1.19.11 in /examples/hello-koa

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

   Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.2 to 1.19.11.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/medialize/URI.js/releases">urijs's releases</a>.</em></p>
   <blockquote>
   <h2>1.19.11 (April 3rd 2022)</h2>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> handle excessive slashes in scheme-relative URLs - disclosed by <a href="https://github.com/zeyu2001">zeyu2001</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> remove <code>\r</code> (CR), <code>\n</code>, (LF) <code>\t</code> (TAB) - disclosed by <a href="https://github.com/haxatron">haxatron</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li>
   </ul>
   <h2>1.19.10 (March 5th 2022)</h2>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> handle excessive colons in protocol delimiter - disclosed by <a href="https://github.com/huydoppa">huydoppa</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li>
   </ul>
   <h2>1.19.9 (March 3rd 2022)</h2>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> handle leading whitespace - disclosed by <a href="https://github.com/p0cas">p0cas</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li>
   </ul>
   <h2>1.19.8 (February 15th 2022)</h2>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> treat scheme case-insenstivie when handling excessive slackes and backslashes - [PR <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/412">#412</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/pull/412">medialize/URI.js#412</a>) by <a href="https://github.com/r0hanSH">r0hanSH</a></li>
   </ul>
   <h2>1.19.7 (July 14th 2021)</h2>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parseQuery"><code>URI.parseQuery()</code></a> to prevent overwriting <code>__proto__</code> in parseQuery() - disclosed privately by <a href="https://github.com/NewEraCracker"><code>@​NewEraCracker</code></a></li>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> to handle variable amounts of <code>\</code> and <code>/</code> in scheme delimiter as Node and Browsers do - disclosed privately by <a href="https://github.com/ready-research">ready-research</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li>
   <li>removed obsolete build tools</li>
   <li>updated jQuery versions (verifying compatibility with 1.12.4, 2.2.4, 3.6.0)</li>
   </ul>
   <h2>1.19.6 (February 13th 2021)</h2>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> to rewrite <code>\</code> in scheme delimiter to <code>/</code> as Node and Browsers do - disclosed privately by <a href="https://twitter.com/ynizry">Yaniv Nizry</a> from the CxSCA AppSec team at Checkmarx</li>
   </ul>
   <h2>1.19.5 (December 30th 2020)</h2>
   <ul>
   <li>dropping jquery.URI.js from minified bundle accidentally added since v1.19.3 - [Issue <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/404">#404</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/404">medialize/URI.js#404</a>)</li>
   </ul>
   <h2>1.19.4 (December 23rd 2020)</h2>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parseAuthority"><code>URI.parseAuthority()</code></a> to rewrite <code>\</code> to <code>/</code> as Node and Browsers do - followed up to by <a href="https://github.com/alesandroortiz">alesandroortiz</a> in [PR <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/403">#403</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/403">medialize/URI.js#403</a>), relates to [Issue <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/233">#233</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/pull/233">medialize/URI.js#233</a>)</li>
   </ul>
   <h2>1.19.3 (December 20th 2020)</h2>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parseAuthority"><code>URI.parseAuthority()</code></a> to rewrite <code>\</code> to <code>/</code> as Node and Browsers do - disclosed privately by <a href="https://github.com/alesandroortiz">alesandroortiz</a>, relates to [Issue <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/233">#233</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/pull/233">medialize/URI.js#233</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md">urijs's changelog</a>.</em></p>
   <blockquote>
   <h3>1.19.11 (April 3rd 2022)</h3>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> handle excessive slashes in scheme-relative URLs - disclosed by <a href="https://github.com/zeyu2001">zeyu2001</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> remove <code>\r</code> (CR), <code>\n</code>, (LF) <code>\t</code> (TAB) - disclosed by <a href="https://github.com/haxatron">haxatron</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li>
   </ul>
   <h3>1.19.10 (March 5th 2022)</h3>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> handle excessive colons in protocol delimiter - disclosed by <a href="https://github.com/huydoppa">huydoppa</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li>
   </ul>
   <h3>1.19.9 (March 3rd 2022)</h3>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> handle leading whitespace - disclosed by <a href="https://github.com/p0cas">p0cas</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li>
   </ul>
   <h3>1.19.8 (February 15th 2022)</h3>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> treat scheme case-insenstivie when handling excessive slackes and backslashes - [PR <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/412">#412</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/pull/412">medialize/URI.js#412</a>) by <a href="https://github.com/r0hanSH">r0hanSH</a></li>
   </ul>
   <h3>1.19.7 (July 14th 2021)</h3>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parseQuery"><code>URI.parseQuery()</code></a> to prevent overwriting <code>__proto__</code> in parseQuery() - disclosed privately by <a href="https://github.com/NewEraCracker"><code>@​NewEraCracker</code></a></li>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> to handle variable amounts of <code>\</code> and <code>/</code> in scheme delimiter as Node and Browsers do - disclosed privately by <a href="https://github.com/ready-research">ready-research</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li>
   <li>removed obsolete build tools</li>
   <li>updated jQuery versions (verifying compatibility with 1.12.4, 2.2.4, 3.6.0)</li>
   </ul>
   <h3>1.19.6 (February 13th 2021)</h3>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> to rewrite <code>\</code> in scheme delimiter to <code>/</code> as Node and Browsers do - disclosed privately by <a href="https://twitter.com/ynizry">Yaniv Nizry</a> from the CxSCA AppSec team at Checkmarx</li>
   </ul>
   <h3>1.19.5 (December 30th 2020)</h3>
   <ul>
   <li>dropping jquery.URI.js from minified bundle accidentally added since v1.19.3 - [Issue <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/404">#404</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/404">medialize/URI.js#404</a>)</li>
   </ul>
   <h3>1.19.4 (December 23rd 2020)</h3>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parseAuthority"><code>URI.parseAuthority()</code></a> to rewrite <code>\</code> to <code>/</code> as Node and Browsers do - followed up to by <a href="https://github.com/alesandroortiz">alesandroortiz</a> in [PR <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/403">#403</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/403">medialize/URI.js#403</a>), relates to [Issue <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/233">#233</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/pull/233">medialize/URI.js#233</a>)</li>
   </ul>
   <h3>1.19.3 (December 20th 2020)</h3>
   <ul>
   <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parseAuthority"><code>URI.parseAuthority()</code></a> to rewrite <code>\</code> to <code>/</code> as Node and Browsers do - disclosed privately by <a href="https://github.com/alesandroortiz">alesandroortiz</a>, relates to [Issue <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/233">#233</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/pull/233">medialize/URI.js#233</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/medialize/URI.js/commit/b655c1b972111ade9f181b02374305942e68e30a"><code>b655c1b</code></a> chore(build): bumping to version 1.19.11</li>
   <li><a href="https://github.com/medialize/URI.js/commit/b0c9796aa1a95a85f40924fb18b1e5da3dc8ffae"><code>b0c9796</code></a> fix(parse): handle CR,LF,TAB</li>
   <li><a href="https://github.com/medialize/URI.js/commit/88805fd3da03bd7a5e60947adb49d182011f1277"><code>88805fd</code></a> fix(parse): handle excessive slashes in scheme-relative URLs</li>
   <li><a href="https://github.com/medialize/URI.js/commit/926b2aa1099f177f82d0a998da4b43e69fe56ec8"><code>926b2aa</code></a> chore(build): bumping to version 1.19.10</li>
   <li><a href="https://github.com/medialize/URI.js/commit/a8166fe02f3af6dc1b2b888dcbb807155aad9509"><code>a8166fe</code></a> fix(parse): handle excessive colons in scheme delimiter</li>
   <li><a href="https://github.com/medialize/URI.js/commit/01920b5cda87d5dd726eab43d6e7f3ce34a2fd52"><code>01920b5</code></a> chore(build): bumping to version 1.19.9</li>
   <li><a href="https://github.com/medialize/URI.js/commit/86d10523a6f6e8dc4300d99d671335ee362ad316"><code>86d1052</code></a> fix(parse): remove leading whitespace</li>
   <li><a href="https://github.com/medialize/URI.js/commit/efae1e56bd80d78478ffb8bcb8a75ee2c0f1031b"><code>efae1e5</code></a> chore(build): bumping to version 1.19.8</li>
   <li><a href="https://github.com/medialize/URI.js/commit/6ea641cc8648b025ed5f30b090c2abd4d1a5249f"><code>6ea641c</code></a> fix(parse): case insensitive scheme - <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/412">#412</a></li>
   <li><a href="https://github.com/medialize/URI.js/commit/19e54c78d5864aec43986e8f96be8d15998daa80"><code>19e54c7</code></a> chore(build): bumping to version 1.19.7</li>
   <li>Additional commits viewable in <a href="https://github.com/medialize/URI.js/compare/v1.19.2...v1.19.11">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=urijs&package-manager=npm_and_yarn&previous-version=1.19.2&new-version=1.19.11)](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)
   - `@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/dubbo-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@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-js] dependabot[bot] commented on pull request #270: build(deps): bump urijs from 1.19.2 to 1.19.11 in /examples/hello-koa

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

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.
   
   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@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-js] hufeng closed pull request #270: build(deps): bump urijs from 1.19.2 to 1.19.11 in /examples/hello-koa

Posted by GitBox <gi...@apache.org>.
hufeng closed pull request #270: build(deps): bump urijs from 1.19.2 to 1.19.11 in /examples/hello-koa
URL: https://github.com/apache/dubbo-js/pull/270


-- 
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@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org