Skip to content

chore(deps): bump google-adk from 1.16.0 to 1.28.1 in /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent#1343

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/google-adk-1.28.1
Open

chore(deps): bump google-adk from 1.16.0 to 1.28.1 in /02-use-cases/A2A-multi-agent-incident-response/host_adk_agent#1343
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/google-adk-1.28.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps google-adk from 1.16.0 to 1.28.1.

Release notes

Sourced from google-adk's releases.

v1.28.1

1.28.1 (2026-04-02)

Features

  • live: support live for gemini-3.1-flash-live-preview model (ee69661)

Bug Fixes

  • Disallow args on /builder and Add warning about Web UI usage to CLI help (f037f68)
  • live: Buffer tool calls and emit them together upon turn completion (081adbd)

v1.28.0

1.28.0 (2026-03-26)

Features

  • a2a: add lifespan parameter to to_a2a() (0f4c807), closes #4701
  • Add a new extension for the new version of ADK-A2A integration (6f0dcb3)
  • Add ability to run individual unit tests to unittests.sh (b3fcd8a)
  • Add database_role property to SpannerToolSettings and use it in execute_sql to support fine grained access controls (360e0f7)
  • Add index to events table and update dependencies (3153e6d), closes #4827
  • Add MultiTurn Task success metric (9a75c06)
  • Add MultiTurn Task trajectory and tool trajectory metrics (38bfb44)
  • Add slack integration to ADK (6909a16)
  • Add Spanner Admin Toolset (28618a8)
  • Add SSE streaming support to conformance tests (c910961)
  • Add support for Anthropic's thinking_blocks format in LiteLLM integration (fc45fa6), closes #4801
  • Add support for timeout to UnsafeLocalCodeExecutor (71d26ef)
  • auth: Integrate GCP IAM Connectors (Noop implementation) (78e5a90)
  • bigquery: Migrate 1P BQ Toolset (08be442) (7aa1f52) (d112131) (166ff99)
  • enable suppressing A2A experimental warnings (fdc2b43)
  • Enhance AgentEngineSandboxCodeExecutor sample to automatically provision an Agent Engine if neither agent_engine_resource_name nor sandbox_resource_name is provided (6c34694)
  • Extract and merge EventActions from A2A metadata (4b677e7), closes #3968
  • mcp: add sampling callback support for MCP sessions (8f82697)
  • Optional GCP project and credential for GCS access (2f90c1a)
  • Support new embedding model in files retrieval (faafac9)

Bug Fixes

  • add agent name validation to prevent arbitrary module imports (116f75d)
  • add protection for arbitrary module imports (995cd1c), closes #4947
  • Add read-only session support in DatabaseSessionService (f6ea58b), closes #4771
  • Allow snake case for skill name (b157276)
  • bigquery: use valid dataplex OAuth scope (4010716)
  • Default to ClusterIP so GKE deployment isn't publicly exposed by default (f7359e3)

... (truncated)

Changelog

Sourced from google-adk's changelog.

Changelog

1.30.0 (2026-04-13)

Features

  • Add Auth Provider support to agent registry (f2c68eb)
  • Add Parameter Manager integration to ADK (b0715d7)
  • Add support for Gemma 4 models in ADK (9d4ecbe), closes #5156
  • allow users to include artifacts from artifact_service in A2A events using provided interceptor (e63d991)
  • emit a TaskStatusUpdateEvent for ADK events with no output parts but with event.actions (dcc485b)
  • Live avatar support in ADK (a64a8e4)
  • live: expose live_session_resumption_update as Event in BaseLlmFlow (2626ad7), closes #4357
  • Promote BigQuery tools to Stable (abcf14c)
  • samples: add sample for skill activation via environment tools (2cbb523)

Bug Fixes

  • Add "gcloud config unset project" command to express mode flow (e7d8160)
  • avoid load all agents in adk web server (cb4dd42)
  • Change express mode user flow so it's more clear that an express mode project is being created (0fedb3b)
  • Custom pickling in McpToolset to exclude unpicklable objects like errlog (d62558c)
  • Fix credential leakage vulnerability in Agent Registry (e3567a6)
  • Include a link to the deployed agent (547766a)
  • preserve interaction ids for interactions SSE tool calls (9a19304), closes #5169
  • validate user_id and session_id against path traversal (cbcb5e6), closes #5110

1.29.0 (2026-04-09)

Features

  • Add auth scheme/credential support to MCP toolsets in Agent Registry (7913a3b)
  • add ability to block shell metacharacters in BashTool (23bd95b)
  • add configurable resource limits for subprocesses in BashTool (1b05842)
  • Add configurable view_prefix to BigQueryLoggerConfig (37973da)
  • Add custom session id functionality to vertex ai session service (e1913a6)
  • Add Description column to SKILL.md and update terminology (435f7c7)
  • Add Easy GCP support to ADK CLI (8850916)
  • Add regional endpoint support to SecretManagerClient (19ac679)
  • Add support for model endpoints in Agent Registry (eb4674b)
  • auth: Add public api to register custom auth provider with credential manager (a220910)
  • auth: Pass consent_nonce to Agent Frontend (9fec503)
  • auth: Support additional HTTP headers in MCP tools (b3e9962)
  • bigquery: Add ADK 1P Skills for ADK BQ Toolset (4030c0d)
  • environment: Add EnvironmentToolset for file I/O and command execution (9082b9e)
  • environment: Add LocalEnvironment for executing commands and file I/O locally (f973673)
  • Implement robust process group management and timeouts in BashTool (f641b1a)

... (truncated)

Commits
  • 0d48362 chore(release/candidate): release 1.28.1 (#5121)
  • f037f68 fix: Disallow args on /builder and Add warning about Web UI usage to CLI help
  • 081adbd fix(live): Buffer tool calls and emit them together upon turn completion
  • ee69661 feat(live): support live for gemini-3.1-flash-live-preview model
  • 4e05efb chore: update last-release-sha for next release
  • c57d000 chore(release/candidate): release 1.28.0 (#5014)
  • 5020954 fix: Update list_agents to only list directories, not validate agent definitions
  • f7359e3 fix: Default to ClusterIP so GKE deployment isn't publicly exposed by default
  • ab9ae0f ADK changes
  • 08be442 feat(bigquery): Migrate 1P BQ Toolset
  • 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 [google-adk](https://github.com/google/adk-python) from 1.16.0 to 1.28.1.
- [Release notes](https://github.com/google/adk-python/releases)
- [Changelog](https://github.com/google/adk-python/blob/main/CHANGELOG.md)
- [Commits](google/adk-python@v1.16.0...v1.28.1)

---
updated-dependencies:
- dependency-name: google-adk
  dependency-version: 1.28.1
  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 14, 2026
@github-actions github-actions Bot added the 02-use-cases 02-use-cases label Apr 14, 2026
@github-actions
Copy link
Copy Markdown

Latest scan for commit: 17b2243 | Updated: 2026-04-14 22:36:07 UTC

Security Scan Results

Scan Metadata

  • Project: ASH
  • Scan executed: 2026-04-14T22:35:52+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 720ms 0 PASSED MED (g)
cdk-nag 0 0 0 0 0 0 28.7s 0 PASSED MED (g)
cfn-nag 0 0 0 0 0 0 5ms 0 PASSED MED (g)
checkov 0 0 0 0 0 0 4.9s 0 PASSED MED (g)
detect-secr… 0 0 0 0 0 0 679ms 0 PASSED MED (g)
grype 0 18 0 13 11 0 35.6s 31 FAILED MED (g)
npm-audit 0 0 0 0 0 0 176ms 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 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-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 3: 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 4: 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 5: 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 6: 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 7: 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 8: 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 9: 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 10: 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 11: 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 12: 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 13: 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 14: 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 15: 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 16: 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 17: GHSA-wp53-j4wj-2cfg-python-multipart

  • Severity: HIGH
  • Scanner: grype
  • Rule ID: GHSA-wp53-j4wj-2cfg-python-multipart
  • Location: 02-use-cases/A2A-multi-agent-incident-response/host_adk_agent/requirements.txt:1

Description:
A high vulnerability in python package: python-multipart, version 0.0.20 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-14T22:35:47+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