Skip to content

Commit 2729256

Browse files
author
root
committed
Release notes for version 1.2.1
1 parent 2d6debd commit 2729256

File tree

3 files changed

+22
-14
lines changed

3 files changed

+22
-14
lines changed

README.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -1656,12 +1656,20 @@ Service provides information regarding the reputation of a requested URL, domain
16561656
#### Action Parameters
16571657
PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
16581658
--------- | -------- | ----------- | ---- | --------
1659-
**network_locations** | required | Network location to check (URL,DNS,IP) | string |
1659+
**network_locations** | required | Network location to check (URL,DNS,IP) | string | `domain` `url` `ip`
16601660

16611661
#### Action Output
16621662
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
16631663
--------- | ---- | -------- | --------------
1664-
action_result.parameter.network_locations | string | |
1664+
action_result.data.\*.requested_network_location | string | `domain` `url` `ip` |
1665+
action_result.data.\*.type | string | |
1666+
action_result.data.\*.last_seen | string | |
1667+
action_result.data.\*.first_seen | string | |
1668+
action_result.data.\*.associated_malware | string | |
1669+
action_result.data.\*.third_party_reputations.total | string | |
1670+
action_result.data.\*.third_party_reputations.clean | string | |
1671+
action_result.data.\*.third_party_reputations.malicious | string | |
1672+
action_result.data.\*.third_party_reputations.undetected | string | |
16651673
action_result.status | string | |
16661674
action_result.message | string | |
16671675
summary.total_objects | numeric | |
@@ -1678,12 +1686,13 @@ The Network Reputation User Override service enables URL classification override
16781686
#### Action Parameters
16791687
PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
16801688
--------- | -------- | ----------- | ---- | --------
1681-
**next_page_sha1** | optional | Optional parameter used for pagination | string |
1689+
**next_page_sha1** | optional | Optional parameter used for pagination | string | `sha1`
16821690

16831691
#### Action Output
16841692
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
16851693
--------- | ---- | -------- | --------------
1686-
action_result.parameter.next_page_sha1 | string | |
1694+
action_result.data.\*.user_override.network_locations.\*.network_location | string | `url` `domain` `ip` |
1695+
action_result.data.\*.user_override.network_locations.\*.type | string | `url` `domain` `ip` |
16871696
action_result.status | string | |
16881697
action_result.message | string | |
16891698
summary.total_objects | numeric | |
@@ -1705,7 +1714,8 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
17051714
#### Action Output
17061715
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
17071716
--------- | ---- | -------- | --------------
1708-
action_result.parameter.max_results | numeric | |
1717+
action_result.data.\*.\*.network_location | string | `url` `domain` `ip` |
1718+
action_result.data.\*.\*.type | string | `url` `domain` `ip` |
17091719
action_result.status | string | |
17101720
action_result.message | string | |
17111721
summary.total_objects | numeric | |
@@ -1733,4 +1743,4 @@ action_result.parameter.remove_overrides_list | string | |
17331743
action_result.status | string | |
17341744
action_result.message | string | |
17351745
summary.total_objects | numeric | |
1736-
summary.total_objects_successful | numeric | |
1746+
summary.total_objects_successful | numeric | |

release_notes/1.2.1.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* Bug fixes:
2+
* Applied fixes to the data rendering on executed action within application widget in investigation pane
3+
* Removed duplicate jQuery reference in network reputation view
4+
* Enhancements:
5+
* Unified CSS style in widget and custom views
6+
* Updated ReversingLabs branding

release_notes/unreleased.md

-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
11
**Unreleased**
2-
3-
* Bug fixes:
4-
* Applied fixes to the data rendering on executed action within application widget in investigation pane
5-
* Removed duplicate jQuery reference in network reputation view
6-
7-
* Enhancements:
8-
* Unified CSS style in widget and custom views
9-
* Updated ReversingLabs branding

0 commit comments

Comments
 (0)