Skip to content

Commit

Permalink
Merge pull request #95 from frack113/date
Browse files Browse the repository at this point in the history
  • Loading branch information
sifex authored Sep 8, 2024
2 parents b1944b7 + e0f0e8d commit 2e99e13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions docs/basics/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.

:::

Expand Down
6 changes: 3 additions & 3 deletions docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2e99e13

Please sign in to comment.