fix: [objects description] ref #384 - Grammar fixes included in the JSON files.

pull/385/head
Alexandre Dulaunoy 2023-02-02 10:51:32 +01:00
parent 8dd1d8ef5a
commit cd27802aab
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
6 changed files with 12 additions and 12 deletions

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}