Skip to content
Snippets Groups Projects
Select Git revision
  • c4c35b651ebf493fec7e1e3eedfa634758efbba5
  • main default protected
2 results

AppCheckerResult.sarif

Blame
  • AppCheckerResult.sarif 24.67 KiB
    {
      "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.4.json",
      "runs": [
        {
          "columnKind": "utf16CodeUnits",
          "invocations": [
            {
              "executionSuccessful": true
            }
          ],
          "results": [
            {
              "locations": [
                {
                  "logicalLocations": [
                    {
                      "fullyQualifiedName": "Screen1.ConSend.send1.OnSelect"
                    }
                  ],
                  "physicalLocation": {
                    "address": {
                      "fullyQualifiedName": "Screen1.ConSend.send1.OnSelect",
                      "relativeAddress": 0
                    },
                    "region": {
                      "charLength": 6,
                      "charOffset": 277,
                      "snippet": {
                        "text": "Notify"
                      }
                    }
                  },
                  "properties": {
                    "member": "OnSelect",
                    "module": "Screen1",
                    "type": "Screen1.ConSend.send1"
                  }
                }
              ],
              "message": {
                "id": "issue"
              },
              "properties": {
                "level": "High"
              },
              "ruleId": "app-ErrOperatorExpected",
              "ruleIndex": 0
            },
            {
              "locations": [
                {
                  "logicalLocations": [
                    {
                      "fullyQualifiedName": "Screen1.ConSend.send1.OnSelect"
                    }
                  ],
                  "physicalLocation": {
                    "address": {
                      "fullyQualifiedName": "Screen1.ConSend.send1.OnSelect",
                      "relativeAddress": 0
                    },
                    "region": {
                      "charLength": 1,
                      "charOffset": 299,
                      "snippet": {
                        "text": ","
                      }
                    }
                  },
                  "properties": {