Skip to content

Commit

Permalink
Release notes for version 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Oct 14, 2024
1 parent b6a6c58 commit 094294e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Phantom

Publisher: Splunk
Connector Version: 3.7.0
Connector Version: 3.7.1
Product Vendor: Phantom
Product Name: Phantom
Product Version Supported (regex): ".\*"
Expand Down Expand Up @@ -244,7 +244,7 @@ action_result.status | string | | success failed
action_result.parameter.container_id | numeric | `phantom container id` | 35
action_result.parameter.content | string | | Adding a note via app action
action_result.parameter.phase_id | string | |
action_result.parameter.title | string | | Note test Testing note
action_result.parameter.title | string | | Note test
action_result.data | string | |
action_result.summary | string | |
action_result.message | string | | Note created
Expand Down Expand Up @@ -404,7 +404,7 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
**cef_dictionary** | optional | CEF JSON | string |
**contains** | optional | Data type for each CEF field | string |
**run_automation** | optional | Run automation on newly created artifact(s) (default: false) | boolean |
**determine_contains** | optional | Determine contains for any CEF fields without a provided contains value. (default: true) | boolean |
**determine_contains** | optional | Determine contains for any CEF fields without a provided contains value (default: true) | boolean |

#### Action Output
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
Expand All @@ -419,6 +419,7 @@ action_result.parameter.label | string | | event
action_result.parameter.name | string | | Artifact_demo
action_result.parameter.run_automation | string | | True False
action_result.parameter.source_data_identifier | string | |
action_result.parameter.determine_contains | boolean | |
action_result.data.\*.existing_artifact_id | numeric | |
action_result.data.\*.failed | boolean | |
action_result.data.\*.id | numeric | | 123
Expand Down Expand Up @@ -559,8 +560,8 @@ action_result.status | string | | success failed
action_result.parameter.container_artifacts | string | | [{"name": "A human friendly name for artifact (1)", "label": "event", "source_data_identifier": 1},{"name": "A human friendly name for artifact (2)", "label": "event", "source_data_identifier": 2},{"name": "A human friendly name for artifact (3)", "label": "event", "source_data_identifier": 3}]
action_result.parameter.container_json | string | | {"severity": "medium", "label": "events", "version": 1, "asset": 7, "status": "new", "description": "New Container from Phantom Helper", "tags": [], "data": {}, "name": "This is a container"}
action_result.data | string | |
action_result.summary.artifact_count | numeric | | 3 5
action_result.summary.container_id | numeric | `phantom container id` | 82 77
action_result.summary.artifact_count | numeric | | 3
action_result.summary.container_id | numeric | `phantom container id` |
action_result.summary.failed_artifact_count | numeric | | 7
action_result.message | string | | Container id: 82, Artifact count: 3
summary.total_objects | numeric | | 1
Expand Down
1 change: 1 addition & 0 deletions release_notes/3.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Added addtional 'determine_contains' parameter to disable the ability for SOAR to determine contains when adding an artifact.[PAPP-34715]
1 change: 0 additions & 1 deletion release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
**Unreleased**
* Added addtional 'determine_contains' parameter to disable the ability for SOAR to determine contains when adding an artifact.[PAPP-34715]

0 comments on commit 094294e

Please sign in to comment.