SBPrime / AsyncWorldEdit

Async WorldEdit - Edit millions of blocks without lag!
Other
197 stars 80 forks source link

Is AsyncWorldedit-Forge using Log4j #421

Closed Oklinq closed 2 years ago

Oklinq commented 2 years ago

Is the mod safe to use or is the log4j exploid not fixed yet?

Thank you for your anwser

SBPrime commented 2 years ago

Hey the plugin is compiled against "a version" of log4j, but it does not drag-in any version of log4j to the class path of the server. It is the responsibility of the server software (spigot) to provide actual log4j classes on the class path. Therefore if you followed the instructions on how to secure your server, AWE will use the updated version of log4j.