Jython is used by nxshell.
However, the only mentions of log4j I've found in the jython is adapters to different logging frameworks (in org.python.netty.util.internal.logging), not the log4j runtime itself.
You can verify yourself, that there are no JndiLookup (which is affected piece of log4j2):
However, the only mentions of log4j I've found in the jython is adapters to different logging frameworks (in org.python.netty.util.internal.logging), not the log4j runtime itself.
Quote from: lweidig on December 15, 2021, 03:42:23 PM
A recent scan of our NetXMS VM shows the following:Code Select[WARNING] /usr/lib/x86_64-linux-gnu/netxms/java/jython-standalone-2.7.2.jar contains log4j files
Curious where this is all used and what the solution might be if this is an issue. We are running the latest version of NetXMS and also do run the web console. Thanks!
You can verify yourself, that there are no JndiLookup (which is affected piece of log4j2):
Code Select
~
❯ unzip -t ~/.m2/repository/org/python/jython-standalone/2.7.2/jython-standalone-2.7.2.jar | grep JndiLookup
~
❯ echo $status
1
~
❯