There was an error while loading. Please reload this page.
1 parent 09dccd1 commit 8c2e3f9Copy full SHA for 8c2e3f9
1 file changed
packages/acs-tcl/tcl/utilities-procs.tcl
@@ -4595,7 +4595,7 @@ namespace eval util::resources {
4595
unset vulnerabilityCheckVersionURL
4596
ns_log notice "check_vulnerability: request failed $vulnerabilityCheckVersionURL"
4597
} else {
4598
- set hasVulnerability [string match "*PackageVulnerabilitiesTable*" $page]
+ set hasVulnerability [string match "*Known vulnerabilities in the*package*" $page]
4599
#ns_log notice RESULT=$page
4600
}
4601
0 commit comments