A recent vulnerability is detected in apache log4j jars. To resolve this we need to update the jars in ETL Validator. Please follow the below steps.
1. Navigate to the ETL Validator Server deployment directory:
(ex: C:\app\Datagaps\ETLValidator\
2. Download the new jars from the below link or if you have any private repository please download from there and paste them in the respective folders.
https://s3.amazonaws.com/
3. Navigate to the "ETLValidatorService" library folder.
(ex: C:\app\Datagaps\ETLValidator\
log4j-1.2.17.jar
log4j-api-2.*.0.jar
log4j-core-2.*.0.jar
log4j-slf4j-impl-2.*.0.jar
After removing the above jar replace with below jars.
log4j-api-2.17.1.jar
log4j-core-2.17.1.jar
log4j-slf4j-impl-2.17.1.jar
4. Navigate to the "ETLValidatorServer" library folder.
(ex: C:\app\Datagaps\ETLValidator\
log4j-1.2.17.jar
logback-core-1.2.*.jar
After removing the above jar replace with below jars.
logback-core-1.2.10.jar
5. Restart the server.