Update securityAgent.ts

pull/5523/head
planetBoy 2 months ago committed by Aniket
parent f12eac10ce
commit 3ca2f9484b
  1. 2
      libs/remix-ai-core/src/agents/securityAgent.ts

@ -22,7 +22,7 @@ class SecurityAgent {
}
public getRecommendations(currentLine: string, numSuggestions: number = 3): string[] {
// process the code base highlighting security vunerabilities and deliver recommendations
// process the code base highlighting security vulnerabilities and deliver recommendations
const suggestions: string[] = [];
return suggestions;
}

Loading…
Cancel
Save