Skip to content

Commit

Permalink
Release notes for version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Nov 14, 2023
1 parent 2d6debd commit 2729256
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 14 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1656,12 +1656,20 @@ Service provides information regarding the reputation of a requested URL, domain
#### Action Parameters
PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
--------- | -------- | ----------- | ---- | --------
**network_locations** | required | Network location to check (URL,DNS,IP) | string |
**network_locations** | required | Network location to check (URL,DNS,IP) | string | `domain` `url` `ip`

#### Action Output
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
--------- | ---- | -------- | --------------
action_result.parameter.network_locations | string | |
action_result.data.\*.requested_network_location | string | `domain` `url` `ip` |
action_result.data.\*.type | string | |
action_result.data.\*.last_seen | string | |
action_result.data.\*.first_seen | string | |
action_result.data.\*.associated_malware | string | |
action_result.data.\*.third_party_reputations.total | string | |
action_result.data.\*.third_party_reputations.clean | string | |
action_result.data.\*.third_party_reputations.malicious | string | |
action_result.data.\*.third_party_reputations.undetected | string | |
action_result.status | string | |
action_result.message | string | |
summary.total_objects | numeric | |
Expand All @@ -1678,12 +1686,13 @@ The Network Reputation User Override service enables URL classification override
#### Action Parameters
PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
--------- | -------- | ----------- | ---- | --------
**next_page_sha1** | optional | Optional parameter used for pagination | string |
**next_page_sha1** | optional | Optional parameter used for pagination | string | `sha1`

#### Action Output
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
--------- | ---- | -------- | --------------
action_result.parameter.next_page_sha1 | string | |
action_result.data.\*.user_override.network_locations.\*.network_location | string | `url` `domain` `ip` |
action_result.data.\*.user_override.network_locations.\*.type | string | `url` `domain` `ip` |
action_result.status | string | |
action_result.message | string | |
summary.total_objects | numeric | |
Expand All @@ -1705,7 +1714,8 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
#### Action Output
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
--------- | ---- | -------- | --------------
action_result.parameter.max_results | numeric | |
action_result.data.\*.\*.network_location | string | `url` `domain` `ip` |
action_result.data.\*.\*.type | string | `url` `domain` `ip` |
action_result.status | string | |
action_result.message | string | |
summary.total_objects | numeric | |
Expand Down Expand Up @@ -1733,4 +1743,4 @@ action_result.parameter.remove_overrides_list | string | |
action_result.status | string | |
action_result.message | string | |
summary.total_objects | numeric | |
summary.total_objects_successful | numeric | |
summary.total_objects_successful | numeric | |
6 changes: 6 additions & 0 deletions release_notes/1.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Bug fixes:
* Applied fixes to the data rendering on executed action within application widget in investigation pane
* Removed duplicate jQuery reference in network reputation view
* Enhancements:
* Unified CSS style in widget and custom views
* Updated ReversingLabs branding
8 changes: 0 additions & 8 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
**Unreleased**

* Bug fixes:
* Applied fixes to the data rendering on executed action within application widget in investigation pane
* Removed duplicate jQuery reference in network reputation view

* Enhancements:
* Unified CSS style in widget and custom views
* Updated ReversingLabs branding

0 comments on commit 2729256

Please sign in to comment.