Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent leakage of local ysoserial path
When using remote-method-guessers ysoserial integration, gadget objects created by ysoserial were annotated by the marshaloutput stream. This annotation included the absoulte file system path of the ysoserial library, which represents a low impact information disclosure. Since remote-method-guesser already overrides the default RMIClassLoader, this behavior was now changed by always returning null as result of the getClassAnnotation method.
- Loading branch information