-
Notifications
You must be signed in to change notification settings - Fork 592
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 1.1 compatibilty * UUID field for DFIQ models * Deep link to question * support creation of scenarios & questions based on uuid --------- Co-authored-by: Janosch <[email protected]>
- Loading branch information
Showing
12 changed files
with
228 additions
and
174 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,26 @@ | ||
display_name: Test Question | ||
name: Test Question | ||
description: Test Question | ||
type: question | ||
id: Q1001 | ||
uuid: bb094c9a-afb7-4daf-a853-7859d2f99d0c | ||
approaches: | ||
- name: Test approach | ||
description: Test approach description | ||
tags: | ||
- Test Tag | ||
references: | ||
- '[Test Tag](http://go/yeti-dev)' | ||
notes: | ||
covered: | ||
- Test covered | ||
not_covered: | ||
- Test not covered | ||
steps: | ||
- name: Test step | ||
description: Test step description | ||
stage: collection | ||
type: ForensicArtifact | ||
value: TestArtifact | ||
tags: | ||
parent_ids: | ||
- F1001 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
display_name: Test Scenario | ||
name: Test Scenario | ||
description: Test Scenario | ||
type: scenario | ||
id: S1001 | ||
uuid: 6e5d9e63-b477-4392-8742-c85ac9b653e2 | ||
tags: | ||
- test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.