This repository was archived by the owner on Oct 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ Regarding question 1 it seems that both solution approaches are resulting in the
185185
186186....
187187┌──────────────────┐ ┌──────────────────┐ ┌──────────────────┐
188- │ scanning ├─────────▶│ parsing ├─────────▶│ processing │
188+ │ scanning ├─────────▶│ parsing ├─────────▶│ processing │
189189│ (Phase 1) │ │ (Phase 2) │ │ (Phase 3) │
190190└──────────────────┘ └──────────────────┘ └──────────────────┘
191191....
@@ -194,11 +194,11 @@ Regarding question 2 we decided to implement the solution approach 1 with a job-
194194// #30 to what refers 3.1 and 3.2?
195195
196196....
197- ┌ DataProcessing : ReadOnlyHooks ─ ─ ─
198- ┌ DataProcessing : ReadAndWriteHooks ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┌────────────────────────────────┐ │
197+ ┌ 3.2 processing : ReadOnlyHooks ─ ─ ─
198+ ┌ 3.1 processing : ReadAndWriteHooks ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┌────────────────────────────────┐ │
199199 ┌───────────────────────┐ │ ┌──┼▶│ Elastic PersistenceProvider │
200200┌──────────────────┐ ┌──────────────────┐ │ │ ReadAndWrite Hook #1 │ ┌───────────────────────┐ │ └────────────────────────────────┘ │
201- │ Scan ├──▶│ Parsing │────▶│ "MyMetaDataProvider" ├─▶│ ReadAndWrite Hook #2 │─┼──┤ │ ┌────────────────────────────────┐
201+ │ scanning ├──▶│ parsing │────▶│ "MyMetaDataProvider" ├─▶│ ReadAndWrite Hook #2 │─┼──┤ │ ┌────────────────────────────────┐
202202└──────────────────┘ └──────────────────┘ │ └───────────────────────┘ └───────────────────────┘ └───▶│ DefectDojo PersistenceProvider │ │
203203 ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┘ │ └────────────────────────────────┘
204204 ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┘
You can’t perform that action at this time.
0 commit comments