Skip to content

Commit

Permalink
Merge pull request #1207 from SEKOIA-IO/fix/SentinelOneCreateIoCsActi…
Browse files Browse the repository at this point in the history
…onDeclaration

SentinelOne: fix declaration of the CreateIoCs action
  • Loading branch information
squioc authored Dec 4, 2024
2 parents 3e9c67f + d4658f4 commit a433b23
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
6 changes: 6 additions & 0 deletions SentinelOne/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 2024-12-04 - 1.19.4

### Fixed

- Fix the declaration of the create IoCs action

## 2024-12-04 - 1.19.3

### Fixed
Expand Down
12 changes: 7 additions & 5 deletions SentinelOne/action_create_iocs.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@
"type": "string"
}
}
}
},
"required": [
"account_ids"
]
}
},
"required": [
"stix_objects_path",
"account_ids"
"stix_objects_path"
],
"title": "Arguments",
"type": "object"
Expand All @@ -57,7 +59,7 @@
"description": "All indicators pushed",
"type": "array",
"items": {
"type":"object",
"type": "object",
"properties": {
"source": {
"type": "string"
Expand Down Expand Up @@ -155,4 +157,4 @@
}
},
"uuid": "3483ff12-8b2e-4614-b9b0-5f6019cb2678"
}
}
2 changes: 1 addition & 1 deletion SentinelOne/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"name": "SentinelOne",
"uuid": "ff675e74-e5c1-47c8-a571-d207fc297464",
"slug": "sentinelone",
"version": "1.19.3",
"version": "1.19.4",
"categories": [
"Endpoint"
]
Expand Down

0 comments on commit a433b23

Please sign in to comment.