{
  "$schema": "https://json.schemastore.org/sarif-2.1.0.json",
  "version": "2.1.0",
  "runs": [
    {
      "tool": {
        "driver": {
          "name": "CertiSigma Census",
          "informationUri": "https://certisigma.ch/products/census",
          "rules": [
            {
              "id": "CS-DEMO-BASELINE-MATCH",
              "name": "Synthetic baseline match",
              "shortDescription": {
                "text": "Synthetic file digest matches a demo authorized baseline."
              },
              "help": {
                "text": "Demo-only SARIF sample for resources page. It is not a production scan and does not contain customer paths."
              }
            }
          ]
        }
      },
      "automationDetails": {
        "id": "certisigma-census-demo/"
      },
      "results": [
        {
          "ruleId": "CS-DEMO-BASELINE-MATCH",
          "level": "note",
          "message": {
            "text": "Synthetic digest matched demo baseline. This is illustrative and does not prove breach or compliance."
          },
          "locations": [
            {
              "physicalLocation": {
                "artifactLocation": {
                  "uri": "sample-artifacts/example-component.bin"
                },
                "region": {
                  "startLine": 1
                }
              }
            }
          ],
          "properties": {
            "hash_hex": "9b74c9897bac770ffc029102a200c5de13405d8f33690c91f695e3a1a2865c5c",
            "evidence_level": "T0",
            "sample_notice": "Synthetic demo-only result."
          }
        }
      ]
    }
  ]
}
