mirror of
https://github.com/github/codeql.git
synced 2026-02-13 05:31:22 +01:00
16 lines
416 B
JSON
16 lines
416 B
JSON
{
|
|
"Type": "sap.ui.core.mvc.JSONView",
|
|
"controllerName": "codeql-sap-js.controller.app",
|
|
"content": [
|
|
{
|
|
"Type": "sap.m.Input",
|
|
"placeholder": "Enter Payload",
|
|
"description": "Try: <img src=x onerror=alert(\"XSS\")>",
|
|
"value": "{/input}"
|
|
},
|
|
{
|
|
"Type": "sap.ui.core.HTML",
|
|
"content": "{/input}"
|
|
}
|
|
]
|
|
} |