Apache Log4j vulnerability

Hi,

https://en.wikipedia.org/wiki/Log4Shell

Can anyone answer this question for me:

  • Does the Gantt chart or DHTMLX use Log4j?

Thank you

Hello Paul,

Log4j is a Java library. It is not related to Javascript.
There is the forked log4js library:

But we don’t use it in DHTMLX Gantt and the standalone export modules.

You can manually check that if you search the text in the files:

find . -name log4j
find . -name log4js

grep -rin log4j
grep -rin log4js

@ramil Thank you so much for your info.