Skip to content

chore(deps): bump lxml from 6.0.1 to 6.1.0 in /02-use-cases/customer-support-assistant-vpc/agent#1387

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/02-use-cases/customer-support-assistant-vpc/agent/lxml-6.1.0
Open

chore(deps): bump lxml from 6.0.1 to 6.1.0 in /02-use-cases/customer-support-assistant-vpc/agent#1387
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/02-use-cases/customer-support-assistant-vpc/agent/lxml-6.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Bumps lxml from 6.0.1 to 6.1.0.

Changelog

Sourced from lxml's changelog.

6.1.0 (2026-04-17)

This release fixes a possible external entity injection (XXE) vulnerability in iterparse() and the ETCompatXMLParser.

Features added

  • GH#486: The HTML ARIA accessibility attributes were added to the set of safe attributes in lxml.html.defs. This allows lxml_html_clean to pass them through. Patch by oomsveta.

  • The default chunk size for reading from file-likes in iterparse() is now configurable with a new chunk_size argument.

Bugs fixed

  • LP#2146291: The resolve_entities option was still set to True for iterparse and ETCompatXMLParser, allowing for external entity injection (XXE) when using these parsers without setting this option explicitly. The default was now changed to 'internal' only (as for the normal XML and HTML parsers since lxml 5.0). Issue found by Sihao Qiu as CVE-2026-41066.

6.0.4 (2026-04-12)

Bugs fixed

  • LP#2148019: Spurious MemoryError during namespace cleanup.

6.0.3 (2026-04-09)

Bugs fixed

  • Several out of memory error cases now raise MemoryError that were not handled before.

  • Slicing with large step values (outside of +/- sys.maxsize) could trigger undefined C behaviour.

  • LP#2125399: Some failing tests were fixed or disabled in PyPy.

  • LP#2138421: Memory leak in error cases when setting the public_id or system_url of a document.

... (truncated)

Commits
  • 43722f4 Update changelog.
  • 8747040 Name version of option change in docstring.
  • 6c36e6c Fix pypistats URL in download statistics script.
  • c7d76d6 Change security policy to point to Github security advisories.
  • 378ccf8 Update project income report.
  • 315270b Docs: Reduce TOC depth of package pages and move module contents first.
  • 6dbba7f Docs: Show current year in copyright line.
  • e4385bf Update project income report.
  • 5bed1e1 Validate file hashes in release download script.
  • c13ee10 Prepare release of 6.1.0.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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.

Bumps [lxml](https://github.com/lxml/lxml) from 6.0.1 to 6.1.0.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-6.0.1...lxml-6.1.0)

---
updated-dependencies:
- dependency-name: lxml
  dependency-version: 6.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 21, 2026
@github-actions github-actions Bot added the 02-use-cases 02-use-cases label Apr 21, 2026
@github-actions
Copy link
Copy Markdown

Latest scan for commit: 44041b1 | Updated: 2026-04-21 22:53:54 UTC

Security Scan Results

Scan Metadata

  • Project: ASH
  • Scan executed: 2026-04-21T22:53:32+00:00
  • ASH version: 3.0.0

Summary

Scanner Results

The table below shows findings by scanner, with status based on severity thresholds and dependencies:

Column Explanations:

Severity Levels (S/C/H/M/L/I):

  • Suppressed (S): Security findings that have been explicitly suppressed/ignored and don't affect the scanner's pass/fail status
  • Critical (C): The most severe security vulnerabilities requiring immediate remediation (e.g., SQL injection, remote code execution)
  • High (H): Serious security vulnerabilities that should be addressed promptly (e.g., authentication bypasses, privilege escalation)
  • Medium (M): Moderate security risks that should be addressed in normal development cycles (e.g., weak encryption, input validation issues)
  • Low (L): Minor security concerns with limited impact (e.g., information disclosure, weak recommendations)
  • Info (I): Informational findings for awareness with minimal security risk (e.g., code quality suggestions, best practice recommendations)

Other Columns:

  • Time: Duration taken by each scanner to complete its analysis
  • Action: Total number of actionable findings at or above the configured severity threshold that require attention

Scanner Results:

  • PASSED: Scanner found no security issues at or above the configured severity threshold - code is clean for this scanner
  • FAILED: Scanner found security vulnerabilities at or above the threshold that require attention and remediation
  • MISSING: Scanner could not run because required dependencies/tools are not installed or available
  • SKIPPED: Scanner was intentionally disabled or excluded from this scan
  • ERROR: Scanner encountered an execution error and could not complete successfully

Severity Thresholds (Thresh Column):

  • CRITICAL: Only Critical severity findings cause scanner to fail
  • HIGH: High and Critical severity findings cause scanner to fail
  • MEDIUM (MED): Medium, High, and Critical severity findings cause scanner to fail
  • LOW: Low, Medium, High, and Critical severity findings cause scanner to fail
  • ALL: Any finding of any severity level causes scanner to fail

Threshold Source: Values in parentheses indicate where the threshold is configured:

  • (g) = global: Set in the global_settings section of ASH configuration
  • (c) = config: Set in the individual scanner configuration section
  • (s) = scanner: Default threshold built into the scanner itself

Statistics calculation:

  • All statistics are calculated from the final aggregated SARIF report
  • Suppressed findings are counted separately and do not contribute to actionable findings
  • Scanner status is determined by comparing actionable findings to the threshold
Scanner S C H M L I Time Action Result Thresh
bandit 0 0 0 0 0 0 697ms 0 PASSED MED (g)
cdk-nag 0 0 0 0 0 0 28.0s 0 PASSED MED (g)
cfn-nag 0 0 0 0 0 0 31ms 0 PASSED MED (g)
checkov 0 0 0 0 0 0 4.7s 0 PASSED MED (g)
detect-secrets 0 0 0 0 0 0 658ms 0 PASSED MED (g)
grype 0 6 0 9 12 0 35.3s 15 FAILED MED (g)
npm-audit 0 0 0 0 0 0 190ms 0 PASSED MED (g)
opengrep 0 0 0 0 0 0 <1ms 0 SKIPPED MED (g)
semgrep 0 0 0 0 0 0 <1ms 0 MISSING MED (g)
syft 0 0 0 0 0 0 2.2s 0 PASSED MED (g)

Detailed Findings

Show 15 actionable findings

Finding 1: GHSA-c427-h43c-vf67-aiohttp

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-c427-h43c-vf67-aiohttp
  • Location: 02-use-cases/customer-support-assistant-vpc/agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.12.15 was found at: /02-use-cases/customer-support-assistant-vpc/agent/requirements.txt


Finding 2: GHSA-6mq8-rvhq-8wgg-aiohttp

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-6mq8-rvhq-8wgg-aiohttp
  • Location: 02-use-cases/customer-support-assistant-vpc/agent/requirements.txt:1

Description:
A high vulnerability in python package: aiohttp, version 3.12.15 was found at: /02-use-cases/customer-support-assistant-vpc/agent/requirements.txt


Finding 3: GHSA-6jhg-hg63-jvvf-aiohttp

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-6jhg-hg63-jvvf-aiohttp
  • Location: 02-use-cases/customer-support-assistant-vpc/agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.12.15 was found at: /02-use-cases/customer-support-assistant-vpc/agent/requirements.txt


Finding 4: GHSA-jj3x-wxrx-4x23-aiohttp

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-jj3x-wxrx-4x23-aiohttp
  • Location: 02-use-cases/customer-support-assistant-vpc/agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.12.15 was found at: /02-use-cases/customer-support-assistant-vpc/agent/requirements.txt


Finding 5: GHSA-p998-jp59-783m-aiohttp

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-p998-jp59-783m-aiohttp
  • Location: 02-use-cases/customer-support-assistant-vpc/agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.12.15 was found at: /02-use-cases/customer-support-assistant-vpc/agent/requirements.txt


Finding 6: GHSA-whj4-6x5x-4v2j-pillow

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-whj4-6x5x-4v2j-pillow
  • Location: 02-use-cases/customer-support-assistant-vpc/agent/requirements.txt:1

Description:
A high vulnerability in python package: pillow, version 11.3.0 was found at: /02-use-cases/customer-support-assistant-vpc/agent/requirements.txt


Finding 7: GHSA-m5qp-6w8w-w647-aiohttp

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-m5qp-6w8w-w647-aiohttp
  • Location: 02-use-cases/customer-support-assistant-vpc/agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.12.15 was found at: /02-use-cases/customer-support-assistant-vpc/agent/requirements.txt


Finding 8: GHSA-w2fm-2cpv-w7v5-aiohttp

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-w2fm-2cpv-w7v5-aiohttp
  • Location: 02-use-cases/customer-support-assistant-vpc/agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.12.15 was found at: /02-use-cases/customer-support-assistant-vpc/agent/requirements.txt


Finding 9: GHSA-g84x-mcqj-x9qq-aiohttp

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-g84x-mcqj-x9qq-aiohttp
  • Location: 02-use-cases/customer-support-assistant-vpc/agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.12.15 was found at: /02-use-cases/customer-support-assistant-vpc/agent/requirements.txt


Finding 10: GHSA-wp53-j4wj-2cfg-python-multipart

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-wp53-j4wj-2cfg-python-multipart
  • Location: 02-use-cases/customer-support-assistant-vpc/agent/requirements.txt:1

Description:
A high vulnerability in python package: python-multipart, version 0.0.20 was found at: /02-use-cases/customer-support-assistant-vpc/agent/requirements.txt


Finding 11: GHSA-mj87-hwqh-73pj-python-multipart

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-mj87-hwqh-73pj-python-multipart
  • Location: 02-use-cases/customer-support-assistant-vpc/agent/requirements.txt:1

Description:
A medium vulnerability in python package: python-multipart, version 0.0.20 was found at: /02-use-cases/customer-support-assistant-vpc/agent/requirements.txt


Finding 12: GHSA-38jv-5279-wg99-urllib3

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-38jv-5279-wg99-urllib3
  • Location: 02-use-cases/customer-support-assistant-vpc/agent/requirements.txt:1

Description:
A high vulnerability in python package: urllib3, version 2.6.0 was found at: /02-use-cases/customer-support-assistant-vpc/agent/requirements.txt


Finding 13: GHSA-cfh3-3jmp-rvhc-pillow

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-cfh3-3jmp-rvhc-pillow
  • Location: 02-use-cases/customer-support-assistant-vpc/agent/requirements.txt:1

Description:
A high vulnerability in python package: pillow, version 11.3.0 was found at: /02-use-cases/customer-support-assistant-vpc/agent/requirements.txt


Finding 14: GHSA-752w-5fwx-jx9f-pyjwt

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-752w-5fwx-jx9f-pyjwt
  • Location: 02-use-cases/customer-support-assistant-vpc/agent/requirements.txt:1

Description:
A high vulnerability in python package: pyjwt, version 2.10.1 was found at: /02-use-cases/customer-support-assistant-vpc/agent/requirements.txt


Finding 15: GHSA-gc5v-m9x4-r6x2-requests

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-gc5v-m9x4-r6x2-requests
  • Location: 02-use-cases/customer-support-assistant-vpc/agent/requirements.txt:1

Description:
A medium vulnerability in python package: requests, version 2.32.5 was found at: /02-use-cases/customer-support-assistant-vpc/agent/requirements.txt


Report generated by Automated Security Helper (ASH) at 2026-04-21T22:53:26+00:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

02-use-cases 02-use-cases dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants