Comment by hinkley

3 months ago

The fix still loads the class before checking if it’s okay.

That’s a smaller attack window but it’s still not zero.

Java reflection can load classes without initializing them, so no untrusted code would have to be executed at that point.