Overview
Contains the following functions:
The following example retrieves a list of all values in top-level elements of a dictionary. It would return the list: {1,2}.
with( local!dict: ({x: 1, y: 2}), local!keys: dictutil_getkeys(local!dict), a!forEach( items: local!keys, expression: index(local!dict, fv!item, {}) ) )
Hi, It appears this plugin references an older version of Log4J V1.2.12. Can you please update the plugin to upgrade the log4J library to the latest version to counter the zero day exploit - CVE-2021-44228 ?