Skip to content

Commit d5dd32f

Browse files
committed
update
1 parent 7b522e0 commit d5dd32f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • core/src/main/kotlin/org/evomaster/core/problem/rest/service

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)