From 1272833442baad0100f710ba3d83a47d24feb514 Mon Sep 17 00:00:00 2001 From: Alan Pinkert Date: Fri, 5 Jan 2024 08:54:42 -0500 Subject: [PATCH 1/2] correct spell check flags --- dictionary.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dictionary.json b/dictionary.json index f3d3da359..bc50295ab 100644 --- a/dictionary.json +++ b/dictionary.json @@ -318,7 +318,7 @@ "enum": { "99": { "caption": "Other", - "description": "The boundar is not mapped. See the boundary attribute, which contains a data source specific value." + "description": "The boundary is not mapped. See the boundary attribute, which contains a data source specific value." }, "0": { "caption": "Unknown", @@ -379,7 +379,7 @@ }, "bulletin": { "caption": "Patch Bulletin", - "description": "The vendor bulletin identfier.", + "description": "The vendor bulletin identifier.", "type": "string_t" }, "bytes": { @@ -1688,7 +1688,7 @@ "enum": { "0": { "caption": "Unknown", - "description": "The normalized impact is unknwon." + "description": "The normalized impact is unknown." }, "1": { "caption": "Low" @@ -1991,7 +1991,7 @@ }, "ldap_person": { "caption": "LDAP Person", - "description": "The additonal LDAP attributes that describe a person.", + "description": "The additional LDAP attributes that describe a person.", "type": "ldap_person" }, "lease_dur": { @@ -2156,7 +2156,7 @@ }, "malware": { "caption": "Malware", - "description": "A list of Malware objects, decribing details about the identified malware.", + "description": "A list of Malware objects, describing details about the identified malware.", "is_array": true, "type": "malware" }, @@ -2626,7 +2626,7 @@ }, "purl":{ "caption": "Package URL", - "description": "A purl is a URL string used to identify and locate a software package in a mostly universal and uniform way across programing languages, package managers, packaging conventions, tools, APIs and databases.", + "description": "A purl is a URL string used to identify and locate a software package in a mostly universal and uniform way across programming languages, package managers, packaging conventions, tools, APIs and databases.", "type": "string_t" }, "proxy_connection_info": { From 023eb235b601877eaf98891a4cdd99c6088b062d Mon Sep 17 00:00:00 2001 From: Alan Pinkert Date: Fri, 5 Jan 2024 09:08:25 -0500 Subject: [PATCH 2/2] added spelling corrections elsewhere --- CONTRIBUTING.md | 2 +- events/discovery/user_inventory.json | 2 +- events/findings/finding.json | 2 +- objects/compliance.json | 2 +- objects/epss.json | 2 +- objects/ldap_person.json | 2 +- objects/organization.json | 2 +- objects/user.json | 2 +- profiles/security_control.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 351f0de07..ceeaf6d91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # OCSF Contribution Guide -This documentation presents guidelines and expected etiquettes to successfully contribute to the developement of OCSF Schemas and the framework itself. +This documentation presents guidelines and expected etiquettes to successfully contribute to the development of OCSF Schemas and the framework itself. * * * diff --git a/events/discovery/user_inventory.json b/events/discovery/user_inventory.json index 340e1d8eb..a0a5a3ee4 100644 --- a/events/discovery/user_inventory.json +++ b/events/discovery/user_inventory.json @@ -6,7 +6,7 @@ "uid": 3, "attributes": { "actor": { - "description": "The actor describes the process that was the source of the inventory activity. In the case of user inventory data, that could be a particular procss or script that is run to scrape the user data. For example, it could be a powershell process that runs to pull data from the Azure AD graph API.", + "description": "The actor describes the process that was the source of the inventory activity. In the case of user inventory data, that could be a particular process or script that is run to scrape the user data. For example, it could be a powershell process that runs to pull data from the Azure AD graph API.", "group": "context", "requirement": "optional" }, diff --git a/events/findings/finding.json b/events/findings/finding.json index 294ef40fa..6c64e986c 100644 --- a/events/findings/finding.json +++ b/events/findings/finding.json @@ -49,7 +49,7 @@ "requirement": "optional" }, "device": { - "description": "Describes the affected device/host. It can be used in conjunction with Affected Resource(s).

e.g. Sepcific details about an AWS EC2 instance, that is affected by the Finding.

", + "description": "Describes the affected device/host. It can be used in conjunction with Affected Resource(s).

e.g. Specific details about an AWS EC2 instance, that is affected by the Finding.

", "group": "primary", "requirement": "optional" }, diff --git a/objects/compliance.json b/objects/compliance.json index 7a3ffcf9e..5e33eeb59 100644 --- a/objects/compliance.json +++ b/objects/compliance.json @@ -34,7 +34,7 @@ }, "2": { "caption": "Warning", - "description": "The compliance check did not yeild a result due to missing information." + "description": "The compliance check did not yield a result due to missing information." }, "3": { "caption": "Fail", diff --git a/objects/epss.json b/objects/epss.json index c35eb8280..759c36c6b 100644 --- a/objects/epss.json +++ b/objects/epss.json @@ -17,7 +17,7 @@ "requirement": "required" }, "version": { - "description": "The version of the EPSS model used to calcuate the score.", + "description": "The version of the EPSS model used to calculate the score.", "requirement": "recommended" } } diff --git a/objects/ldap_person.json b/objects/ldap_person.json index 397f33d02..e3bbaaf10 100644 --- a/objects/ldap_person.json +++ b/objects/ldap_person.json @@ -1,6 +1,6 @@ { "caption": "LDAP Person", - "description": "The additonal LDAP attributes that describe a person.", + "description": "The additional LDAP attributes that describe a person.", "name": "ldap_person", "extends": "object", "attributes": { diff --git a/objects/organization.json b/objects/organization.json index 41257136d..845455716 100644 --- a/objects/organization.json +++ b/objects/organization.json @@ -1,6 +1,6 @@ { "caption": "Organization", - "description": "The Organization object describes characteristics of an orgnization or company and its division if any.", + "description": "The Organization object describes characteristics of an organization or company and its division if any.", "extends": "_entity", "name": "organization", "attributes": { diff --git a/objects/user.json b/objects/user.json index 512455f1d..e04495471 100644 --- a/objects/user.json +++ b/objects/user.json @@ -27,7 +27,7 @@ "requirement": "optional" }, "ldap_person": { - "description": "The additonal LDAP attributes that describe a person.", + "description": "The additional LDAP attributes that describe a person.", "requirement": "optional" }, "name": { diff --git a/profiles/security_control.json b/profiles/security_control.json index 9adb35168..1f3a50c3e 100644 --- a/profiles/security_control.json +++ b/profiles/security_control.json @@ -85,7 +85,7 @@ }, "9": { "caption": "Restored", - "description": "A quarantined file or other content was restoerd to its original location." + "description": "A quarantined file or other content was restored to its original location." }, "10": { "caption": "Exonerated",