CVE 2018-1285 critical vulnerability
Hello, this extension is being flagged with a critical vulnerability
Looks like FineCodeCoverage is using an extremely old version of Apache log4net, they already had a fix for this 4 years ago. https://github.com/apache/logging-log4net/releases
I took the latest release from log4net, version 2.0.17. Grabbed the DLL from the net45 folder and replaced it in my local install of FineCodeCoverage, which seems to get rid of the vulnerability flagging and FineCodeCoverage extension seem to still run just fine.
There is a version of OpenCover (4.7.1221) using log4net 2.0.12 that correct this vulnerability. https://github.com/OpenCover/opencover
However, I can't update the zip file in this project because it requires some kind of conversion.
This project should use opencover.4.7.1221.zip instead of opencover.4.7.922.zip
@FortuneN
Use ms code coverage and opencover will not be used.
At a later date I will update the opencover zip
fixed - please update your version of FCC