Index: openacs-4/packages/acs-tcl/lib/check-installed.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/lib/check-installed.tcl,v diff -u -r1.3.2.16 -r1.3.2.17 --- openacs-4/packages/acs-tcl/lib/check-installed.tcl 11 Aug 2024 06:22:07 -0000 1.3.2.16 +++ openacs-4/packages/acs-tcl/lib/check-installed.tcl 12 Aug 2024 13:03:25 -0000 1.3.2.17 @@ -119,6 +119,7 @@ if {[dict get $result hasVulnerability] ne "?"} { set vulnerabilityCheckURL [dict get $result libraryURL] set vulnerabilityCheckVersionURL [dict get $result versionURL] + set vulnerabilityAdvisorURL [dict get $result advisorURL] set vulnerabilityCheckResult [dict get $result hasVulnerability] } }