Skip to content

Commit

Permalink
Merge pull request #916 from alanisaac/spellcheck
Browse files Browse the repository at this point in the history
Correct a variety of spelling issues
  • Loading branch information
Aniak5 committed Jan 5, 2024
2 parents a49cfcd + 023eb23 commit 58649ac
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.

* * *

Expand Down
12 changes: 6 additions & 6 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
"enum": {
"99": {
"caption": "Other",
"description": "The boundar is not mapped. See the <code>boundary</code> attribute, which contains a data source specific value."
"description": "The boundary is not mapped. See the <code>boundary</code> attribute, which contains a data source specific value."
},
"0": {
"caption": "Unknown",
Expand Down Expand Up @@ -379,7 +379,7 @@
},
"bulletin": {
"caption": "Patch Bulletin",
"description": "The vendor bulletin identfier.",
"description": "The vendor bulletin identifier.",
"type": "string_t"
},
"bytes": {
Expand Down Expand Up @@ -1688,7 +1688,7 @@
"enum": {
"0": {
"caption": "Unknown",
"description": "The normalized impact is unknwon."
"description": "The normalized impact is unknown."
},
"1": {
"caption": "Low"
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion events/discovery/user_inventory.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion events/findings/finding.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"requirement": "optional"
},
"device": {
"description": "Describes the affected device/host. It can be used in conjunction with <code>Affected Resource(s)</code>. <p> e.g. Sepcific details about an AWS EC2 instance, that is affected by the Finding.</p>",
"description": "Describes the affected device/host. It can be used in conjunction with <code>Affected Resource(s)</code>. <p> e.g. Specific details about an AWS EC2 instance, that is affected by the Finding.</p>",
"group": "primary",
"requirement": "optional"
},
Expand Down
2 changes: 1 addition & 1 deletion objects/compliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion objects/epss.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down
2 changes: 1 addition & 1 deletion objects/ldap_person.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion objects/organization.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion objects/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion profiles/security_control.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 58649ac

Please sign in to comment.