{ "$schema": "https://stellaops.io/schemas/sample-manifest.v1.json", "sampleId": "gt-0005", "version": "1.0.0", "category": "basic", "description": "Recursive function with sink - REACHABLE", "language": "c", "expectedResult": { "reachable": true, "tier": "executed", "confidence": 1.0 }, "source": { "files": ["main.c"], "entrypoint": "main", "sink": "sprintf", "vulnerability": "CWE-134" }, "callChain": [ {"function": "main", "file": "main.c", "line": 22}, {"function": "process_recursive", "file": "main.c", "line": 14}, {"function": "process_recursive", "file": "main.c", "line": 14}, {"function": "sprintf", "file": "", "line": null} ], "annotations": { "notes": "Recursive call pattern - tests loop/recursion handling", "difficulty": "medium" }, "createdAt": "2025-12-17T00:00:00Z", "createdBy": "corpus-team" }