We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d283b3 commit 7b522e0Copy full SHA for 7b522e0
1 file changed
core/src/main/kotlin/org/evomaster/core/problem/rest/oracle/RestSecurityOracle.kt
@@ -222,6 +222,7 @@ object RestSecurityOracle {
222
return true
223
}
224
225
+
226
// Simple XSS payloads inspired by big-list-of-naughty-strings
227
// https://github.com/minimaxir/big-list-of-naughty-strings/blob/master/blns.txt
228
val XSS_PAYLOADS = listOf(
@@ -284,4 +285,4 @@ object RestSecurityOracle {
284
285
return false
286
287
-}
288
+}
0 commit comments