Skip to content

Commit

Permalink
feat: update spotlight vuln descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
e102 committed Jul 11, 2022
1 parent ad80d74 commit f536c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/spotlight-vuln-notification.ts
Expand Up @@ -41,7 +41,7 @@ export function notificationForSpotlightVulns(
);

for (const vulnId of foundSpotlightVulnsIds) {
message += ` - ${vulnId} (See https://snyk.io/vuln/${vulnId})`;
message += ` - ${vulnId} (See https://security.snyk.io/vuln/${vulnId})`;
}

message += EOL + EOL;
Expand Down

0 comments on commit f536c9d

Please sign in to comment.