Skip to content

Commit

Permalink
added spelling corrections elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
alanisaac committed Jan 5, 2024
1 parent 1272833 commit 023eb23
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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
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 023eb23

Please sign in to comment.