diff --git a/webgoat-lessons/insecure-deserialization/src/main/resources/i18n/WebGoatLabels.properties b/webgoat-lessons/insecure-deserialization/src/main/resources/i18n/WebGoatLabels.properties index 8d76b6d61..b4e5e498b 100755 --- a/webgoat-lessons/insecure-deserialization/src/main/resources/i18n/WebGoatLabels.properties +++ b/webgoat-lessons/insecure-deserialization/src/main/resources/i18n/WebGoatLabels.properties @@ -1,8 +1,5 @@ insecure-deserialization.title=Insecure Deserialization -insecure-deserialization.intercept.success=Dangerous object received! -insecure-deserialization.intercept.failure=Try again - insecure-deserialization.invalidversion=The serialization id does not match. Probably the version has been updated. Let's try again. insecure-deserialization.expired=The task is not executable between now and the next ten minutes, so the action will be ignored. Maybe you copied an old solution? Let's try again. insecure-deserialization.wrongobject=That is not the VulnerableTaskHolder object. Good try! because the code is not checking this after running the readObject(). Let's try again with the right object.