Skip to content

Bump threatzone from 1.0.3 to 1.1.0 in /docker/threatzone-sdk#45172

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/docker/threatzone-sdk/threatzone-1.1.0
Open

Bump threatzone from 1.0.3 to 1.1.0 in /docker/threatzone-sdk#45172
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/docker/threatzone-sdk/threatzone-1.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps threatzone from 1.0.3 to 1.1.0.

Release notes

Sourced from threatzone's releases.

1.1.0

What's Changed

Full Changelog: Malwation/threatzone-python-sdk@1.0.3...1.1.0

Changelog

Sourced from threatzone's changelog.

1.1.0

API-sync release: brings the SDK into exact agreement with the current public-api HTTP contract. Includes three breaking response-shape changes (jobs, CDR, static-scan) alongside additive fields and endpoints.

Breaking

  • Submission overview jobs reshape: SubmissionOverviewJobs now carries total, succeeded, failed, skipped, and finished. completed is retained as a deprecated alias of finished (always equal) for backward compatibility; new code should use finished.
  • CDR response is a per-submission singleton: CdrResponse was rewritten from an items envelope to a single object (submission, status, sanitized, removed, sanitizedFileInfo, elapsedTime, metafields). The old CdrResult envelope is gone.
  • Static-scan response is a per-format singleton: StaticScanResponse was rewritten from an items envelope to a single object discriminated by reportFormat (submission, status, reportFormat, level, score, fileInfo, strings, dieResults, analysisTime, metafields). Format-specific inlined keys are preserved as model extras (extra="allow"). The old StaticScanResult envelope is gone.

Added

  • Submission.score (float | None) and Submission.family (str | None).
  • ReportStatus.duration (float | None).
  • OverviewSummary.score (float | None) and OverviewSummary.family (str | None).
  • Config active / accessible flags on metafield options, metafield option values, and environment options.
  • get_static_scan_strings(uuid) — streams the raw extracted-strings JSON for a static report.
  • list_network_configs() — lists the workspace's network configurations via GET /v1/network-configs; new NetworkConfigListItem / NetworkConfigListResponse models.
  • Request parameters: safe_browsing on create_url_submission; sort / order on list_submissions; type / process_name on get_behaviours.

Changed

  • Indicator.category is now list[str] (was a scalar str).
  • User-Agent header bumped to threatzone-python-sdk/1.1.0.
  • Fixed the configurations docstring key on create_sandbox_submission / create_open_in_browser_submission to networkConfig (the only key the API accepts).
Commits
  • 36f56f6 Merge pull request #3 from Malwation/feat/public-api-1.1.0-sync
  • a53b9f2 feat: re-add deprecated SubmissionOverviewJobs.completed alias (always equals...
  • 0c9cfee feat: sync to public-api v1.1.0 (jobs reshape, score/family/duration, categor...
  • See full diff 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)

Bumps [threatzone](https://github.com/Malwation/threatzone-python-sdk) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/Malwation/threatzone-python-sdk/releases)
- [Changelog](https://github.com/Malwation/threatzone-python-sdk/blob/main/CHANGELOG.md)
- [Commits](Malwation/threatzone-python-sdk@1.0.3...1.1.0)

---
updated-dependencies:
- dependency-name: threatzone
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 1, 2026
@github-actions github-actions Bot enabled auto-merge (squash) July 1, 2026 14:19
@xsoar-bot

Copy link
Copy Markdown

Docker Image Ready - Dev

Docker automatic build has deployed your docker image: devdemisto/threatzone-sdk:1.1.0.10645661
It is available now on docker hub at: https://hub.docker.com/r/devdemisto/threatzone-sdk/tags
Get started by pulling the image:

docker pull devdemisto/threatzone-sdk:1.1.0.10645661

Docker Metadata

  • Image Size: 33.96 MB
  • Image ID: sha256:56d744de12ead84d77384776f1108c9c3bd7139c2b1ecc70bef4121f98db0fdb
  • Created: 2026-07-01T14:24:30.121785345Z
  • Arch: linux/amd64
  • Command: ["python3"]
  • Environment:
    • PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    • LANG=C.UTF-8
    • GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305
    • PYTHON_VERSION=3.12.13
    • PYTHON_SHA256=c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b684
    • DOCKER_IMAGE=devdemisto/threatzone-sdk:1.1.0.10645661
  • Labels:
    • org.opencontainers.image.authors:Demisto <containers@demisto.com>
    • org.opencontainers.image.revision:46d6a7e3545d350ca4a0636f975dae74b7b8c09f
    • org.opencontainers.image.version:1.1.0.10645661

@content-bot

Copy link
Copy Markdown
Contributor

🔍 AI Triage Report Available

An automated triage report has been generated for this pipeline.

Status: failed
Report ID: 098611b29ddbc417

📋 Triage Report
💡 Resolutions are available in the full report.

⚠️ AI-generated triage. Validate before acting.

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

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants