Fix link and typo
The link pointed to the old OWASP website. Also fixed some typos here and there Resolves: #1136
This commit is contained in:
@ -12,7 +12,7 @@ AcmeObject acme = (AcmeObject)ois.readObject();
|
||||
----
|
||||
|
||||
It is expecting an `AcmeObject` object, but it will execute `readObject()` before the casting ocurs.
|
||||
If an attacker finds the proper class implementing dangerous operations in `readObject()`, he could serialize that object and force the vulnerable application to performe those actions.
|
||||
If an attacker finds the proper class implementing dangerous operations in `readObject()`, he could serialize that object and force the vulnerable application to perform those actions.
|
||||
|
||||
=== Class included in ClassPath
|
||||
|
||||
|
Reference in New Issue
Block a user