File tree Expand file tree Collapse file tree
core/src/main/kotlin/org/evomaster/core/problem/rest/service Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -975,7 +975,7 @@ class SecurityRest {
975975 // XSS-like payloads are injected or when user input is not properly sanitized. The try-catch block ensures
976976 // that these exceptions do not interrupt the main processing loop.
977977
978- log.warn(" Failed to evaluate constructed individual in handleStackTraceCheck" )
978+ log.warn(" Failed to evaluate constructed individual in handleStackTraceCheck: ${e.message} " )
979979 }
980980 }
981981 }
@@ -986,7 +986,7 @@ class SecurityRest {
986986 path : RestPath ,
987987 payload : String
988988 ): RestIndividual ? {
989-
989+ // TODO to properly handle POST, we need first to finish the work on CallGraphService
990990 val getIndividuals = RestIndividualSelectorUtils .findIndividuals(
991991 individualsInSolution,
992992 HttpVerb .GET ,
You can’t perform that action at this time.
0 commit comments