Skip to content

Add Maze custom integration#50

Open
tyler-maze wants to merge 4 commits into
runZeroInc:mainfrom
tyler-maze:main
Open

Add Maze custom integration#50
tyler-maze wants to merge 4 commits into
runZeroInc:mainfrom
tyler-maze:main

Conversation

@tyler-maze

Copy link
Copy Markdown

Summary

  • Inbound integration that imports Maze vulnerability investigation data into runZero
  • Fetches from POST /v1/investigations/search with cursor-based pagination
  • Groups investigations by asset (from related_scanner_findings or scanner_finding_hash)
  • Maps each investigation to a Vulnerability with CVE, CVSS, exploitability verdict, and root cause analysis
  • Extracts OS from root cause analysis, cloud metadata from scanner findings
  • 30-day lookback window by default
  • Retry logic for 5xx errors (up to 3 attempts)

Files

  • maze-security/custom-integration-maze-security.star — main integration script
  • maze-security/config.json — integration metadata
  • maze-security/README.md — setup documentation
  • maze-security/maze-icon.png — integration icon

🤖 Generated with Claude Code

tyler-maze and others added 4 commits June 9, 2026 10:53
Inbound integration that imports vulnerability investigation data from the
Maze Security API into runZero. Fetches investigations updated within the
last 30 days, groups them by asset, and maps each investigation to a
Vulnerability on the corresponding ImportAsset.

Includes cursor-based pagination, retry logic for 5xx errors, OS extraction
from root cause analysis, and rich metadata from related scanner findings
(cloud platform, region, scanner type, asset type).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add Maze Security custom integration
@hdm

hdm commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

@tyler-maze thanks tyler! will revisit once 5.0 ships (soonish) since there's a sizable api overhaul

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants