Add recon job UI against the Common Lisp backend; no browser-side provider implementations #170
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs-review
quasar
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/quasar-ui#170
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Quasar UI needs investigation/recon affordances, but implementing Shodan/Censys/URLScan/etc directly in browser JavaScript would duplicate backend logic and expose provider credentials. Existing #128 already documents dangerous browser-side secret persistence/redirection behavior.
Current behavior
Desired behavior
Add only the browser boundary needed to start, observe, cancel, and inspect backend recon jobs.
The UI should conceptually support:
auto, a named provider,all)Use Quasar's existing WebSocket/control-plane conventions if #32 lands there. Do not introduce a second unrelated REST/RPC layer unless the existing transport genuinely cannot support the job model.
Security boundary
Dependencies
Acceptance criteria
Verification