[Vulnerability] Is AdGuard Home prone to log4shell? #3939
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
It's "Log4j" which is Java based utility. Adguard is based on Go language and I don't think log4j is used. |
Beta Was this translation helpful? Give feedback.
-
Yes, for sure. But it's always nice to have a feedback from the developers concerning their wide array of products. // And the vulnerability is called log4shell. |
Beta Was this translation helpful? Give feedback.
-
As @sachinwadhwa said, we use Go, and so don't use the |
Beta Was this translation helpful? Give feedback.
As @sachinwadhwa said, we use Go, and so don't use the
log4j
library. Our plain text logging is very simple, and we don't use LDAP, JNDI, or any similar technologies in our logs.