fix wrong dates

This commit is contained in:
CanbiZ 2025-03-21 10:23:12 +01:00
parent fe856fc5b9
commit 174b7d82e5
2 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,7 @@
"categories": [ "categories": [
8 8
], ],
"date_created": "2024-03-21", "date_created": "2025-03-21",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,

View File

@ -1,8 +1,10 @@
{ {
"name": "Wazuh", "name": "Wazuh",
"slug": "wazuh", "slug": "wazuh",
"categories": [1], "categories": [
"date_created": "2024-03-25", 1
],
"date_created": "2025-03-19",
"type": "ct", "type": "ct",
"updateable": false, "updateable": false,
"privileged": false, "privileged": false,