From ec877a5800c2486146fa22c91402cab463987cf8 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 23 Jan 2024 10:06:32 -0500 Subject: [PATCH 1/9] Bump UCO to current state of develop No effects were observed on Make-managed files. References: * https://github.com/ucoProject/UCO/pull/579 Signed-off-by: Alex Nelson --- dependencies/UCO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/UCO b/dependencies/UCO index 3427df0..da8aa53 160000 --- a/dependencies/UCO +++ b/dependencies/UCO @@ -1 +1 @@ -Subproject commit 3427df0c23d48108e024232ba026655f606f8612 +Subproject commit da8aa530567aba82e73c039999f48f94dfa57cc7 From 047e5ac8f52d1f734a792ab879c3ad437fe159f7 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Tue, 23 Jan 2024 10:07:34 -0500 Subject: [PATCH 2/9] Update change request template This ports the patch from UCO PR 579. References: * https://github.com/ucoProject/UCO/pull/579 Signed-off-by: Alex Nelson --- .github/ISSUE_TEMPLATE/change-request.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/change-request.md b/.github/ISSUE_TEMPLATE/change-request.md index 2ca6a15..e712130 100644 --- a/.github/ISSUE_TEMPLATE/change-request.md +++ b/.github/ISSUE_TEMPLATE/change-request.md @@ -96,4 +96,6 @@ Some requirements are narrow enough they could be considered "Self-documenting." > Requirement 1 also fully describes the solution, implemented in [PR X](https://github.com/ucoProject/UCO/pull/X). If there is an accompanying pull request, please do link it under the "Development" box on the right of the Issues page. + +If example snippets of instance data are provided, please note if you provide permission for the examples to be transcribed to one of the tested example repositories (such as CASE-Examples). This is a significant aid in confirming examples represent the semantics that the submitter intended. "I am fine with my examples being transcribed and credited" should be sufficient. --> From 2212dac772d65d7e95fb6068bb5b60a7f97cc8c4 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 24 Jan 2024 10:31:53 -0500 Subject: [PATCH 3/9] Bump UCO to 1.3.0 release state; update import IRIs A follow-on patch will regenerate Make-managed files. Signed-off-by: Alex Nelson --- dependencies/UCO | 2 +- ontology/investigation/investigation.ttl | 8 ++++---- ontology/master/case.ttl | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dependencies/UCO b/dependencies/UCO index da8aa53..9f16831 160000 --- a/dependencies/UCO +++ b/dependencies/UCO @@ -1 +1 @@ -Subproject commit da8aa530567aba82e73c039999f48f94dfa57cc7 +Subproject commit 9f168313453bb577141248e3968198bc00e7d39b diff --git a/ontology/investigation/investigation.ttl b/ontology/investigation/investigation.ttl index 4437d10..ea668be 100644 --- a/ontology/investigation/investigation.ttl +++ b/ontology/investigation/investigation.ttl @@ -1,6 +1,6 @@ # imports: https://ontology.caseontology.org/case/vocabulary/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/action/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/role/1.2.0 +# imports: https://ontology.unifiedcyberontology.org/uco/action/1.3.0 +# imports: https://ontology.unifiedcyberontology.org/uco/role/1.3.0 @prefix investigation: . @prefix owl: . @@ -20,8 +20,8 @@ owl:backwardCompatibleWith investigation:1.1.0 ; owl:imports vocabulary:1.2.0 , - uco-action:1.2.0 , - uco-role:1.2.0 + uco-action:1.3.0 , + uco-role:1.3.0 ; owl:priorVersion investigation:1.1.0 ; owl:versionIRI investigation:1.2.0 ; diff --git a/ontology/master/case.ttl b/ontology/master/case.ttl index 4806688..afc58d5 100644 --- a/ontology/master/case.ttl +++ b/ontology/master/case.ttl @@ -1,6 +1,6 @@ # imports: https://ontology.caseontology.org/case/investigation/1.2.0 # imports: https://ontology.caseontology.org/case/vocabulary/1.2.0 -# imports: https://ontology.unifiedcyberontology.org/uco/uco/1.2.0 +# imports: https://ontology.unifiedcyberontology.org/uco/uco/1.3.0 @prefix dct: . @prefix owl: . @@ -20,7 +20,7 @@ owl:imports , , - + ; owl:priorVersion ; owl:versionIRI ; From 8f2d4f77cbc917d8a497d39e4f9fbb338664c7c2 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 24 Jan 2024 10:36:10 -0500 Subject: [PATCH 4/9] Regenerate Make-managed files Signed-off-by: Alex Nelson --- ontology/investigation/catalog-v001.xml | 16 +++++------ ontology/master/catalog-v001.xml | 36 ++++++++++++------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/ontology/investigation/catalog-v001.xml b/ontology/investigation/catalog-v001.xml index ff2f784..6fc30e1 100644 --- a/ontology/investigation/catalog-v001.xml +++ b/ontology/investigation/catalog-v001.xml @@ -2,14 +2,14 @@ - - - - - - - - + + + + + + + + diff --git a/ontology/master/catalog-v001.xml b/ontology/master/catalog-v001.xml index 42c3cfd..dea5240 100644 --- a/ontology/master/catalog-v001.xml +++ b/ontology/master/catalog-v001.xml @@ -2,24 +2,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + From 9b3e6c47a4e23189cf9f615fa98eae2abc47c7cb Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 24 Jan 2024 10:37:46 -0500 Subject: [PATCH 5/9] Bump version A follow-on patch will regenerate Make-managed files. Signed-off-by: Alex Nelson --- ontology/investigation/investigation.ttl | 10 +++++----- ontology/master/case.ttl | 16 ++++++++-------- ontology/vocabulary/vocabulary.ttl | 6 +++--- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ontology/investigation/investigation.ttl b/ontology/investigation/investigation.ttl index ea668be..fa1b970 100644 --- a/ontology/investigation/investigation.ttl +++ b/ontology/investigation/investigation.ttl @@ -1,4 +1,4 @@ -# imports: https://ontology.caseontology.org/case/vocabulary/1.2.0 +# imports: https://ontology.caseontology.org/case/vocabulary/1.3.0 # imports: https://ontology.unifiedcyberontology.org/uco/action/1.3.0 # imports: https://ontology.unifiedcyberontology.org/uco/role/1.3.0 @@ -17,14 +17,14 @@ a owl:Ontology ; rdfs:label "investigation"@en ; rdfs:comment "This ontology defines key concepts, and their associated properties and relationships, for characterizing cyber-investigations in the broadest range of contexts, including security incidents, criminal investigations, civil and regulatory matters, intelligence operations, international disputes, accident inquiries, policy violations, and others." ; - owl:backwardCompatibleWith investigation:1.1.0 ; + owl:backwardCompatibleWith investigation:1.2.0 ; owl:imports - vocabulary:1.2.0 , + vocabulary:1.3.0 , uco-action:1.3.0 , uco-role:1.3.0 ; - owl:priorVersion investigation:1.1.0 ; - owl:versionIRI investigation:1.2.0 ; + owl:priorVersion investigation:1.2.0 ; + owl:versionIRI investigation:1.3.0 ; . investigation:Attorney diff --git a/ontology/master/case.ttl b/ontology/master/case.ttl index afc58d5..baad03d 100644 --- a/ontology/master/case.ttl +++ b/ontology/master/case.ttl @@ -1,5 +1,5 @@ -# imports: https://ontology.caseontology.org/case/investigation/1.2.0 -# imports: https://ontology.caseontology.org/case/vocabulary/1.2.0 +# imports: https://ontology.caseontology.org/case/investigation/1.3.0 +# imports: https://ontology.caseontology.org/case/vocabulary/1.3.0 # imports: https://ontology.unifiedcyberontology.org/uco/uco/1.3.0 @prefix dct: . @@ -16,14 +16,14 @@ rdfs:label "case-master"@en ; rdfs:comment "The Cyber-investigation Analysis Standard Expression (CASE) ontology is a community-developed standard that defines concepts used in a broad range of cyber-investigation domains, including digital forensic science, incident response, counter-terrorism, criminal justice, forensic intelligence, and situational awareness. CASE includes all aspects of the digital forensic process, from evidence-gathering and chain of custody, to generating a final report. The goal is to increase sharing and interoperability of cyber-investigation information among organizations and between forensic analytic tools. CASE aligns with and extends the Unified Cyber Ontology (UCO). The preferred namespace abbreviation for this ontology is: case-master."@en ; dct:title "Cyber-investigation Analysis Standard Expression (CASE)"@en ; - owl:backwardCompatibleWith ; + owl:backwardCompatibleWith ; owl:imports - , - , + , + , ; - owl:priorVersion ; - owl:versionIRI ; - owl:versionInfo "1.2.0" ; + owl:priorVersion ; + owl:versionIRI ; + owl:versionInfo "1.3.0" ; . diff --git a/ontology/vocabulary/vocabulary.ttl b/ontology/vocabulary/vocabulary.ttl index 6798df0..080e956 100644 --- a/ontology/vocabulary/vocabulary.ttl +++ b/ontology/vocabulary/vocabulary.ttl @@ -7,9 +7,9 @@ a owl:Ontology ; rdfs:label "vocabularies"@en ; - owl:backwardCompatibleWith vocab:1.1.0 ; - owl:priorVersion vocab:1.1.0 ; - owl:versionIRI vocab:1.2.0 ; + owl:backwardCompatibleWith vocab:1.2.0 ; + owl:priorVersion vocab:1.2.0 ; + owl:versionIRI vocab:1.3.0 ; . vocab:InvestigationFormVocab From f6a82ff13b114968f078a4a0dfdd4c4fb855753e Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 24 Jan 2024 10:42:59 -0500 Subject: [PATCH 6/9] Regenerate Make-managed files Signed-off-by: Alex Nelson --- ontology/investigation/catalog-v001.xml | 2 +- ontology/master/catalog-v001.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ontology/investigation/catalog-v001.xml b/ontology/investigation/catalog-v001.xml index 6fc30e1..07e8525 100644 --- a/ontology/investigation/catalog-v001.xml +++ b/ontology/investigation/catalog-v001.xml @@ -10,6 +10,6 @@ - + diff --git a/ontology/master/catalog-v001.xml b/ontology/master/catalog-v001.xml index dea5240..49ac868 100644 --- a/ontology/master/catalog-v001.xml +++ b/ontology/master/catalog-v001.xml @@ -20,7 +20,7 @@ - - + + From d441bb0eaf4f5d871485f959c873bea1bd6cbff4 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 24 Jan 2024 11:07:17 -0500 Subject: [PATCH 7/9] Log changes Signed-off-by: Alex Nelson --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index a1e83ce..572c76b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2024-01-24 + * (79afa93) UCO Pull Request 579: Update change request template + +2024-01-22 + * (caf5bd3) UCO Issue 571: Reduce UCO OWL RDF List review scope to OWL Sequences + +2023-12-05 + * (279d2b7) UCO Issue 563: Designate action:Action and core:Event disjoint + +2023-11-16 + * (24ea57f) UCO Issue 541: Add Event + +2023-10-20 + * (8c8fa59) UCO Issue 536: Declare and warn of observable:File and :URL disjointedness + +2023-03-29 + * ONT-494: Release CASE 1.2.0, with release notes at https://caseontology.org/releases/1.2.0/ + 2023-03-28 * (0cb7b85) UCO Issue 449: Enable generating Protégé catalog files From 49dd8f39b621e8e8dd955f2b064c431f2c630c12 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 24 Jan 2024 16:09:20 -0500 Subject: [PATCH 8/9] Bump UCO to post-1.3.0 develop state No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- dependencies/UCO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/UCO b/dependencies/UCO index 9f16831..250f5cc 160000 --- a/dependencies/UCO +++ b/dependencies/UCO @@ -1 +1 @@ -Subproject commit 9f168313453bb577141248e3968198bc00e7d39b +Subproject commit 250f5cc9bceaef052b690d65f82d88979e95a584 From 30b14d5f3b0ea2c7562fffa68bb8b3cd496284ba Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Thu, 1 Feb 2024 10:12:04 -0500 Subject: [PATCH 9/9] Bump UCO to updated state of unstable-2.0.0 No effects were observed on Make-managed files. References: * https://github.com/ucoProject/UCO/issues/556 Signed-off-by: Alex Nelson --- dependencies/UCO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/UCO b/dependencies/UCO index 3ff950e..491c70d 160000 --- a/dependencies/UCO +++ b/dependencies/UCO @@ -1 +1 @@ -Subproject commit 3ff950ef7e4a96619ba17c46014871c38486445f +Subproject commit 491c70de4550bf22239eaff5bdac55882b20a50d