This website requires JavaScript.
Explore
Help
Sign In
dandri
/
i2p.i2p
Watch
1
Star
0
Fork
0
mirror of
https://github.com/i2p/i2p.i2p.git
synced
2026-09-17 03:44:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cdc61ee6eabb41dfea20b0ec4e7f779a7cd02e37
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