Skip to content

Commit 8c2e3f9

Browse files
committed
Fixed snyk vulnerability check
Snyk page has changed, we have to switch the pattern we are looking for.
1 parent 09dccd1 commit 8c2e3f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/acs-tcl/tcl/utilities-procs.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4595,7 +4595,7 @@ namespace eval util::resources {
45954595
unset vulnerabilityCheckVersionURL
45964596
ns_log notice "check_vulnerability: request failed $vulnerabilityCheckVersionURL"
45974597
} else {
4598-
set hasVulnerability [string match "*PackageVulnerabilitiesTable*" $page]
4598+
set hasVulnerability [string match "*Known vulnerabilities in the*package*" $page]
45994599
#ns_log notice RESULT=$page
46004600
}
46014601
}

0 commit comments

Comments
 (0)