Skip to content

Commit

Permalink
Replace "vulnerabilities" by "security best coding practices issues" (#…
Browse files Browse the repository at this point in the history
…934)

Co-authored-by: AlvoBen <[email protected]>
  • Loading branch information
AlvoBen and BenAlvo1 authored Aug 29, 2024
1 parent ffe3ed7 commit f6a9c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vorpal/vorpalService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function scanVorpal(document: vscode.TextDocument, logs: Logs) {
// VIEW PROBLEMS
logs.info(
scanVorpalResult.scanDetails.length +
" vulnerabilities were found in " +
" security best coding practices issues were found in " +
document.uri.fsPath
);
updateProblems(scanVorpalResult, document.uri);
Expand Down

0 comments on commit f6a9c16

Please sign in to comment.