You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(banner): fix title frame overflow + center tagline + banner on --help
- Print DROGONSEC title outside boxLine to eliminate double-width
character misalignment (█ and box-drawing chars render as 2 cols in
some terminals, causing NSEC to overflow the right ║ border).
The ╠═══╣ separators above/below visually enclose the title.
- Center the ◆ HUNT VULNERABILITIES ◆ BREAK WALLS ◆ SECURE CODE ◆
line using centerIn() helper (pads to mid-point of inner frame width).
- Show banner on drogonsec --help / drogonsec -h and all subcommand
help (drogonsec scan --help) via SetHelpFunc override in root.go.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments