Index: openacs-4/packages/acs-tcl/acs-tcl.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/acs-tcl.info,v diff -u -r1.95.2.78 -r1.95.2.79 --- openacs-4/packages/acs-tcl/acs-tcl.info 27 Dec 2024 18:25:41 -0000 1.95.2.78 +++ openacs-4/packages/acs-tcl/acs-tcl.info 3 Apr 2025 17:16:40 -0000 1.95.2.79 @@ -9,7 +9,7 @@ f t - + OpenACS The Kernel Tcl API library. 2024-09-02 @@ -18,7 +18,7 @@ GPL version 2 3 - + 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.189.2.199 -r1.189.2.200 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 29 Aug 2024 08:37:44 -0000 1.189.2.199 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 3 Apr 2025 17:16:40 -0000 1.189.2.200 @@ -4529,7 +4529,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 } }