Verify that CVE-2021-44228 does not affect Autoplot. Autoplot uses Java's logging system, but it may use libraries that use this logging system, and files could be crafted to trick these codes to log messages.
I do not believe Autoplot could be affected by this. The codes that use Log4J use a very old version of it. See https://github.com/autoplot/dev/blob/master/demos/2021/20211210/demoApacheLog4j.jy which shows that the c2013 version's path, org.apache.log4j, is not found within Autoplot.
Another nice resource: https://www.lunasec.io/docs/blog/log4j-zero-day/
I do not believe Autoplot could be affected by this. The codes that use Log4J use a very old version of it. See https://github.com/autoplot/dev/blob/master/demos/2021/20211210/demoApacheLog4j.jy
which shows that the c2013 version's path, org.apache.log4j, is not found within Autoplot.
Another nice resource: https://www.lunasec.io/docs/blog/log4j-zero-day/