This website requires JavaScript.
Explore
Help
Register
Sign In
dandri
/
i2p.i2p
Watch
1
Star
0
Fork
0
You've already forked i2p.i2p
mirror of
https://github.com/i2p/i2p.i2p.git
synced
2026-05-11 16:54:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
80bb2b767f25e4c3c1aac9e76d4bb052d97f5ce9
i2p.i2p
/
apps
/
jetty
/
resources
T
History
idk
c4cfe420a6
disable any chance of JNDI lookups in log4j.properties file by setting %m{nolookups}. I don't think we're actually vulnerable to CVE-2021-44228 if I'm understanding correctly, by default it doesn't seem like we actually use log4j for much of anything and we don't do much logging of arbitrarily crafted remote inputs, but also it seems like this JNDI lookups thing is way more trouble than it could possibly be worth to us. Maybe it's a good idea to make sure it's turned off by default.
2021-12-10 21:01:37 -05:00
..
log4j.properties
disable any chance of JNDI lookups in log4j.properties file by setting %m{nolookups}. I don't think we're actually vulnerable to CVE-2021-44228 if I'm understanding correctly, by default it doesn't seem like we actually use log4j for much of anything and we don't do much logging of arbitrarily crafted remote inputs, but also it seems like this JNDI lookups thing is way more trouble than it could possibly be worth to us. Maybe it's a good idea to make sure it's turned off by default.
2021-12-10 21:01:37 -05:00