Copy link to clipboard
Copied
I installed ColdFusion Version 2021. Updated to version 6. But our IT using Rapid7 still seeing as 2021.0.0.0 build and flagging security risk. How do I update version of installed programs
Copy link to clipboard
Copied
Do you know the means by which they are seeing that as the version number?
And can you run:
<cfdump var="#server.coldfusion#">
and tell us what version it reports? If that also reports the 0.0 version then it's simply not updated.
As for how that can happen when you "have updated", my first guess is that you installed cf (with the original installer, having no updated pre-built), and then you tried to update it, but the update failed. See the update log file--which is NOT in the cf logs folder. See a post I did here:
https://coldfusion.adobe.com/2019/03/problems-applying-cf-update-check-first/
And please let us know what you find.
Copy link to clipboard
Copied
Hello,
Rapid is probably looking at the installed version. For the general release that was 2021.0.0 for refreshed installer 2021.0.2.
EG:
Cheers, Carl.