1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-05-20 19:51:38 +03:00
parent 775a3e39b7
commit ac71575c69
32 changed files with 645 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
 {
"No encoding": "/page?param1=search?text&param2=John Doe&param3=value&another&param4=cyrillic&param5=<script>alert('XSS')</script>",
"With encoding": "/page?param1=search%3Ftext&param2=John%20Doe&param3=value%26another&param4=cyrillic&param5=%3Cscript%3Ealert%28%27XSS%27%29%3C%2Fscript%3E"
}