Skip to content

Commit 7b522e0

Browse files
committed
minor update
1 parent 3d283b3 commit 7b522e0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/src/main/kotlin/org/evomaster/core/problem/rest/oracle/RestSecurityOracle.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ object RestSecurityOracle {
222222
return true
223223
}
224224

225+
225226
// Simple XSS payloads inspired by big-list-of-naughty-strings
226227
// https://github.com/minimaxir/big-list-of-naughty-strings/blob/master/blns.txt
227228
val XSS_PAYLOADS = listOf(
@@ -284,4 +285,4 @@ object RestSecurityOracle {
284285
return false
285286
}
286287

287-
}
288+
}

0 commit comments

Comments
 (0)