Skip to content

Commit e4f6a53

Browse files
committed
fixed typo in java gadget chain post
1 parent 4765cc2 commit e4f6a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2019-11-24-demystify_java_gadget_chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ We can chain all three types of transformers and perform RCE.
151151
> Therefore, we need to find a way to prevent the `TiedMapEntry.hashcode()` method from being invoked while creating the exploit payload.
152152
{: .prompt-warning }
153153

154-
### Resolve using mokito
154+
### Resolve using mockito
155155

156156
1. Create a `HashBag` instance and add any `Object` into it.
157157
2. This will invoke Object’s `hashcode()` method and based on the hashcode / index, the underlying `HashBag's` => `HashMap` table entry will be updated with `key = Object` and `value / count = 1`.

0 commit comments

Comments
 (0)