Skip to content

Commit f1899fb

Browse files
committed
style(recon): Refine Phase 1c result message for 0 findings
1 parent 136d96e commit f1899fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/secnodeapi/services/deep_recon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ async def perform_deep_recon(
503503
+ (f" (+{len(params) - 10} more)" if len(params) > 10 else "")
504504
)
505505
if not result_lines:
506-
result_lines.append(" [yellow]No new parameters discovered (tool may not be installed)[/yellow]")
506+
result_lines.append(" [white]No undocumented parameters discovered by Arjun[/white]")
507507

508508
console.print(Panel(
509509
"\n".join(result_lines),

0 commit comments

Comments
 (0)