Skip to content

chore(deps): bump python-multipart from 0.0.20 to 0.0.26 in /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent#1358

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/python-multipart-0.0.26
Open

chore(deps): bump python-multipart from 0.0.20 to 0.0.26 in /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent#1358
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/python-multipart-0.0.26

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2026

Bumps python-multipart from 0.0.20 to 0.0.26.

Release notes

Sourced from python-multipart's releases.

Version 0.0.26

What's Changed

Full Changelog: Kludex/python-multipart@0.0.25...0.0.26

Version 0.0.25

What's Changed

Full Changelog: Kludex/python-multipart@0.0.24...0.0.25

Version 0.0.24

What's Changed

Full Changelog: Kludex/python-multipart@0.0.23...0.0.24

Version 0.0.23

What's Changed

New Contributors

Full Changelog: Kludex/python-multipart@0.0.22...0.0.23

Version 0.0.22

What's Changed

  • Drop directory path from filename in File 9433f4b.

Full Changelog: Kludex/python-multipart@0.0.21...0.0.22

Version 0.0.21

What's Changed

... (truncated)

Changelog

Sourced from python-multipart's changelog.

0.0.26 (2026-04-10)

  • Skip preamble before the first multipart boundary more efficiently #262.
  • Silently discard epilogue data after the closing multipart boundary #259.

0.0.25 (2026-04-10)

  • Add MIME content type info to File #143.
  • Handle CTE values case-insensitively #258.
  • Remove custom FormParser classes #257.
  • Add UPLOAD_DELETE_TMP to FormParser config #254.
  • Emit field_end for trailing bare field names on finalize #230.
  • Handle multipart headers case-insensitively #252.
  • Apply Apache-2.0 properly #247.

0.0.24 (2026-04-05)

  • Validate chunk_size in parse_form() #244.

0.0.23 (2026-04-05)

  • Remove unused trust_x_headers parameter and X-File-Name fallback #196.
  • Return processed length from QuerystringParser._internal_write #229.
  • Cleanup metadata dunders from __init__.py #227.

0.0.22 (2026-01-25)

  • Drop directory path from filename in File 9433f4b.

0.0.21 (2025-12-17)

  • Add support for Python 3.14 and drop EOL 3.8 and 3.9 #216.
Commits

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 [python-multipart](https://github.com/Kludex/python-multipart) from 0.0.20 to 0.0.26.
- [Release notes](https://github.com/Kludex/python-multipart/releases)
- [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md)
- [Commits](Kludex/python-multipart@0.0.20...0.0.26)

---
updated-dependencies:
- dependency-name: python-multipart
  dependency-version: 0.0.26
  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 15, 2026
@github-actions github-actions bot added the 02-use-cases 02-use-cases label Apr 15, 2026
@github-actions
Copy link
Copy Markdown

Latest scan for commit: 60094f7 | Updated: 2026-04-15 20:51:18 UTC

Security Scan Results

Scan Metadata

  • Project: ASH
  • Scan executed: 2026-04-15T20:49:05+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 713ms 0 PASSED MED (g)
cdk-nag 0 0 0 0 0 0 28.4s 0 PASSED MED (g)
cfn-nag 0 0 0 0 0 0 4ms 0 PASSED MED (g)
checkov 0 0 0 0 0 0 4.3s 0 PASSED MED (g)
detect-secr… 0 0 0 0 0 0 715ms 0 PASSED MED (g)
grype 0 18 0 13 11 0 35.9s 31 FAILED MED (g)
npm-audit 0 0 0 0 0 0 163ms 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.3s 0 PASSED MED (g)

Detailed Findings

Show 31 actionable findings

Finding 1: GHSA-7f5h-v6xp-fcq8-starlette

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-7f5h-v6xp-fcq8-starlette
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: starlette, version 0.48.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 2: GHSA-rg7c-g689-fr3x-google-adk

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-rg7c-g689-fr3x-google-adk
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A critical vulnerability in python package: google-adk, version 1.16.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 3: GHSA-wh2j-26j7-9728-google-cloud-aiplatform

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-wh2j-26j7-9728-google-cloud-aiplatform
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: google-cloud-aiplatform, version 1.121.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 4: GHSA-53mr-6c8q-9789-litellm

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-53mr-6c8q-9789-litellm
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: litellm, version 1.78.2 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 5: GHSA-jjhc-v7c2-5hh6-litellm

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-jjhc-v7c2-5hh6-litellm
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A critical vulnerability in python package: litellm, version 1.78.2 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 6: GHSA-qv8j-hgpc-vrq8-google-cloud-aiplatform

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-qv8j-hgpc-vrq8-google-cloud-aiplatform
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: google-cloud-aiplatform, version 1.121.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


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

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-c427-h43c-vf67-aiohttp
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.13.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 8: GHSA-wvwj-cvrp-7pv5-authlib

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-wvwj-cvrp-7pv5-authlib
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A critical vulnerability in python package: authlib, version 1.6.5 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


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

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-6mq8-rvhq-8wgg-aiohttp
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: aiohttp, version 3.13.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


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

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-p998-jp59-783m-aiohttp
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.13.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 11: GHSA-jr27-m4p2-rc6r-pyasn1

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-jr27-m4p2-rc6r-pyasn1
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: pyasn1, version 0.6.1 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


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

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-6jhg-hg63-jvvf-aiohttp
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.13.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


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

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-jj3x-wxrx-4x23-aiohttp
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.13.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 14: GHSA-p423-j2cm-9vmq-cryptography

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-p423-j2cm-9vmq-cryptography
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A medium vulnerability in python package: cryptography, version 46.0.3 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


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

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-w2fm-2cpv-w7v5-aiohttp
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.13.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


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

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-g84x-mcqj-x9qq-aiohttp
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.13.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


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

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-m5qp-6w8w-w647-aiohttp
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A medium vulnerability in python package: aiohttp, version 3.13.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


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

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-38jv-5279-wg99-urllib3
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: urllib3, version 2.6.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 19: GHSA-7wc2-qxgw-g8gg-authlib

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-7wc2-qxgw-g8gg-authlib
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: authlib, version 1.6.5 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 20: GHSA-63vm-454h-vhhq-pyasn1

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-63vm-454h-vhhq-pyasn1
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: pyasn1, version 0.6.1 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 21: GHSA-fg6f-75jq-6523-authlib

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-fg6f-75jq-6523-authlib
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A medium vulnerability in python package: authlib, version 1.6.5 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 22: GHSA-m344-f55w-2m6j-authlib

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-m344-f55w-2m6j-authlib
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: authlib, version 1.6.5 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 23: GHSA-7gcm-g887-7qv7-protobuf

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-7gcm-g887-7qv7-protobuf
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: protobuf, version 6.33.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 24: GHSA-7432-952r-cw78-authlib

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-7432-952r-cw78-authlib
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: authlib, version 1.6.5 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 25: GHSA-qmgc-5h2g-mvrw-filelock

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-qmgc-5h2g-mvrw-filelock
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A medium vulnerability in python package: filelock, version 3.20.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


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

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-752w-5fwx-jx9f-pyjwt
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: pyjwt, version 2.11.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 27: GHSA-r6ph-v2qm-q3c2-cryptography

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-r6ph-v2qm-q3c2-cryptography
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: cryptography, version 46.0.3 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 28: GHSA-w853-jp5j-5j7f-filelock

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-w853-jp5j-5j7f-filelock
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A medium vulnerability in python package: filelock, version 3.20.0 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


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

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-gc5v-m9x4-r6x2-requests
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A medium vulnerability in python package: requests, version 2.32.5 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 30: GHSA-69x8-hrgq-fjj8-litellm

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-69x8-hrgq-fjj8-litellm
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: litellm, version 1.78.2 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Finding 31: GHSA-27jp-wm6q-gp25-sqlparse

  • Severity: MEDIUM
  • Scanner: grype
  • Rule ID: GHSA-27jp-wm6q-gp25-sqlparse
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A medium vulnerability in python package: sqlparse, version 0.5.3 was found at: /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt


Report generated by Automated Security Helper (ASH) at 2026-04-15T20:48:59+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