Skip to content

Commit e6ad623

Browse files
Update VulnerableComponentsLesson.java
1 parent 3e0ac4e commit e6ad623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/owasp/webgoat/lessons/vulnerablecomponents/VulnerableComponentsLesson.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class VulnerableComponentsLesson extends AssignmentEndpoint {
5454
.replace("> ", ">")
5555
.replace(" <", "<");
5656
}
57-
// contact = (Contact) xstream.fromXML(payload);
57+
contact = (Contact) xstream.fromXML(payload);
5858
} catch (Exception ex) {
5959
return failed(this).feedback("vulnerable-components.close").output(ex.getMessage()).build();
6060
}

0 commit comments

Comments
 (0)