Explore this system
Step through curated paths without changing the source diagram.
Beat
Next
ReadyChapter 01 / 01
Guided chapter
Diagram guideExplore this system
Inspecting compiled semantics
E ExportT ThemeS Style0 Reset+ Zoom in- Zoom outEsc Close
Find a node
⌕/
No matching nodes
Semantic passport
Verified source
Authored reach
Route probeChoose a start node
Pick two semantic nodes on the diagram
Choose the source, then the destination. Direction matters.
Semantic lensCompare system roles
Choose up to two semantic kinds. One reveals its real traffic; two compare only direct authored relationships.
Choose a kind to inspect its nodes and touching relationships.
Semantic radar
Building overview
Click nodeDrag to pan
Semantic radar needs more MAP space.
Context
• Before: modules/auth's lockout was a map in the process — ten failures in fifteen minutes — whose own comment said three replicas gave thirty attempts and a deploy reset the count
• Then two replicas went behind one service, and the E6 review found a client's redeem route taking 1,054 guesses a second at a code space small enough to walk
Consequences
• The counters outlive a deploy and an attacker's window is the window; a limiter that cannot be reached allows the attempt and says so
• A limit costs a round trip, noise next to one argon2id hash; an hourly DELETE in auth's sweep empties windows that closed a day ago, and the memory limiter stayed as the fake
Evidence
• go test ./kit/limit -run TestTwoReplicasShareOneLimit, TestBothLimitersAgree and TestPurgeDropsWindowsThatClosedLongAgo
• go test ./migrations -run TestEveryTableIsScopedOrExemptOnPurpose; not claimed: the window edge, twice the limit for one instant, or a limit on a route that does no other work