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-04-25 20:32:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a0f92b2e286ae94de3a1257adf4fba21db892f80
i2p.i2p
/
apps
/
jetty
/
resources
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