Skip to content

Commit 00d5244

Browse files
Update the OCSF logo
Signed-off-by: Roumen Roupski <[email protected]>
1 parent d081f6c commit 00d5244

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![OCSF Logo](ocsf.png "Open Cybersecurity Schema Framework") Open Cybersecurity Schema Framework
1+
# <img src="ocsf.png" alt="OCSF Logo" width="32"/> Open Cybersecurity Schema Framework
22

33
This repository defines the Open Cybersecurity Schema Framework (OCSF) schema.
44
OCSF is a framework for creating schemas and it also delivers a cybersecurity
@@ -30,17 +30,16 @@ creating categories, profiles or event classes from the dictionary. Extensions c
3030
attributes to the dictionary, including new objects. As with categories, event classes and profiles,
3131
extensions have unique IDs within the framework as well as versioning.
3232

33-
3433
To extend the schema create a new directory in the `schema/extensions` directory. The directory
3534
structure is the same as the top level schema directory, and it may contain the following files
3635
and subdirectories.
3736

38-
| Name | Description |
39-
| ----------------- | ------------------------------------------------------------ |
37+
| Name | Description |
38+
| ----------------- | ------------------------------------------------------------------------- |
4039
| `categories.json` | Create it to define a new event category to reserve a range of class IDs. |
41-
| `dictionary.json` | Create it to define new attributes. |
42-
| `events` | Create it to define new event classes. |
43-
| `objects` | Create it to define new objects. |
40+
| `dictionary.json` | Create it to define new attributes. |
41+
| `events` | Create it to define new event classes. |
42+
| `objects` | Create it to define new objects. |
4443

4544
For more information on extending the schema, please refer to the contribution guide,
4645
[CONTRIBUTING.md](https://github.com/ocsf/ocsf-schema/blob/main/CONTRIBUTING.md)

ocsf.png

155 KB
Loading

0 commit comments

Comments
 (0)