Skip to content

Commit a28df94

Browse files
committed
clarification
1 parent dbd532b commit a28df94

File tree

1 file changed

+1
-0
lines changed
  • core/src/main/kotlin/org/evomaster/core/problem/rest/service

1 file changed

+1
-0
lines changed

core/src/main/kotlin/org/evomaster/core/problem/rest/service/SecurityRest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,7 @@ class SecurityRest {
11401140

11411141
// Try to add a linked GET operation for stored XSS detection
11421142
//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
11431144
if(action.verb == HttpVerb.POST || action.verb == HttpVerb.PUT || action.verb == HttpVerb.PATCH){
11441145
copy = tryAttachLinkedGetForStoredXSS(
11451146
ind = copy,

0 commit comments

Comments
 (0)