{ "$schema": "https://docs.oasis-open.org/sarif/sarif/v2.1.0/cos02/schemas/sarif-schema-2.1.0.json", "runs": [ { "artifacts": [ { "length": 434, "location": { "index": 0, }, "mimeType": "text/plain", "roles": [ "resultFile" ] } ], "columnKind": "unicodeCodePoints", "results": [ { "codeFlows": [ { "threadFlows": [ { "locations": [ { "importance": "essential", "location": { "message": { "text": "Calling 'f'" }, "physicalLocation": { "artifactLocation": { "index": 0, }, "region": { "endColumn": 6, "endLine": 13, "startColumn": 3, "startLine": 13 } } } }, { "importance": "essential", "location": { "message": { "text": "tainted" }, "physicalLocation": { "artifactLocation": { "index": 0, }, "region": { "endColumn": 18, "endLine": 9, "startColumn": 11, "startLine": 9 } } } } ] } ] } ], "level": "warning", "locations": [ { "physicalLocation": { "artifactLocation": { "index": 0, }, "region": { "endColumn": 18, "endLine": 9, "startColumn": 11, "startLine": 9 } } } ], "message": { "text": "tainted" }, "ruleId": "debug.TaintTest", "ruleIndex": 0 } ], "tool": { "driver": { "fullName": "clang static analyzer", "informationUri": "https://clang.llvm.org/docs/UsersManual.html", "language": "en-US", "name": "clang", "rules": [ { "defaultConfiguration": { "enabled": true, "level": "warning", "rank": -1 }, "fullDescription": { "text": "Mark tainted symbols as such." }, "id": "debug.TaintTest", "name": "debug.TaintTest" } ], } } } ], }