You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2022/07/05 22:33:48 UTC

[GitHub] [buildstream] dependabot[bot] opened a new pull request, #1674: build(deps): bump ujson from 5.2.0 to 5.4.0 in /requirements

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

   Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.2.0 to 5.4.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/ultrajson/ultrajson/releases">ujson's releases</a>.</em></p>
   <blockquote>
   <h2>5.4.0</h2>
   <h2>Added</h2>
   <ul>
   <li>Add support for arbitrary size integers (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/548">#548</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li>
   </ul>
   <h2>Fixed</h2>
   <ul>
   <li>CVE-2022-31116:
   <ul>
   <li>Replace <code>wchar_t</code> string decoding implementation with a <code>uint32_t</code>-based one (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/555">#555</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li>
   <li>Fix handling of surrogates on decoding (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/550">#550</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li>
   </ul>
   </li>
   <li>CVE-2022-31117: Potential double free of buffer during string decoding <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li>
   <li>Fix memory leak on encoding errors when the buffer was resized (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/549">#549</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li>
   <li>Integer parsing: always detect overflows (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/544">#544</a>) <a href="https://github.com/NaN-git"><code>@​NaN-git</code></a></li>
   <li>Fix handling of surrogates on encoding (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/530">#530</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li>
   </ul>
   <h2>5.3.0</h2>
   <h2>Added</h2>
   <ul>
   <li>Test Python 3.11 beta (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/539">#539</a>) <a href="https://github.com/hugovk"><code>@​hugovk</code></a></li>
   </ul>
   <h2>Changed</h2>
   <ul>
   <li>Benchmark refactor - argparse CLI (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/533">#533</a>) <a href="https://github.com/Erotemic"><code>@​Erotemic</code></a></li>
   </ul>
   <h2>Fixed</h2>
   <ul>
   <li>Fix segmentation faults when errors occur while handling unserialisable objects (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/531">#531</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li>
   <li>Fix segmentation fault when an exception is raised while converting a dict key to a string (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/526">#526</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li>
   <li>Fix memory leak dumping on non-string dict keys (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/521">#521</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li>
   <li>Fix ref counting on repeated default function calls (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/524">#524</a>) <a href="https://github.com/JustAnotherArchivist"><code>@​JustAnotherArchivist</code></a></li>
   <li>Remove redundant <code>wheel</code> dependency from <code>pyproject.toml</code> (<a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/535">#535</a>) <a href="https://github.com/hugovk"><code>@​hugovk</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/ultrajson/ultrajson/commit/9c20de0f77b391093967e25d01fb48671104b15b"><code>9c20de0</code></a> Merge pull request from GHSA-fm67-cv37-96ff</li>
   <li><a href="https://github.com/ultrajson/ultrajson/commit/b21da40ead640b6153783dad506e68b4024056ef"><code>b21da40</code></a> Fix double free on string decoding if realloc fails</li>
   <li><a href="https://github.com/ultrajson/ultrajson/commit/67ec07183342589d602e0fcf7bb1ff3e19272687"><code>67ec071</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/555">#555</a> from JustAnotherArchivist/fix-decode-surrogates-2</li>
   <li><a href="https://github.com/ultrajson/ultrajson/commit/bc7bdff051e19188edf121c216b8250110abf39a"><code>bc7bdff</code></a> Replace wchar_t string decoding implementation with a uint32_t-based one</li>
   <li><a href="https://github.com/ultrajson/ultrajson/commit/cc701192c7a20922f829b75e6ac1f5b6298fe7e9"><code>cc70119</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/548">#548</a> from JustAnotherArchivist/arbitrary-ints</li>
   <li><a href="https://github.com/ultrajson/ultrajson/commit/4b5ccccd6a60c9821b8b7a0b841e7d8ca746e71b"><code>4b5cccc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/553">#553</a> from bwoodsend/pypy-ci</li>
   <li><a href="https://github.com/ultrajson/ultrajson/commit/abe26fcd1d4405f2282b784325a87a8be4274c2e"><code>abe26fc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ultrajson/ultrajson/issues/551">#551</a> from bwoodsend/bye-bye-travis</li>
   <li><a href="https://github.com/ultrajson/ultrajson/commit/3efb5ccde7402f4a342ec8161b5c8e18d7727ad3"><code>3efb5cc</code></a> Delete old TravisCI workflow and references.</li>
   <li><a href="https://github.com/ultrajson/ultrajson/commit/404de1a66fa819e2e9c50a6f4b51da2fcab8991f"><code>404de1a</code></a> xfail test_decode_surrogate_characters() on Windows PyPy.</li>
   <li><a href="https://github.com/ultrajson/ultrajson/commit/f7e66dc554378e91200ab8866c8766ff0951a8ea"><code>f7e66dc</code></a> Switch to musl docker base images.</li>
   <li>Additional commits viewable in <a href="https://github.com/ultrajson/ultrajson/compare/5.2.0...5.4.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ujson&package-manager=pip&previous-version=5.2.0&new-version=5.4.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 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/buildstream/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@buildstream.apache.org

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


[GitHub] [buildstream] gtristan closed pull request #1674: build(deps): bump ujson from 5.2.0 to 5.4.0 in /requirements

Posted by GitBox <gi...@apache.org>.
gtristan closed pull request #1674: build(deps): bump ujson from 5.2.0 to 5.4.0 in /requirements
URL: https://github.com/apache/buildstream/pull/1674


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

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


[GitHub] [buildstream] dependabot[bot] commented on pull request #1674: build(deps): bump ujson from 5.2.0 to 5.4.0 in /requirements

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #1674:
URL: https://github.com/apache/buildstream/pull/1674#issuecomment-1192180433

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

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


[GitHub] [buildstream] gtristan commented on pull request #1674: build(deps): bump ujson from 5.2.0 to 5.4.0 in /requirements

Posted by GitBox <gi...@apache.org>.
gtristan commented on PR #1674:
URL: https://github.com/apache/buildstream/pull/1674#issuecomment-1192180409

   Requirements file changes are managed by:
   * updating `requirements/requirements.in` files
   * running `make -C requirements` to update the static `*.txt` files
   
   I'm closing this as it appears to have been opened by a bot.
   


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

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