You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/19 23:57:56 UTC

[GitHub] [tvm] dependabot[bot] opened a new pull request, #11068: Bump lxml from 4.6.3 to 4.6.5 in /apps/microtvm/cmsisnn

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

   Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.6.5.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/lxml/lxml/blob/master/CHANGES.txt">lxml's changelog</a>.</em></p>
   <blockquote>
   <h1>4.6.5 (2021-12-12)</h1>
   <h2>Bugs fixed</h2>
   <ul>
   <li>
   <p>A vulnerability (GHSL-2021-1038) in the HTML cleaner allowed sneaking script
   content through SVG images (CVE-2021-43818).</p>
   </li>
   <li>
   <p>A vulnerability (GHSL-2021-1037) in the HTML cleaner allowed sneaking script
   content through CSS imports and other crafted constructs (CVE-2021-43818).</p>
   </li>
   </ul>
   <h1>4.6.4 (2021-11-01)</h1>
   <h2>Features added</h2>
   <ul>
   <li>
   <p>GH#317: A new property <code>system_url</code> was added to DTD entities.
   Patch by Thirdegree.</p>
   </li>
   <li>
   <p>GH#314: The <code>STATIC_*</code> variables in <code>setup.py</code> can now be passed via env vars.
   Patch by Isaac Jurado.</p>
   </li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/lxml/lxml/commit/a9611ba80bc5196c1dd07a0b1964fcb603695d63"><code>a9611ba</code></a> Fix a test in Py2.</li>
   <li><a href="https://github.com/lxml/lxml/commit/a3eacbc0dcf1de1c822ec29fb7d090a4b1712a9c"><code>a3eacbc</code></a> Prepare release of 4.6.5.</li>
   <li><a href="https://github.com/lxml/lxml/commit/b7ea6871bd751b588868cf85b7784211f2c12fe7"><code>b7ea687</code></a> Update changelog.</li>
   <li><a href="https://github.com/lxml/lxml/commit/69a747356655158fdf9abaecea5feafb3bd6b5f5"><code>69a7473</code></a> Cleaner: cover some more cases where scripts could sneak through in specially...</li>
   <li><a href="https://github.com/lxml/lxml/commit/54d2985a36184a4b36017a6000fa4d11411f7292"><code>54d2985</code></a> Fix condition in test decorator.</li>
   <li><a href="https://github.com/lxml/lxml/commit/4b220b5ee6f53312418004d830d37cef4fbc1681"><code>4b220b5</code></a> Use the non-depcrecated TextTestResult instead of _TextTestResult (<a href="https://github-redirect.dependabot.com/lxml/lxml/issues/333">GH-333</a>)</li>
   <li><a href="https://github.com/lxml/lxml/commit/d85c6de992886dd13f6b7acb8e549674d313f6f8"><code>d85c6de</code></a> Exclude a test when using the macOS system libraries because it fails with li...</li>
   <li><a href="https://github.com/lxml/lxml/commit/cd4bec9cb62b3134b09494bd0ba6b6bc11d184df"><code>cd4bec9</code></a> Add macOS-M1 as wheel build platform.</li>
   <li><a href="https://github.com/lxml/lxml/commit/fd0d4713f258f77e57d289415001d5b9ce04ce53"><code>fd0d471</code></a> Install automake and libtool in macOS build to be able to install the latest ...</li>
   <li><a href="https://github.com/lxml/lxml/commit/f2330237440df7e8f39c3ad1b1aa8852be3b27c0"><code>f233023</code></a> Cleaner: Remove SVG image data URLs since they can embed script content.</li>
   <li>Additional commits viewable in <a href="https://github.com/lxml/lxml/compare/lxml-4.6.3...lxml-4.6.5">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lxml&package-manager=pip&previous-version=4.6.3&new-version=4.6.5)](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/tvm/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@tvm.apache.org

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


[GitHub] [tvm] junrushao closed pull request #11068: Bump lxml from 4.6.3 to 4.6.5 in /apps/microtvm/cmsisnn

Posted by GitBox <gi...@apache.org>.
junrushao closed pull request #11068: Bump lxml from 4.6.3 to 4.6.5 in /apps/microtvm/cmsisnn
URL: https://github.com/apache/tvm/pull/11068


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

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


[GitHub] [tvm] dependabot[bot] commented on pull request #11068: Bump lxml from 4.6.3 to 4.6.5 in /apps/microtvm/cmsisnn

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

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

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