Skip to content

Commit 0ae634d

Browse files
committed
fix(blog): stop triage diagram edge from overlapping the confirmed box
In the Stage 2 triage flowchart, the diag->rule edge clipped the Confirmed vulnerability box because confirmed and diag shared a rank and the fan-out had to route through confirmed's row. Add an invisible diag ~~~ confirmed link to lift confirmed into the terminal column, clearing the edge path.
1 parent f14391b commit 0ae634d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/content/blog/appsec-agent.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ Once the scan completes, every finding goes to the agent for triage: it reads th
132132
diag --> rule
133133
diag --> approx
134134
diag --> engine
135+
diag ~~~ confirmed
135136

136137
style triage fill:#fef3c7,stroke:#f59e0b,color:#92400e
137138
style poc fill:#fef3c7,stroke:#f59e0b,color:#92400e

0 commit comments

Comments
 (0)