Skip to content

Commit 3116475

Browse files
authored
Update SECURITY.md
1 parent 419ea3b commit 3116475

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

SECURITY.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,21 @@
22

33
## Supported Versions
44

5-
We do not have a release of the [Processing()]() class yet.
6-
As soon as we have a first version, we will update this file.
7-
8-
Version strings will have the following format: `Processing()-yy.mm-n`
5+
Version strings will have the following format: `SystemCore-vm.yy.mm.n`
96

107
| Key | Description |
118
| - | - |
12-
| Processing() | Name of the process |
9+
| SystemCore | Name of the package |
10+
| m | Major Version |
1311
| yy | Year |
1412
| mm | Month |
15-
| n | Build number |
13+
| n | Build Number |
1614

17-
Example: `Processing()-23.05-1`
15+
Example: `SystemCore-v1.25.4.1`
1816

1917
| Version | Supported |
2018
| ------- | ------------------ |
21-
| Processing()-23.05-1 | :white_check_mark: |
19+
| SystemCore-v1.25.4.1 | :white_check_mark: |
2220

2321
## Reporting a Vulnerability
2422

0 commit comments

Comments
 (0)