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
Add context menus and a Replay shortcut to the plugin's own tabs
Caido builds a command's page context from a fixed list of its own routes, so
a plugin page contributes none and the global bindings cannot see what a
plugin table has selected. The plugin's views therefore carry their own:
- HTTP Records and Findings rows, and their request and response panes, get a
right-click menu; Cmd-R / Ctrl-R sends whatever is on screen to Replay.
- Findings replay evidence through a new sendRawToReplay, which recovers the
target from the message's own Host header, with matchedAt supplying only the
scheme - so an agent finding, whose matchedAt is a source path, still works.
- HttpMessageView rebuilds its editors when Caido tears them down on page
navigation, so a pane no longer comes back empty or showing the last record.
- Per-request bridge and proxy success logs are dropped: a scan drove a few
thousand of them and buried every other plugin's output. Failures still log.
Bump to 0.1.1 and repack caido-vigolium.zip.
Copy file name to clipboardExpand all lines: manifest.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"id": "vigolium",
3
3
"name": "Vigolium",
4
-
"version": "0.1.0",
4
+
"version": "0.1.1",
5
5
"description": "Send Caido traffic to the Vigolium scanning engine, review findings, and bridge traffic in both directions with the Vigolium CLI and server.",
0 commit comments