Skip to content

Commit 197fd86

Browse files
committed
Disambiguate identifiers
This was among shared UUID usages found while reviewing CASE-Examples-QC PR 54. A follow-on patch will regenerate Make-managed files. References: * ajnelson-nist/CASE-Examples-QC#54 Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent bcd92ab commit 197fd86

4 files changed

+5
-5
lines changed

examples/crossover_wmd/src/crossover_wmd-reddit_account.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@id": "kb:reddit-6f321baa-cc57-4c0a-9dd2-7f2038fd44d1"
3737
},
3838
"uco-core:target": {
39-
"@id": "kb:chromelogindata-16805dff-05f9-4cba-9266-d5fa712f3d8f"
39+
"@id": "kb:chromelogindata-16399672-32ad-4c83-9a40-efe68c690bb8"
4040
},
4141
"uco-core:kindOfRelationship": "Contained_Within",
4242
"uco-core:isDirectional": true,
@@ -58,7 +58,7 @@
5858
]
5959
},
6060
{
61-
"@id": "kb:chromelogindata-16805dff-05f9-4cba-9266-d5fa712f3d8f",
61+
"@id": "kb:chromelogindata-16399672-32ad-4c83-9a40-efe68c690bb8",
6262
"@type": "uco-observable:ObservableObject"
6363
}
6464
]

examples/crossover_wmd/src/crossover_wmd-whatsapp_file_forensic_copy_relationship.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@id": "kb:relationship-20f7ade6-93a7-4d67-a657-adeffba35dc7",
44
"@type": "uco-observable:ObservableRelationship",
55
"uco-core:source": {
6-
"@id": "kb:msgstoredb-16805dff-05f9-4cba-9266-d5fa712f3d8f"
6+
"@id": "kb:msgstoredb-d82c3aae-488c-43d4-bcbd-a3ac38bacfd4"
77
},
88
"uco-core:target": {
99
"@id": "kb:forensicimage-f3fd304e-ef6c-4cbd-94cb-425880f82748"

examples/crossover_wmd/src/crossover_wmd-whatsapp_file_msgstore_db.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"@id": "kb:msgstoredb-16805dff-05f9-4cba-9266-d5fa712f3d8f",
3+
"@id": "kb:msgstoredb-d82c3aae-488c-43d4-bcbd-a3ac38bacfd4",
44
"@type": "uco-observable:File",
55
"uco-core:hasFacet": [
66
{

examples/crossover_wmd/src/crossover_wmd-whatsapp_message_file_relationship.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@id": "kb:message-ed5d35d6-6e7c-4099-80f4-1fadfc0ee08c"
77
},
88
"uco-core:target": {
9-
"@id": "kb:msgstoredb-16805dff-05f9-4cba-9266-d5fa712f3d8f"
9+
"@id": "kb:msgstoredb-d82c3aae-488c-43d4-bcbd-a3ac38bacfd4"
1010
},
1111
"uco-core:kindOfRelationship": "Contained_Within",
1212
"uco-core:isDirectional": true,

0 commit comments

Comments
 (0)