{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-ee51cd29c7a55fcc", "name": "Network/subprocess call without timeout or try/except \u2014 flash_anzan.py:162", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 flash_anzan.py:162"}, "fullDescription": {"text": "`subprocess.check_output(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/30606"}, "properties": {"repository": "yugo-yamamoto/flashanzan", "repoUrl": "https://github.com/yugo-yamamoto/flashanzan", "branch": "main"}, "results": [{"ruleId": "scanner-ee51cd29c7a55fcc", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 flash_anzan.py:162"}, "properties": {"repobilityId": "4a4e7560128aadb2", "scanner": "scanner-primary", "fingerprint": "ee51cd29c7a55fcc", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}]}]}