We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd532b commit a28df94Copy full SHA for a28df94
core/src/main/kotlin/org/evomaster/core/problem/rest/service/SecurityRest.kt
@@ -1140,6 +1140,7 @@ class SecurityRest {
1140
1141
// Try to add a linked GET operation for stored XSS detection
1142
//TODO to properly handle POST, we need first to finish the work on CallGraphService
1143
+ //FIXME ie we need to guarantee it is working on same resource
1144
if(action.verb == HttpVerb.POST || action.verb == HttpVerb.PUT || action.verb == HttpVerb.PATCH){
1145
copy = tryAttachLinkedGetForStoredXSS(
1146
ind = copy,
0 commit comments