Select Git revision
AppCheckerResult.sarif
AppCheckerResult.sarif 14.97 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.ConFkt1.SendMail1.OnSelect"
}
],
"physicalLocation": {
"address": {
"fullyQualifiedName": "Screen1.ConFkt1.SendMail1.OnSelect",
"relativeAddress": 0
},
"region": {
"charLength": 94,
"charOffset": 31,
"snippet": {
"text": "Office365Outlook.SendEmailV2(\"manuel.geyer@rbb-online.de\",\"### test ###\",\"hallo <br> Manuel \")"
}
}
},
"properties": {
"member": "OnSelect",
"module": "Screen1",
"type": "Screen1.ConFkt1.SendMail1"
}
}
],
"message": {
"arguments": [
"SendEmailV2",
"Office365Outlook"
],
"id": "issue"
},
"properties": {
"level": "High"
},
"ruleId": "app-ErrUnknownNamespaceFunction",
"ruleIndex": 0
},
{
"locations": [
{
"logicalLocations": [
{
"fullyQualifiedName": "Screen1"
}
],
"physicalLocation": {
"address": {
"fullyQualifiedName": "Screen1",
"relativeAddress": 0
}
},
"properties": {
"module": "Screen1",
"type": "Screen1"
}