Skip to content

fix: handle missing/deprecated data sources, separate data component … #505

fix: handle missing/deprecated data sources, separate data component …

fix: handle missing/deprecated data sources, separate data component … #505

Triggered via push October 21, 2025 15:43
Status Failure
Total duration 37s
Artifacts

lint-publish.yml

on: push
lint-format
28s
lint-format
publish
publish
Fit to window
Zoom out
Zoom in

Annotations

2 errors
lint-format
Process completed with exit code 1.
Ruff (B008): mitreattack/download_stix.py#L200
mitreattack/download_stix.py:200:44: B008 Do not perform function call `typer.Option` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable