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
Copy file name to clipboardExpand all lines: docs/process_flow.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ flowchart LR
78
78
79
79
80
80
KeywordMatching["`**Keyword Matching**
81
-
_(Aho-Corsick)_
81
+
_(Aho-Corasick)_
82
82
83
83
Match chunks to detectors based on the presence of specific keywords in the chunk`"]
84
84
@@ -105,7 +105,7 @@ subgraph Detector
105
105
106
106
De-Dupe-Detectors["`**De-Dupe-Detectors**
107
107
108
-
If multiple detectors keyword-match on the same chunk, we have some logic that chooses which detector will verify found secret (so we don't duplicate verification requests to externa APIs)`"]
108
+
If multiple detectors keyword-match on the same chunk, we have some logic that chooses which detector will verify found secret (so we don't duplicate verification requests to external APIs)`"]
0 commit comments