dependabot[bot] opened a new pull request, #39:
URL: https://github.com/apache/airavata-portals/pull/39

   Bumps [flask-cors](https://github.com/corydolphin/flask-cors) from 4.0.0 to 
6.0.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/corydolphin/flask-cors/releases";>flask-cors's 
releases</a>.</em></p>
   <blockquote>
   <h2>6.0.0</h2>
   <h2>Breaking</h2>
   <p>Path specificity ordering has changed to improve specificity. This may 
break users who expected the previous incorrect ordering.</p>
   <ul>
   <li>[CVE-2024-6839] Sort Paths by Regex Specificity by <a 
href="https://github.com/adrianosela";><code>@​adrianosela</code></a> in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/391";>corydolphin/flask-cors#391</a></li>
   <li>[CVE-2024-6844] Replace use of (urllib) unquote_plus with unquote by <a 
href="https://github.com/adrianosela";><code>@​adrianosela</code></a> in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/389";>corydolphin/flask-cors#389</a></li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>[CVE-2024-6866] Case Sensitive Request Path Matching by <a 
href="https://github.com/adrianosela";><code>@​adrianosela</code></a> in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/390";>corydolphin/flask-cors#390</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/corydolphin/flask-cors/compare/5.0.1...6.0.0";>https://github.com/corydolphin/flask-cors/compare/5.0.1...6.0.0</a></p>
   <h2>5.0.1</h2>
   <h2>What's Changed</h2>
   <p>This primarily changes packaging to use uv and a new release pipeline, 
along with some small documentation improvements</p>
   <ul>
   <li>[Docs] Fix links to documentation by <a 
href="https://github.com/coren-frankel";><code>@​coren-frankel</code></a> in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/369";>corydolphin/flask-cors#369</a></li>
   <li>Fix minor typos by <a 
href="https://github.com/kkirsche";><code>@​kkirsche</code></a> in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/371";>corydolphin/flask-cors#371</a></li>
   <li>Migrate packaging and environment management to use uv by <a 
href="https://github.com/corydolphin";><code>@​corydolphin</code></a> in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/377";>corydolphin/flask-cors#377</a></li>
   <li>Fix release pipeline by <a 
href="https://github.com/corydolphin";><code>@​corydolphin</code></a> in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/378";>corydolphin/flask-cors#378</a></li>
   <li>Always use trusted publishing by <a 
href="https://github.com/corydolphin";><code>@​corydolphin</code></a> in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/379";>corydolphin/flask-cors#379</a></li>
   <li>Workaround license publishing issue by <a 
href="https://github.com/corydolphin";><code>@​corydolphin</code></a> in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/380";>corydolphin/flask-cors#380</a></li>
   <li>Fix packaging: missing source files by <a 
href="https://github.com/corydolphin";><code>@​corydolphin</code></a> in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/381";>corydolphin/flask-cors#381</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/coren-frankel";><code>@​coren-frankel</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/369";>corydolphin/flask-cors#369</a></li>
   <li><a href="https://github.com/kkirsche";><code>@​kkirsche</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/371";>corydolphin/flask-cors#371</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/corydolphin/flask-cors/compare/5.0.0...5.0.01";>https://github.com/corydolphin/flask-cors/compare/5.0.0...5.0.01</a></p>
   <h2>5.0.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Breaking: Change default to disable private network access by <a 
href="https://github.com/corydolphin";><code>@​corydolphin</code></a> in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/368";>corydolphin/flask-cors#368</a>
   This effectively resolves  <a 
href="https://github.com/advisories/GHSA-hxwh-jpp2-84pm";>https://github.com/advisories/GHSA-hxwh-jpp2-84pm</a>
 <a 
href="https://osv.dev/vulnerability/PYSEC-2024-71";>https://osv.dev/vulnerability/PYSEC-2024-71</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/corydolphin/flask-cors/compare/4.0.2...5.0.0";>https://github.com/corydolphin/flask-cors/compare/4.0.2...5.0.0</a></p>
   <h2>4.0.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump requests from 2.31.0 to 2.32.0 in /docs by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/358";>corydolphin/flask-cors#358</a></li>
   <li>Backwards Compatible Fix for CVE-2024-6221 by <a 
href="https://github.com/adrianosela";><code>@​adrianosela</code></a> in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/363";>corydolphin/flask-cors#363</a></li>
   <li>Add unit tests for Private-Network by <a 
href="https://github.com/corydolphin";><code>@​corydolphin</code></a> in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/367";>corydolphin/flask-cors#367</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/dependabot";><code>@​dependabot</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/358";>corydolphin/flask-cors#358</a></li>
   <li><a href="https://github.com/adrianosela";><code>@​adrianosela</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/363";>corydolphin/flask-cors#363</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/corydolphin/flask-cors/compare/4.0.1...4.0.2";>https://github.com/corydolphin/flask-cors/compare/4.0.1...4.0.2</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md";>flask-cors's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Change Log</h1>
   <h2>4.0.1</h2>
   <h3>Security</h3>
   <ul>
   <li>Address <a 
href="https://github.com/advisories/GHSA-84pr-m4jr-85g5";>CVE-2024-1681</a> 
which is a log injection vulnerability when the log level is set to debug by <a 
href="https://github.com/aneshujevic";><code>@​aneshujevic</code></a> in <a 
href="https://redirect.github.com/corydolphin/flask-cors/pull/351";>corydolphin/flask-cors#351</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/corydolphin/flask-cors/commit/35d875319621bd129a38b2b823abf4a2f6cda536";><code>35d8753</code></a>
 [CVE-2024-6844] Replace use of (urllib) unquote_plus with unquote for paths 
(...</li>
   <li><a 
href="https://github.com/corydolphin/flask-cors/commit/e970988bea563e05e8b8f53fa7bcc134b5bf5c5f";><code>e970988</code></a>
 [CVE-2024-6839] Sort Paths by Regex Specificity (<a 
href="https://redirect.github.com/corydolphin/flask-cors/issues/391";>#391</a>)</li>
   <li><a 
href="https://github.com/corydolphin/flask-cors/commit/eb39516a3c96b90d0ae5f51293972395ec3ef358";><code>eb39516</code></a>
 [CVE-2024-6866] Case Sensitive Request Path Matching (<a 
href="https://redirect.github.com/corydolphin/flask-cors/issues/390";>#390</a>)</li>
   <li><a 
href="https://github.com/corydolphin/flask-cors/commit/5da9be479b4fb203816bca9eb0cfb7add5eeceb5";><code>5da9be4</code></a>
 Fix packaging: missing source files (<a 
href="https://redirect.github.com/corydolphin/flask-cors/issues/381";>#381</a>)</li>
   <li><a 
href="https://github.com/corydolphin/flask-cors/commit/65a51321e1be9a4320b39f67db5e63553cd8138b";><code>65a5132</code></a>
 Workaround license publishing issue (<a 
href="https://redirect.github.com/corydolphin/flask-cors/issues/380";>#380</a>)</li>
   <li><a 
href="https://github.com/corydolphin/flask-cors/commit/7127e7e3914083fbe4ebd8f7ef9b3ae0e8459daa";><code>7127e7e</code></a>
 Always use trusted publishing (<a 
href="https://redirect.github.com/corydolphin/flask-cors/issues/379";>#379</a>)</li>
   <li><a 
href="https://github.com/corydolphin/flask-cors/commit/01e2e68268f7fdb4ed7309a655986b85c9066a67";><code>01e2e68</code></a>
 Fix release pipeline (<a 
href="https://redirect.github.com/corydolphin/flask-cors/issues/378";>#378</a>)</li>
   <li><a 
href="https://github.com/corydolphin/flask-cors/commit/ade65a16524c628747aecaaa73c1d615501974b2";><code>ade65a1</code></a>
 Major Packaging Refactor: migrate to uv (<a 
href="https://redirect.github.com/corydolphin/flask-cors/issues/377";>#377</a>)</li>
   <li><a 
href="https://github.com/corydolphin/flask-cors/commit/eb44bffc76f49e5bb8692e96a37e11ebee070cf0";><code>eb44bff</code></a>
 fix: typos (<a 
href="https://redirect.github.com/corydolphin/flask-cors/issues/371";>#371</a>)</li>
   <li><a 
href="https://github.com/corydolphin/flask-cors/commit/1225e7806156de61f343928c227e32bbff44059e";><code>1225e78</code></a>
 replace documentation links in README (<a 
href="https://redirect.github.com/corydolphin/flask-cors/issues/369";>#369</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/corydolphin/flask-cors/compare/4.0.0...6.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flask-cors&package-manager=pip&previous-version=4.0.0&new-version=6.0.0)](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 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/airavata-portals/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: dev-unsubscr...@airavata.apache.org

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

Reply via email to