-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from frack113/date
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,8 +36,8 @@ references: | |
- https://developer.okta.com/docs/reference/api/system-log/ | ||
- https://developer.okta.com/docs/reference/api/event-types/ | ||
author: Austin Songer @austinsonger | ||
date: 2021/09/12 | ||
modified: 2022/10/09 | ||
date: 2021-09-12 | ||
modified: 2022-10-09 | ||
tags: | ||
- attack.impact | ||
logsource: | ||
|
@@ -305,7 +305,7 @@ It splits up each defined logsource into three distinct fields - `category`, `pr | |
|
||
```yaml | ||
author: Austin Songer @austinsonger | ||
date: 2021/09/12 | ||
date: 2021-09-12 | ||
logsource: // [!code focus:3] | ||
product: okta | ||
service: okta | ||
|
@@ -482,13 +482,13 @@ author: Sirens [[email protected]] | |
The `date` / `modified` field states the creation / last modified date of the rule. | ||
|
||
```yaml | ||
date: 2023/01/01 | ||
modified: 2023/01/02 | ||
date: 2023-01-01 | ||
modified: 2023-01-02 | ||
``` | ||
|
||
:::info Date Format | ||
|
||
The `date` and `modified` fields should be standardised to use the `YYYY/MM/DD` or `YYYY-MM-DD` date format. | ||
The `date` and `modified` fields should be standardised to use the ISO 8601 date with separator format : YYYY-MM-DD. | ||
|
||
::: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -173,8 +173,8 @@ references: | |
- https://developer.okta.com/docs/reference/api/system-log/ | ||
- https://developer.okta.com/docs/reference/api/event-types/ | ||
author: Austin Songer @TheAustinSonger | ||
date: 2021/09/12 | ||
modified: 2022/10/09 | ||
date: 2021-09-12 | ||
modified: 2022-10-09 | ||
tags: | ||
- attack.impact | ||
logsource: | ||
|
@@ -294,7 +294,7 @@ description: > | |
references: | ||
- https://wiki.example.com/DOG/Sad+Puppy+Playbook+(2023) | ||
author: Toto <[email protected]> | ||
date: 2023/04/06 | ||
date: 2023-04-06 | ||
logsource: | ||
product: puppy | ||
service: app | ||
|