{"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-a6dbdbb389d32b39", "name": "Possibly dead Python function: upload_video_file", "shortDescription": {"text": "Possibly dead Python function: upload_video_file"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e5be63c7905ea64d", "name": "Possibly dead Python function: insert_video", "shortDescription": {"text": "Possibly dead Python function: insert_video"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-88c165d3e188bac3", "name": "Possibly dead Python function: insert_analysis", "shortDescription": {"text": "Possibly dead Python function: insert_analysis"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-48d4b3a658e8184d", "name": "Possibly dead Python function: save_findings", "shortDescription": {"text": "Possibly dead Python function: save_findings"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-537de9bc851a0ba3", "name": "Possibly dead Python function: save_suggestions", "shortDescription": {"text": "Possibly dead Python function: save_suggestions"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-5157a3e8aa52d18d", "name": "Possibly dead Python function: fail_analysis", "shortDescription": {"text": "Possibly dead Python function: fail_analysis"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6ec179185b0ee61d", "name": "Possibly dead Python function: create_video_signed_url", "shortDescription": {"text": "Possibly dead Python function: create_video_signed_url"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-f99a2a7f7f14d8d1", "name": "Possibly dead Python function: delete_video_for_analysis", "shortDescription": {"text": "Possibly dead Python function: delete_video_for_analysis"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-a3a2c5d2e4751a01", "name": "Possibly dead Python function: detect_cps_with_audio", "shortDescription": {"text": "Possibly dead Python function: detect_cps_with_audio"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-825940e41d5bb00e", "name": "`truncate` class without `title=` for hover reveal \u2014 web/components/Sidebar.tsx:122", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/components/Sidebar.tsx:122"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-911c1b2bf0c5b39e", "name": "`truncate` class without `title=` for hover reveal \u2014 web/components/Dropzone.tsx:143", "shortDescription": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/components/Dropzone.tsx:143"}, "fullDescription": {"text": "A truncated value should reveal the full text on hover. Pass the full string via `title={...}` so the user can read it.\n\nWhy: P2 in CHECKLIST.md \u2014 truncate without hover-reveal.\nRule id: fq.truncate.no-title"}, "properties": {"scanner": "scanner-primary", "layer": "frontend", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e066691601852931", "name": "Docker base image is tag-pinned but not digest-pinned: python:3.11-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.11-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-72b2a6250083a784", "name": "Placeholder or mock-heavy implementation detected", "shortDescription": {"text": "Placeholder or mock-heavy implementation detected"}, "fullDescription": {"text": "Found 12 placeholder/mock markers across 5 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-208caa450be736e9", "name": "Network/subprocess call without timeout or try/except \u2014 scripts/eval_all.py:121", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/eval_all.py:121"}, "fullDescription": {"text": "`subprocess.run(...)` 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}}, {"id": "scanner-62cd57c8458ead94", "name": "Legacy-named symbol `model_copy` in src/vidoctor/suggestions.py:193", "shortDescription": {"text": "Legacy-named symbol `model_copy` in src/vidoctor/suggestions.py:193"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-e8b7db747c385302", "name": "Network/subprocess call without timeout or try/except \u2014 src/vidoctor/vision/gaze.py:312", "shortDescription": {"text": "Network/subprocess call without timeout or try/except \u2014 src/vidoctor/vision/gaze.py:312"}, "fullDescription": {"text": "`urllib.request.urlretrieve(...)` 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}}, {"id": "scanner-eb99a516e3e58155", "name": "`fetch()` without try/.catch or AbortSignal \u2014 web/lib/analyze.ts:38", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/lib/analyze.ts:38"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-403a8364a7406e6b", "name": "`fetch()` without try/.catch or AbortSignal \u2014 web/lib/api.ts:267", "shortDescription": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/lib/api.ts:267"}, "fullDescription": {"text": "Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-319e66a630e14977", "name": "2 env vars used in code but missing from .env.example", "shortDescription": {"text": "2 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `NEXT_PUBLIC_API_BASE`, `VIDOCTOR_DEVICE`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-02525d39071dd2c7", "name": "Near-duplicate function bodies in 5 places", "shortDescription": {"text": "Near-duplicate function bodies in 5 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\nsrc/vidoctor/graph/state.py:summary, src/vidoctor/graph/state.py:summary, src/vidoctor/graph/state.py:summary, src/vidoctor/graph/state.py:summary\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-452cedac160c49bd", "name": "FastAPI DELETE `delete_analysis` without auth dependency \u2014 src/vidoctor/api/app.py:335", "shortDescription": {"text": "FastAPI DELETE `delete_analysis` without auth dependency \u2014 src/vidoctor/api/app.py:335"}, "fullDescription": {"text": "`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-e31977ff42b75e5d", "name": "FastAPI POST `analyze` without auth dependency \u2014 src/vidoctor/api/app.py:487", "shortDescription": {"text": "FastAPI POST `analyze` without auth dependency \u2014 src/vidoctor/api/app.py:487"}, "fullDescription": {"text": "`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/25284"}, "properties": {"repository": "davindev/vidoctor", "repoUrl": "https://github.com/davindev/vidoctor", "branch": "main"}, "results": [{"ruleId": "scanner-a6dbdbb389d32b39", "level": "note", "message": {"text": "Possibly dead Python function: upload_video_file"}, "properties": {"repobilityId": "f8f35e74843d1fe6", "scanner": "scanner-primary", "fingerprint": "a6dbdbb389d32b39", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/vidoctor/repository.py:169"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-e5be63c7905ea64d", "level": "note", "message": {"text": "Possibly dead Python function: insert_video"}, "properties": {"repobilityId": "f7e37d79ee822a2e", "scanner": "scanner-primary", "fingerprint": "e5be63c7905ea64d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/vidoctor/repository.py:181"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-88c165d3e188bac3", "level": "note", "message": {"text": "Possibly dead Python function: insert_analysis"}, "properties": {"repobilityId": "960aff1bb5bb33d5", "scanner": "scanner-primary", "fingerprint": "88c165d3e188bac3", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/vidoctor/repository.py:218"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-48d4b3a658e8184d", "level": "note", "message": {"text": "Possibly dead Python function: save_findings"}, "properties": {"repobilityId": "6cb696a1621dff40", "scanner": "scanner-primary", "fingerprint": "48d4b3a658e8184d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/vidoctor/repository.py:345"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-537de9bc851a0ba3", "level": "note", "message": {"text": "Possibly dead Python function: save_suggestions"}, "properties": {"repobilityId": "7ec2cb237aaab9ef", "scanner": "scanner-primary", "fingerprint": "537de9bc851a0ba3", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/vidoctor/repository.py:353"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-5157a3e8aa52d18d", "level": "note", "message": {"text": "Possibly dead Python function: fail_analysis"}, "properties": {"repobilityId": "971d398598abab85", "scanner": "scanner-primary", "fingerprint": "5157a3e8aa52d18d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/vidoctor/repository.py:430"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6ec179185b0ee61d", "level": "note", "message": {"text": "Possibly dead Python function: create_video_signed_url"}, "properties": {"repobilityId": "6c27b515bd484794", "scanner": "scanner-primary", "fingerprint": "6ec179185b0ee61d", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/vidoctor/repository.py:556"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f99a2a7f7f14d8d1", "level": "note", "message": {"text": "Possibly dead Python function: delete_video_for_analysis"}, "properties": {"repobilityId": "35f3d87b4331f5c5", "scanner": "scanner-primary", "fingerprint": "f99a2a7f7f14d8d1", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/vidoctor/repository.py:573"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-a3a2c5d2e4751a01", "level": "note", "message": {"text": "Possibly dead Python function: detect_cps_with_audio"}, "properties": {"repobilityId": "ee7b4392f52a5000", "scanner": "scanner-primary", "fingerprint": "a3a2c5d2e4751a01", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/vidoctor/audio/cps.py:242"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-825940e41d5bb00e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/components/Sidebar.tsx:122"}, "properties": {"repobilityId": "8c50e5bd00d1a608", "scanner": "scanner-primary", "fingerprint": "825940e41d5bb00e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-911c1b2bf0c5b39e", "level": "none", "message": {"text": "`truncate` class without `title=` for hover reveal \u2014 web/components/Dropzone.tsx:143"}, "properties": {"repobilityId": "7a4418f45347bbbb", "scanner": "scanner-primary", "fingerprint": "911c1b2bf0c5b39e", "layer": "frontend", "severity": "info", "confidence": 1.0, "tags": ["frontend-quality", "fq.truncate.no-title"]}}, {"ruleId": "scanner-e066691601852931", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.11-slim"}, "properties": {"repobilityId": "c1eb6bbeedf01b60", "scanner": "scanner-primary", "fingerprint": "e066691601852931", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 4}}}]}, {"ruleId": "scanner-e066691601852931", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.11-slim"}, "properties": {"repobilityId": "9c8d09ee0047771e", "scanner": "scanner-primary", "fingerprint": "e066691601852931", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 32}}}]}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "1aa76d333c312542", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-72b2a6250083a784", "level": "warning", "message": {"text": "Placeholder or mock-heavy implementation detected"}, "properties": {"repobilityId": "a9634e9a80ae6dc4", "scanner": "scanner-primary", "fingerprint": "72b2a6250083a784", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "incomplete", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "94cc8851046164a1", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-208caa450be736e9", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 scripts/eval_all.py:121"}, "properties": {"repobilityId": "a99c9779e993827b", "scanner": "scanner-primary", "fingerprint": "208caa450be736e9", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-62cd57c8458ead94", "level": "note", "message": {"text": "Legacy-named symbol `model_copy` in src/vidoctor/suggestions.py:193"}, "properties": {"repobilityId": "501329aa09878b15", "scanner": "scanner-primary", "fingerprint": "62cd57c8458ead94", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-e8b7db747c385302", "level": "warning", "message": {"text": "Network/subprocess call without timeout or try/except \u2014 src/vidoctor/vision/gaze.py:312"}, "properties": {"repobilityId": "a856a66f255c11dc", "scanner": "scanner-primary", "fingerprint": "e8b7db747c385302", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-eb99a516e3e58155", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/lib/analyze.ts:38"}, "properties": {"repobilityId": "9d19c18723efa338", "scanner": "scanner-primary", "fingerprint": "eb99a516e3e58155", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-403a8364a7406e6b", "level": "warning", "message": {"text": "`fetch()` without try/.catch or AbortSignal \u2014 web/lib/api.ts:267"}, "properties": {"repobilityId": "e8e3dd62c2741ae5", "scanner": "scanner-primary", "fingerprint": "403a8364a7406e6b", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "fragile-runtime", "robustness"]}}, {"ruleId": "scanner-319e66a630e14977", "level": "none", "message": {"text": "2 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "d838d1fc5d8231c9", "scanner": "scanner-primary", "fingerprint": "319e66a630e14977", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-02525d39071dd2c7", "level": "note", "message": {"text": "Near-duplicate function bodies in 5 places"}, "properties": {"repobilityId": "f362f4d16fe28269", "scanner": "scanner-primary", "fingerprint": "02525d39071dd2c7", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-452cedac160c49bd", "level": "error", "message": {"text": "FastAPI DELETE `delete_analysis` without auth dependency \u2014 src/vidoctor/api/app.py:335"}, "properties": {"repobilityId": "247680365dc4abc5", "scanner": "scanner-primary", "fingerprint": "452cedac160c49bd", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/vidoctor/api/app.py"}, "region": {"startLine": 335}}}]}, {"ruleId": "scanner-e31977ff42b75e5d", "level": "error", "message": {"text": "FastAPI POST `analyze` without auth dependency \u2014 src/vidoctor/api/app.py:487"}, "properties": {"repobilityId": "7d6d5e4cef0114c1", "scanner": "scanner-primary", "fingerprint": "e31977ff42b75e5d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.fastapi.unauth_mutation"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/vidoctor/api/app.py"}, "region": {"startLine": 487}}}]}]}]}