feat: 가상화 문서들 추가
This commit is contained in:
@@ -9,7 +9,7 @@ digraph techviz {
|
||||
n4 [label="Spring CSRF filter", shape=box, style="rounded,filled"];
|
||||
n0 -> n1 [label="Set-Cookie · raw", style=solid];
|
||||
n0 -> n2 [label="masked JSON", style=solid];
|
||||
n1 -> n3 [label="document.cookie · raw", style=solid];
|
||||
n2 -> n3 [label="headerName only", style=solid];
|
||||
n3 -> n4 [label="Cookie raw = Header raw", style=solid];
|
||||
n1 -> n3 [label="raw cookie", style=solid];
|
||||
n2 -> n3 [label="headerName", style=solid];
|
||||
n3 -> n4 [label="raw 대조", style=solid];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user