From cd27802aab06f02e9e4d02e74feaec3d73427298 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 2 Feb 2023 10:51:32 +0100 Subject: [PATCH] fix: [objects description] ref #384 - Grammar fixes included in the JSON files. --- objects/artifact/definition.json | 4 ++-- objects/asn/definition.json | 4 ++-- objects/btc-wallet/definition.json | 4 ++-- objects/cookie/definition.json | 4 ++-- objects/cortex-taxonomy/definition.json | 4 ++-- objects/cortex/definition.json | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/objects/artifact/definition.json b/objects/artifact/definition.json index df2b7c9..e7c47eb 100644 --- a/objects/artifact/definition.json +++ b/objects/artifact/definition.json @@ -33,7 +33,7 @@ "ui-priority": 0 } }, - "description": "The Artifact object permits capturing an array of bytes (8-bits), as a base64-encoded string, or linking to a file-like payload. from STIX 2.1 (6.1)", + "description": "The Artifact object permits capturing an array of bytes (8-bits), as a base64-encoded string, or linking to a file-like payload. From STIX 2.1 (6.1)", "meta-category": "file", "name": "artifact", "requiredOneOf": [ @@ -41,5 +41,5 @@ "url" ], "uuid": "0a46df3a-bd9b-472c-a1e7-6aede7094483", - "version": 1 + "version": 2 } \ No newline at end of file diff --git a/objects/asn/definition.json b/objects/asn/definition.json index 9ca9c6a..c02622a 100644 --- a/objects/asn/definition.json +++ b/objects/asn/definition.json @@ -58,12 +58,12 @@ "ui-priority": 0 } }, - "description": "Autonomous system object describing an autonomous system which can include one or more network operators management an entity (e.g. ISP) along with their routing policy, routing prefixes or alike.", + "description": "Autonomous system object describing an autonomous system which can include one or more network operators managing an entity (e.g. ISP) along with their routing policy, routing prefixes or alike.", "meta-category": "network", "name": "asn", "requiredOneOf": [ "asn" ], "uuid": "4ec55cc6-9e49-4c64-b794-03c25c1a6587", - "version": 4 + "version": 5 } \ No newline at end of file diff --git a/objects/btc-wallet/definition.json b/objects/btc-wallet/definition.json index a1db69b..a4b6e61 100644 --- a/objects/btc-wallet/definition.json +++ b/objects/btc-wallet/definition.json @@ -30,12 +30,12 @@ "ui-priority": 0 } }, - "description": "An object to describe a Bitcoin wallet. Best to be used with bitcoin-transactions.", + "description": "An object to describe a Bitcoin wallet. Best to be used with btc-transaction object.", "meta-category": "financial", "name": "btc-wallet", "requiredOneOf": [ "wallet-address" ], "uuid": "22910C83-DD0E-4ED2-9823-45F8CAD562A4", - "version": 2 + "version": 3 } \ No newline at end of file diff --git a/objects/cookie/definition.json b/objects/cookie/definition.json index dce72d5..1b2fe09 100644 --- a/objects/cookie/definition.json +++ b/objects/cookie/definition.json @@ -67,12 +67,12 @@ "ui-priority": 0 } }, - "description": "An HTTP cookie (web cookie, browser cookie) is a small piece of data that a server sends to the user's web browser. The browser may store it and send it back with the next request to the same server. Typically, it's used to tell if two requests came from the same browser — keeping a user logged-in, for example. It remembers stateful information for the stateless HTTP protocol. (as defined by the Mozilla foundation.", + "description": "An HTTP cookie (web cookie, browser cookie) is a small piece of data that a server sends to the user's web browser. The browser may store it and send it back with the next request to the same server. Typically, it's used to tell if two requests came from the same browser — keeping a user logged-in, for example. It remembers stateful information for the stateless HTTP protocol. As defined by the Mozilla foundation.", "meta-category": "network", "name": "cookie", "required": [ "cookie" ], "uuid": "7755ad19-55c7-4da4-805e-197cf81bbcb8", - "version": 4 + "version": 5 } \ No newline at end of file diff --git a/objects/cortex-taxonomy/definition.json b/objects/cortex-taxonomy/definition.json index 71701c9..a1b9fa9 100644 --- a/objects/cortex-taxonomy/definition.json +++ b/objects/cortex-taxonomy/definition.json @@ -53,7 +53,7 @@ "ui-priority": 2 } }, - "description": "Cortex object describing an Cortex Taxonomy (or mini report)", + "description": "Cortex object describing a Cortex Taxonomy (or mini report)", "meta-category": "misc", "name": "cortex-taxonomy", "required": [ @@ -63,5 +63,5 @@ "level" ], "uuid": "bef7d23b-e796-4d46-803a-32e317896894", - "version": 5 + "version": 6 } \ No newline at end of file diff --git a/objects/cortex/definition.json b/objects/cortex/definition.json index 6841702..67544d6 100644 --- a/objects/cortex/definition.json +++ b/objects/cortex/definition.json @@ -41,12 +41,12 @@ "ui-priority": 0 } }, - "description": "Cortex object describing a complete cortex analysis. Observables would be attribute with a relationship from this object.", + "description": "Cortex object describing a complete Cortex analysis. Observables would be attribute with a relationship from this object.", "meta-category": "misc", "name": "cortex", "requiredOneOf": [ "full" ], "uuid": "144988f3-fa00-4374-8015-c1a32092f451", - "version": 2 + "version": 3 } \ No newline at end of file