|
Using the link in Michael's post, IBM iAccess Family is listed as "not
impacted". But using a search tool on my corporate laptop,
C:\Program Files (x86)\IBM\Client
Access\eclipse\plugins\org.apache.ant_1.6.2\lib\ant-apache-log4j.jar
how do i resolve this? I know this is a replaced product. Does the java
client have the same? How would i know what version is in the plugin if IBM
is only going to list it as "product not impacted".
I have to answer to the security group within the company.
btw - this was given to list the log4j jars on a Win machine.
run the following command inside of PowerShell to find the file(s):
Get-ChildItem -Path C:\ "*log4j*" -Recurse -Force
-ErrorAction SilentlyContinue | Where {$_.extension -like ".jar"} |
select-object FullName
Jim Franz
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.