Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging next to main for release 1.4.1 #18

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Gitlab CI/CD pipeline
include:
- project: 'integrations/ops/release-pipeline'
ref: master
file: 'splunk-integrations/gitlab-ci.yml'
2,310 changes: 1,589 additions & 721 deletions README.md

Large diffs are not rendered by default.

1,110 changes: 773 additions & 337 deletions manual_readme_content.md

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[tool.black]
line-length = 145
target-version = ['py39']
verbose = true

[tool.isort]
line_length = 145
profile = "black"
50 changes: 50 additions & 0 deletions release_notes/1.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
* Added new actions:
* File Reputation User Override
* List Active File Reputation User Overrides
* Customer Daily Usage
* Customer Dayrange usage
* Customer Monthly Usage
* Customer Month Range Usage
* Customer Yara API Usage
* Customer Quota Limits
* Get Domain Report
* Get Domain Downloaded Files
* Get Urls From Domain
* Get Resolutions From Domain
* Get Related Domains
* Get IP Report
* Get IP Downloaded Files
* Get Urls From IP
* Get Resolutions From IP
* Bug fixes:
* Applied fixes to the data display when response does not contain requested key
* Applied fixes for out of index error while fetching data for dropped files in dynamic analysis results actions
* Enhancements:
* Changed action type for following actions
* get_yara_matches (from generic to investigate)
* yara_retro_enable_hunt (from generic to investigate)
* yara_retro_start_hunt (from generic to investigate)
* get_yara_retro_matches (from generic to investigate)
* advanced_search (from generic to investigate)
* get_url_downloaded_files (from generic to investigate)
* uri_index (from generic to investigate)
* Added new value lists for following actions to enhance UX and control parameter data type:
* get_yara_matches (timestamp, utc)
* get_yara_retro_matches (timestamp, utc)
* get_url_downloaded_files (timestamp, utc)
* submit for dynamic analysis (windows10, windows11, windows7, macos11, linux)
* submit url for dynamic analysis (windows10, windows11, windows7, macos11, linux)
* Adjusted descrioptions on some actions to be more precise
* Added new charts for actions to enhance UX and data readability
* Added color coding in custom views for actions to enhance UX
* Added contextual actions in custom views to enhance UX
* Applied new CSS style for better data readability
* Added custom views for actions:
* customer dayrange usage
* customer month range usage
* get domain downloaded files
* get domain report
* get file reputation user overrides
* get active file reputation user overrides
* get ip downloaded files
* get ip report
7 changes: 7 additions & 0 deletions release_notes/1.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
* Updated ReversingLabs SDK library version:
* Updated library version from reversinglabs_sdk_py3-2.5.4-py3-none-any.whl to reversinglabs_sdk_py3-2.7.0-py3-none-any.whl
* Updated dependencies libraries
* from certifi-2022.12.7-py3-none-any.whl to certifi-2024.2.2-py3-none-any.whl
* from idna-3.4-py3-none-any.whl to idna-3.7-py3-none-any.whl
* from requests-2.28.1-py3-none-any.whl to requests-2.32.2-py3-none-any.whl
* from urllib3-1.26.13-py2.py3-none-any.whl to urllib3-2.2.1-py3-none-any.whl
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
reversinglabs-sdk-py3==2.4.2
reversinglabs-sdk-py3==2.7.0
Loading
Loading