Add synthetic fixtures and proposed policy contracts for safely demonstrating future Lariza capabilities. Assisted-by: Codex: GPT-5.6
25 lines
738 B
JSON
25 lines
738 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/sarif-2.1.0.json",
|
|
"version": "2.1.0",
|
|
"runs": [
|
|
{
|
|
"tool": {
|
|
"driver": {
|
|
"name": "Lariza Synthetic Analyzer",
|
|
"version": "1.0.0",
|
|
"rules": [{"id": "DEMO001", "shortDescription": {"text": "Synthetic review finding"}}]
|
|
}
|
|
},
|
|
"results": [
|
|
{
|
|
"ruleId": "DEMO001",
|
|
"level": "warning",
|
|
"message": {"text": "Synthetic medium-severity result for triage demonstrations."},
|
|
"locations": [{"physicalLocation": {"artifactLocation": {"uri": "src/transfer.go"}, "region": {"startLine": 4}}}],
|
|
"properties": {"severity": "medium", "synthetic": true}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|