Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.202 -r1.203 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 2 Apr 2025 08:58:28 -0000 1.202 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 3 Apr 2025 17:11:20 -0000 1.203 @@ -4595,7 +4595,7 @@ unset vulnerabilityCheckVersionURL ns_log notice "check_vulnerability: request failed $vulnerabilityCheckVersionURL" } else { - set hasVulnerability [string match "*PackageVulnerabilitiesTable*" $page] + set hasVulnerability [string match "*Known vulnerabilities in the*package*" $page] #ns_log notice RESULT=$page } }