简体   繁体   中英

Logs with java.util.logger are affected by CVE-2021-44228?

I'm migrating all the slf4j dependencies affected by the vulnerability and I'm wondering if in the projects that the log is by java.util.logger (some of these projects are used as dependencies of others) affects some kind below. In theory no, no?

Short answer: no.

Long answer: Whole different packages, java.util doesnt use log4j at all.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM