Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 21, 2022

Bumps prettytable from 0.7.2 to 3.2.0.

Release notes

Sourced from prettytable's releases.

Release 3.2.0

Added

  • Use concrete built-in exceptions instead of Exception base class (#169) @​hugovk

Fixed

Release 3.1.1

Fixed

Release 3.1.0

Added

Release 3.0.0

Removed

Fixed

Release 2.5.0

Added

Release 2.4.0

Added

Release 2.3.0

Added

Changed

... (truncated)

Changelog

Sourced from prettytable's changelog.

PrettyTable 1.0.1 and newer

See GitHub Releases:

PrettyTable 1.0 - October 4, 2020

  • Dropped support for EOL Python 2.4-2.6 and 3.0-3.4.
  • Added support for Python 3.5-3.9.
  • Added del_column(field_name).
  • Added get_csv_string with delimiter option (comma or tab) and optional header.
  • Use wcwidth for better wide char support.
  • New paginate method can be used to produce strings suitable for piping to lp/lpr.
  • from_html now handles HTML tables with colspan, rather than choking on them.
  • Added min_width, min_table_width and max_table_width attribute/options for better control of table sizing.
  • Added "title" attribute/option for table titles.
  • When slice syntax is used to create a new sub-table out of an existing table, the rows are sorted before, not after, the slicing. The old behaviour (slice then sort) can be achieved by setting oldsortslice=True.
  • The from_csv table factory now accepts CSV format parameters as keyword arguments (e.g. delimiter, doublequote, escapechar, etc.)
  • Added 0x000f to the list of special characters with width 0, to fix problems with coloured strings produced by the Blessings library.
  • Fixed constructor argument float_format to work as intended.
  • Removed print_html() from README.
  • Added from_json and get_json_string to PrettyTable.
  • Fixed PLAIN_COLUMN to PLAIN_COLUMNS in README.
  • Added Markdown and Org mode styles.

PrettyTable 0.7 - Feb 17, 2013

  • Improved Python 2 and 3 compatibility (2.4-3.2).
  • Improved support for non-Latin characters. Table widths should now be calculated correctly for tables with e.g. Japanese text.
  • Table contents can now be read in from a .csv file
  • Table contents can now be read in from a DB-API compatible cursor
  • Table contents can now be read in from a string containing an HTML table (thanks to Christoph Robbert for submitting this patch!)
  • New valign attribute controls vertical alignment of text when some cells in a row have multiple lines of text and others don't. (thanks to Google Code user maartendb for submitting this patch!)
  • hrules attribute can now be set to HEADER, which draws a rule only under the header row
  • New vrules attribute controls drawing of vertical rules and can be set to FRAME, ALL or NONE
  • New header_style attribute controls formatting of text in table headers and can be set to cap, title, upper, lower or None
  • Fixed a simple bug regarding validation of max_width (thanks to Anthony Toole for

... (truncated)

Commits
  • 7cda3f9 Merge pull request #174 from av-guy/none_format
  • 05f0d70 removed redundant len check from _stringify_row for none_format
  • 53b3fd3 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • b396f90 added fix for none_formatting issue #172
  • c2ceb38 Merge pull request #171 from OlafvdSpek/master
  • 7a1630f Fix styling
  • 698e1e2 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 8570d9a Fix required trailing whitespace
  • b982642 Add test for max_table_width
  • 8a87ac1 Enforce max widths for field names
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [prettytable](https://github.com/jazzband/prettytable) from 0.7.2 to 3.2.0.
- [Release notes](https://github.com/jazzband/prettytable/releases)
- [Changelog](https://github.com/jazzband/prettytable/blob/master/CHANGELOG.md)
- [Commits](prettytable/prettytable@0.7.2...3.2.0)

---
updated-dependencies:
- dependency-name: prettytable
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 21, 2022

The following labels could not be found: python, dependencies, docs-approved.

tsachzim pushed a commit that referenced this pull request May 1, 2022
* Automox Content Pack for XSOAR (#1)

* IN-104 Implemented commands related to Administration and Vulnerability Sync use cases.

* [IN-149] Adding Vulnerability Upload Playbook (#2)

Added playbook to automate report uploads

* [IN-152] Automox XSOAR Documentation (#3)

Added documentation for Playbook, Integration, and Pack

* IN-166 Automox XSOAR Unit Tests (#4)

* Adding unit tests

* Reviewed checklist for XSOAR submission

* Cleaning up integration test files

* Fixed validation issues with playbook

* Updated README and Integration yaml to be consistent with args in Python. Fixed issues with fromversion and tests in Integration yaml.

* Playbook documentation updates regarding supported csv formats

* Present errors in a pleasant and readable way. Handled basic http fail codes

* Updated delete commands to update objects in the context with deleted key

* Removed test playbook from integration yaml

Co-authored-by: MLainer1 <93524335+MLainer1@users.noreply.github.com>

* Added Automox integration instrumentation

* Fixed docker image version and schema validation in integration yaml

Co-authored-by: MLainer1 <93524335+MLainer1@users.noreply.github.com>

Co-authored-by: Jack Miller <94870866+ax-jmiller@users.noreply.github.com>
Co-authored-by: MLainer1 <93524335+MLainer1@users.noreply.github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 5, 2022

Superseded by #96.

@dependabot dependabot bot closed this May 5, 2022
@dependabot dependabot bot deleted the dependabot/pip/dot-circleci/prettytable-3.2.0 branch May 5, 2022 21:39
tsachzim pushed a commit that referenced this pull request Jul 18, 2024
…emisto#35310)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #1/19 (demisto#35234)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #9/19 (demisto#35242)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #8/19 (demisto#35241)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #7/19 (demisto#35240)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #4/19 (demisto#35237)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #11/19 (demisto#35244)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #19/19 (demisto#35252)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #3/19 (demisto#35236)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #10/19 (demisto#35243)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #12/19 (demisto#35245)

Co-authored-by: Tal Zichlinsky <35036457+talzich@users.noreply.github.com>

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #13/19 (demisto#35246)

Co-authored-by: Tal Zichlinsky <35036457+talzich@users.noreply.github.com>

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #14/19 (demisto#35247)

Co-authored-by: Tal Zichlinsky <35036457+talzich@users.noreply.github.com>

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #17/19 (demisto#35250)

Co-authored-by: Tal Zichlinsky <35036457+talzich@users.noreply.github.com>

* demisto/python3:3.10.14.100715 | 0-100 | PR batch #15/19 (demisto#35248)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #15/19

* Fix text encoding

* Update Pulsedive.yml

---------

Co-authored-by: Tal Zichlinsky <35036457+talzich@users.noreply.github.com>

* demisto/python3:3.10.14.100715 | 0-100 | PR batch #16/19 (demisto#35249)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #16/19

* Update ThousandEyes.yml

---------

Co-authored-by: Tal Zichlinsky <35036457+talzich@users.noreply.github.com>

* demisto/python3:3.10.14.100715 | 0-100 | PR batch #2/19 (demisto#35235)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #2/19

* pre-commit fixes

* fix

---------

Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>

* demisto/python3:3.10.14.100715 | 0-100 | PR batch #6/19 (demisto#35239)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #6/19

* Empty commit

* fixes

* fix

* space

* fix

---------

Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>

* demisto/python3:3.10.14.100715 | 0-100 | PR batch #5/19 (demisto#35238)

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #5/19

* fixes

* Empty commit

* Empty commit

* Empty commit

* Empty commit

---------

Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>
Co-authored-by: inbalapt1 <164751454+inbalapt1@users.noreply.github.com>

* Updated docker image to demisto/python3:3.10.14.100715. PR batch #18/19 (demisto#35251)

Co-authored-by: Tal Zichlinsky <35036457+talzich@users.noreply.github.com>

* Update RN

* Empty commit to re-trigger build pipeline

---------

Co-authored-by: Tal Zichlinsky <35036457+talzich@users.noreply.github.com>
Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>
Co-authored-by: inbalapt1 <164751454+inbalapt1@users.noreply.github.com>
tsachzim pushed a commit that referenced this pull request Jul 18, 2024
…demisto#35346)

* demisto/powershell:7.4.0.80528 | 0-100 | PR batch #1/1 (demisto#35333)

* Updated docker image to demisto/powershell:7.4.0.80528. PR batch #1/1

* fixes

---------

Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>

* demisto/py3-tools:1.0.0.102774 | 0-100 | PR batch #2/2 (demisto#35335)

* Updated docker image to demisto/py3-tools:1.0.0.102774. PR batch #2/2

* fixes

---------

Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>

* demisto/py3-tools:1.0.0.102774 | 0-100 | PR batch #1/2 (demisto#35334)

* Updated docker image to demisto/py3-tools:1.0.0.102774. PR batch #1/2

* fixes

* fix

* fix

---------

Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>

* Updated docker image to demisto/python3-deb:3.11.9.102626. PR batch #1/1 (demisto#35336)

* Update release notes

---------

Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>
tsachzim pushed a commit that referenced this pull request Jul 18, 2024
* configuration changes

* rn

* deprecation

* readme deprecation

* resolve-identity-detection

* test

* fix conflict

* cs-falcon-search-detection

* unit test

* !cs-falcon-resolve-detection

* cs-falcon-list-detection-summaries

* fix the filter

* fix

* fix tests

* fixes

* fix

* add CrowdStrike.Detections.behaviors.behavior_id

* fix outputs of list-detection-summaries

* finally outputs for cs-falcon-list-detection-summaries

* test

* fetch

* mirroring

* existing fetch

* new fetch

* add tests

* revert unnecessary changes in the mapper

* fix the query

* fix

* fis tests

* last mapper

* fix mapper

* mirroring of new type

* fixes from cr

* fix

* remove the raptor from the tests

* fix tests

* fixes

* fix old mapper

* legacy

* RN

* rn

* metadata

* pre commit

* build fixes

* build fixes #2

* Apply suggestions from code review

Shirley fixes

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* More from Shirley

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* cr

* cr

* format

* adding testing the parameters

* Bump pack from version CommonTypes to 3.5.8.

* fix test

* cr

* logs

* fix a mistake

* pre commit

* RN

* fix rn

* fix rn

* fix validate errors

* fix test playbook

* pre commit

* format

* RN

* change output

* fix test playbook

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: Content Bot <bot@demisto.com>
tsachzim pushed a commit that referenced this pull request Jul 18, 2024
* change path to relative md files integrations A-D

* fix docker

* fix docker

* fix docker

* fix DS108

* ignore rm112

* fix ds108

* type annotation fix (demisto#35317)

* type annotation fix

* RN

* revert pack version bump

* BmcITSM- fix duplicate incidents (demisto#35192)

* adding logs

* adding a fix to the last ticket create time

* adding unit test to demonstrate the bug

* adding the fix+precommit_rn

* adding reason

* docker fix

* add to known words

* Update Packs/BmcITSM/ReleaseNotes/1_0_23.md

Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>

* cr fix

* cr note

* cr note

---------

Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>

* [CortexXpanse] Option to add tags to assets (demisto#35111) (demisto#35316)

* change content

* RN

* update play

* fix val error

* Apply suggestions from code review



* Apply suggestions from code review



* John feedback

* sasha recommendations

* bump ver

* removed (s) in survey title

* update screenshot

---------

Co-authored-by: johnnywilkes <32227961+johnnywilkes@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Anomali bug (demisto#35060)

* updated the authentication process, due to api changes

* added rn

* updated unit test

* removed comment

* updated do

* Aws waf regions (demisto#35276)

* added more regions to the region param

* added rn

* added regions as args as well

* updated docker image

* Fix Fetch-Alerts Microsoft Defender for Cloud Apps (demisto#35083)

* fix the fetches issue

* fix the fetches issue

* RN

* Update Packs/MicrosoftCloudAppSecurity/ReleaseNotes/2_2_1.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Bump google-cloud-compute from 1.19.0 to 1.19.1 (demisto#35314)

Bumps [google-cloud-compute](https://github.com/googleapis/google-cloud-python) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@google-cloud-compute-v1.19.0...google-cloud-compute-v1.19.1)

---
updated-dependencies:
- dependency-name: google-cloud-compute
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Skip python2 not support csp test (demisto#35328)

* Skip python2 not supported test

* [ASM] EXPANDR-9733 Cortex ASM Patching files (demisto#35114) (demisto#35332)

* Patching ASM files

* read me fix

* add description

* fixes

* fixes

* fixes

* updated version

* updated version

* core pack dependency

* added misc suggestions

* added misc suggestions

Co-authored-by: Chait A <112722030+capanw@users.noreply.github.com>

* fix-ews-get-attachment (demisto#35315)

* fix-ews-get-attachment

* add RN

* rn

* Fix for XSOAR automation insights dashboard (demisto#35292)

* added the relevant script to the metrics

* added rn

* fix

* pre commit

* fix

* updated RN after revert

* Update Packs/CommonDashboards/ReleaseNotes/1_7_4.md

Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com>

---------

Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com>

* Fix modify edl playbook (demisto#35338)

* fix modify edl playbook

* added rn

* fixes

* add type to set incident

* fixes

* Update Packs/EDL/Playbooks/Modify_EDL.yml

* Update Packs/EDL/Playbooks/Modify_EDL.yml

* fix

* fix

* fix

* fix

* fix

* fix

* Zimperuim_v2_playbook (demisto#35259)

* support for zimperium v2

* RN

* update mapper

* rn conflict

* update docker ver

* Fix misslocated images (demisto#35339)

* moved doc files

* relocate

* relocate

* update readme

* update dockers

* added rn

* fixes

* update contribution team members. (demisto#35330)

* Update 1_34_26.md (demisto#35343)

* ipv6 regex fix (demisto#35279)

* ipv6 fix

* docker

* RN

* RN

* Bump pack from version CommonScripts to 1.15.23.

* Bump pack from version CommonScripts to 1.15.24.

* tests playbook

* Update Packs/CommonScripts/ReleaseNotes/1_15_24.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/CommonTypes/ReleaseNotes/3_5_7.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* pb fix

* Bump pack from version CommonScripts to 1.15.25.

---------

Co-authored-by: Content Bot <bot@demisto.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* [Auto Update Docker] AUD-demisto/auto_update_docker_staging_branch_5 (demisto#35344)

* Updated docker image to demisto/ansible-runner:1.0.0.102086. PR batch #1/1 (demisto#35324)

* Updated docker image to demisto/chromium:126.0.6478.102778. PR batch #1/1 (demisto#35325)

* Update release notes

* [Auto Update Docker] AUD-demisto/auto_update_docker_staging_branch_10 (demisto#35346)

* demisto/powershell:7.4.0.80528 | 0-100 | PR batch #1/1 (demisto#35333)

* Updated docker image to demisto/powershell:7.4.0.80528. PR batch #1/1

* fixes

---------

Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>

* demisto/py3-tools:1.0.0.102774 | 0-100 | PR batch #2/2 (demisto#35335)

* Updated docker image to demisto/py3-tools:1.0.0.102774. PR batch #2/2

* fixes

---------

Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>

* demisto/py3-tools:1.0.0.102774 | 0-100 | PR batch #1/2 (demisto#35334)

* Updated docker image to demisto/py3-tools:1.0.0.102774. PR batch #1/2

* fixes

* fix

* fix

---------

Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>

* Updated docker image to demisto/python3-deb:3.11.9.102626. PR batch #1/1 (demisto#35336)

* Update release notes

---------

Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>

* Tenable fetch bug (demisto#35327)

* fixed an issue with 404 error status code

* added rn

* Update Packs/Tenable_io/ReleaseNotes/2_2_5.md

* Ciac 9706 (demisto#34564)

* Test for CIAC 10315

* Test for CIAC 10315

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* Ciac 9706

* [CoreRESTApi] Fix httpMultipart loop (demisto#35265)

* init

* bump version

* [Auto Update Docker] AUD-demisto/auto_update_docker_staging_branch_11 (demisto#35352)

* Replace PopularNews docker image to demisto/bs4-py3

* Update RN

* increased the memo for EWS Public Folders Test (demisto#35320)

* CIAC-10305 Fortinet Fortigate XDM Modeling Enhancement  (demisto#35311)

* sort xdm fields

* sort schema fields

* enrich modeling rules

* update release notes

* fix release notes

* fix schema

* update schema

* fixes and refactoring

* fix schema

* remove source application mapping

* update release-notes

* update release-notes

* update README.md

* reformat fields on release notes

* concise release note

* fix schema

* Rewrite Whois (demisto#35050)

* first commit

* add yaml config

* create test playbook, update docs, add ReleaseNotes

* fix doc-review issues

* demo issues

* Change instance name for old test playbooks

* update test playbook

* cr issues

* add abuse felid

* Doc review

* Akamai waf event collector missing and duplicated events issue (demisto#35350)

* fixes

* added rn

* fixes

* test fixes

* Update Packs/Akamai_SIEM/ReleaseNotes/1_1_5.md

Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>

---------

Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>

* [Marketplace Contribution] - EXPANDR-7038 - Azure Resource Graph (demisto#35326)

* [Marketplace Contribution] - EXPANDR-7038 - Azure Resource Graph (demisto#32121)

* Add Pack ReadMe

* Add integration

* Add integration description, image, and secrets ignore file

* Add metadata file and pack ignore

* Add test files and tests first

* Add Integration ReadMe

* Update marketplaces

* Update commands descriptions and output

* Update secrets ignore

* Resize image

* Update integration yml commands

* Update integration readme

* Resize image

* Address doc review and some design review comments

* Update client credential flow section of ReadMe

* Update list_operations_command to support a limit argument

* Update azure-rg-list-operations in ReadMe

* Update azure-rg-list-operations to support paging

* Update azure-rg-query to support paging

* Update tests

* Remove Comments

* Update integration configuration yml settings

* Add management_groups & subscriptions parameters for query command

* Add suggested changes from second review

* Update Readme and Description from code review

* Update integration files with code review suggestions

* Update defaultValue key in YAML and docker version

* Update section titles in YAML

* Remove subscription_id from client and format

- Subscription ID is not used during configuration
- Fixed usage of wrong variable in query command

* Remove DefaultValues

- The default values are not necessary and would make the conditionals for limits and paging more complex

* Update ReadMe

* Formatting

* Remove subscription_id from client in test file

* Update tests and fix mypy errors

* Update address mypy errors

* Update README.md

* Apply suggestions from code review

* Update README.md

---------

Co-authored-by: John <40349459+BigEasyJ@users.noreply.github.com>
Co-authored-by: Jasmine Beilin <71636766+JasBeilin@users.noreply.github.com>

* DisplyHTMLWIthImages: fix embeded images (demisto#35135)

* potential fix

* update RN

* Bump pack from version CommonScripts to 1.15.20.

* Bump pack from version CommonScripts to 1.15.21.

* Bump pack from version CommonScripts to 1.15.22.

* Bump pack from version CommonScripts to 1.15.23.

* Bump pack from version CommonScripts to 1.15.24.

* Bump pack from version CommonScripts to 1.15.25.

* fix

* pre commit fix

* Bump pack from version CommonScripts to 1.15.26.

* cr changes

* CR changes

---------

Co-authored-by: Content Bot <bot@demisto.com>

* Update docker ml (demisto#35081)

* updated docker

* added the rest

* devdemisto/ml:1.0.0.100486

* fix tpb

* return on no incidents

* remove runonce

* remove space

* fixed

* fix create incidents script

* new docker

* revert: fix create incidents script

* add outputs to DBotFindSimilarIncidents

* new tpb DBotFindSimilarIncidents-test

* new docker

* bump transformers

* Empty-Commit

* fix conf.json

* more fixes

* more fixes

* new docker

* RN

* new docker

* revert dockers

* more stuff

* redirect stderr

* docker

* format

* format

* RN

* more stuff

* build fixes

* build fixes

* fix unit-tests

* more docker changes

* more docker changes

* build fixes

* suppress logger

* build fixes

* build fixes

* Fix ruff in CofenseTriage (demisto#35373)

* fix ruff in CofenseTriage

* test with infra

* revert infra test

* revert infra test

* Raise armis event collector default limit (demisto#35371)

* raise limit

* update rn

* Update Packs/Armis/Integrations/ArmisEventCollector/ArmisEventCollector_description.md

Co-authored-by: Judah Schwartz <JudahSchwartz@users.noreply.github.com>

* fixes

* fixes

* fixes

* update docker

---------

Co-authored-by: Judah Schwartz <JudahSchwartz@users.noreply.github.com>

* Fix for 'Search For Hash In Sandbox - Generic' playbook (demisto#35354)

* Fix for 'Search For Hash In Sandbox - Generic' playbook

* revert unnecessary changes made by 'generate-docs' command

* Update playbook-Search_For_Hash_In_Sandbox_-_Generic.yml

revert unnecessary changes made by 'format' command

* Update playbook-Search_For_Hash_In_Sandbox_-_Generic.yml

revert unnecessary changes made by 'format' command

* RN

* changed the context path checked in task number 45

* CrowdStrike Falcon - Raptor release (demisto#34805)

* configuration changes

* rn

* deprecation

* readme deprecation

* resolve-identity-detection

* test

* fix conflict

* cs-falcon-search-detection

* unit test

* !cs-falcon-resolve-detection

* cs-falcon-list-detection-summaries

* fix the filter

* fix

* fix tests

* fixes

* fix

* add CrowdStrike.Detections.behaviors.behavior_id

* fix outputs of list-detection-summaries

* finally outputs for cs-falcon-list-detection-summaries

* test

* fetch

* mirroring

* existing fetch

* new fetch

* add tests

* revert unnecessary changes in the mapper

* fix the query

* fix

* fis tests

* last mapper

* fix mapper

* mirroring of new type

* fixes from cr

* fix

* remove the raptor from the tests

* fix tests

* fixes

* fix old mapper

* legacy

* RN

* rn

* metadata

* pre commit

* build fixes

* build fixes #2

* Apply suggestions from code review

Shirley fixes

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* More from Shirley

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* cr

* cr

* format

* adding testing the parameters

* Bump pack from version CommonTypes to 3.5.8.

* fix test

* cr

* logs

* fix a mistake

* pre commit

* RN

* fix rn

* fix rn

* fix validate errors

* fix test playbook

* pre commit

* format

* RN

* change output

* fix test playbook

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: Content Bot <bot@demisto.com>

* [Google Threat Intelligence] Add curated collections commands and improve polling commands (demisto#35376)

* [Google Threat Intelligence] Add curated collections commands and improve polling commands (demisto#35348)

* [GoogleThreatIntelligence] Add GTI assessment to polling commands

* Lint

* Add curated collections commands

* Add test

* Lint

* Lint

* Update release note

* Add Feed Integration

* Lint

* Update Packs/GoogleThreatIntelligence/Integrations/CategorizedFeeds/CategorizedFeeds.py

Co-authored-by: Daniel Pascual <danielvazquez@google.com>

* Update Packs/GoogleThreatIntelligence/Integrations/CategorizedFeeds/CategorizedFeeds.yml

Co-authored-by: Daniel Pascual <danielvazquez@google.com>

* Update Packs/GoogleThreatIntelligence/Integrations/CategorizedFeeds/CategorizedFeeds_description.md

Co-authored-by: Daniel Pascual <danielvazquez@google.com>

* Update Packs/GoogleThreatIntelligence/Integrations/CategorizedFeeds/README.md

Co-authored-by: Daniel Pascual <danielvazquez@google.com>

* Update Packs/GoogleThreatIntelligence/Integrations/CategorizedFeeds/README.md

Co-authored-by: Daniel Pascual <danielvazquez@google.com>

* Include feed type in table

* Incremental feed

* Delete feed integration

* Update Packs/GoogleThreatIntelligence/ReleaseNotes/1_0_1.md

Co-authored-by: Daniel Pascual <danielvazquez@google.com>

* Update Packs/GoogleThreatIntelligence/ReleaseNotes/1_0_1.md

Co-authored-by: Daniel Pascual <danielvazquez@google.com>

* Update Packs/GoogleThreatIntelligence/ReleaseNotes/1_0_1.md

Co-authored-by: Daniel Pascual <danielvazquez@google.com>

* Update yml

* Update Packs/GoogleThreatIntelligence/ReleaseNotes/1_0_1.md

Co-authored-by: israelpoli <72099621+israelpoli@users.noreply.github.com>

* Update Packs/GoogleThreatIntelligence/Integrations/GoogleThreatIntelligence/GoogleThreatIntelligence.py

Co-authored-by: israelpoli <72099621+israelpoli@users.noreply.github.com>

* Update Packs/GoogleThreatIntelligence/Integrations/GoogleThreatIntelligence/GoogleThreatIntelligence.py

Co-authored-by: israelpoli <72099621+israelpoli@users.noreply.github.com>

* Update Packs/GoogleThreatIntelligence/Integrations/GoogleThreatIntelligence/GoogleThreatIntelligence.py

Co-authored-by: israelpoli <72099621+israelpoli@users.noreply.github.com>

---------

Co-authored-by: Daniel Pascual <danielvazquez@google.com>
Co-authored-by: israelpoli <72099621+israelpoli@users.noreply.github.com>

* add docs for commands

---------

Co-authored-by: Pablo Pérez <122302023+pabloperezj@users.noreply.github.com>
Co-authored-by: Daniel Pascual <danielvazquez@google.com>
Co-authored-by: israelpoli <72099621+israelpoli@users.noreply.github.com>
Co-authored-by: ipolishuk <ipolishuk@paloaltonetworks.com>

* Fix SNOW files mirroring issue (demisto#35298)

* fix XSUP-37069

* fix XSUP-37069

* fix

* CR fix

* remove prints

* docker update

* XSUP-38544/DisplayHtmlWithImages/fix_text_color (demisto#35367)

* Updated the html text color to black

* updated release notes

* ruff on test file

* Update Packs/CommonScripts/ReleaseNotes/1_15_26.md

Co-authored-by: Binat Ziser <89336697+bziser@users.noreply.github.com>

* fixed cr notes

* fix conflicts

* updated RN

* updated RN

* updated RN

* updated RN

---------

Co-authored-by: Binat Ziser <89336697+bziser@users.noreply.github.com>

* remove IN150 from validation_config.toml (demisto#35378)

* remove IN150 and IN161 from validation_config.toml

* bring IN161 back

* Update docker mlurlphishing (demisto#35272)

* init

* new docker

* add tpb

* update docker

* update RN

* Bump pack from version CommonScripts to 1.15.28.

---------

Co-authored-by: adi88d <adaud@paloaltonetworks.com>
Co-authored-by: Adi Daud <46249224+adi88d@users.noreply.github.com>
Co-authored-by: Content Bot <bot@demisto.com>

* Ciac 10278 pat enhancement (demisto#35345)

* Fix fields

* Add docs

* Revert docs

* Update README.md

* Address pre-commit

* Address validations

* Remove redundant field

* Address pre-commit

* Fix imports

* Fix imports

* Ignore ruff

* [Demisto Lock] add `polling_interval` to `demisto-lock-get` command (demisto#35374)

* Add new polling_interval

* Update RN

* Add Wizard for Prisma Compliance usecase (demisto#35296)

* Add Wizard for Prisma Compliance usecase

* Update wizard name

* Add second playbook

* Update wizard json

* Remove sandbox section

* Update min_required dependency

* Update supporting integrations

* Update release notes

* Update fetching integration name

* Fix integration name in description

* Add support for [Get/Export/Release]-QuarantineMessage to EWSO PS v3 (demisto#35267) (demisto#35387)

* Add support for [Get/Export/Release]-QuarantineMessage to EWSO PS v3

* Remove unused params from EwsExtensionEXOPowershellV3

* Convert true/false values to boolean for *-QuarantineMessage commands in EWSOv3

* Streamline outputs of *-QuarantineMessage for EwsExtensionEXOPowershellV3

* Update EWSOv3 README.md

* Disallow PSObjects to return $null

* Fix context path in README.md

* Fix table in README.md

* Standardise quotes in EwsExtensionEXOPowershellV3.yml

* Update EWSOv3 README.md

* Update documentation

* Exit ExoReleaseQuarantineMessage when identity or identities not present

* Update content pack to 1.4.0

* Fix integration name in 1_4_0.md

Co-authored-by: Aster Bandis <68644945+bandisast@users.noreply.github.com>

* PrismaCloud V2 dashboard update (demisto#35106) (demisto#35369)

* prismaCloud dashboard update

adding sourcebrand for prismacloud v2 to the dashboard to include incidents from that integration.

* Update 4_3_7.md

updating to catch the syntax issues in release notes

* Update 4_3_7.md

updated release notes

* Update 4_3_7.md

release notes update

* Update Packs/PrismaCloud/ReleaseNotes/4_3_7.md



---------

Co-authored-by: epartington <epartington@users.noreply.github.com>
Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com>
Co-authored-by: samuelFain <65926551+samuelFain@users.noreply.github.com>

* Ciac 5471 exabeam fetch users (demisto#34900)

* add section to yml

* add command fetch_notable_users

* fix referenced before assignment

* format

* fix fetch_notable_users

* fix set_integration_context

* clear TODO

* add reset-notable-users-cached and classifier

* add Exabeam Notable User to IncidentFields

* add incident layout mapper and type

* add limit to context

* pre commit

* rename pack & integration

* add incidentType to mapping

* update layout

* rename incident field

* add UT

* update dockerimage

* update layout & release note

* Merge branch 'master' of github.com:demisto/content into ciac-5471-exabeam-fetch-users

* add checkbox fetch_user_duplicates

* replace name parameter Fetch user duplicates

* release notes

* fix name of filed

* fix incidentfield

* ReleaseNotes

* IncidentFields

* peck metadata

* ReleaseNotes

* rename incident fide in mapper

* return name incident fide

* mapping

* ReleaseNotes

* add filed to mapping

* add Multi Select type fetch

* fix UT

* save in last run instead of context

* - dev

* fix layout

* try to fix GR103

* fix in ReleaseNotes

* ReleaseNotes

* document review

* Bump pack from version CommonTypes to 3.5.7.

* document review

* remove command reset-notable-users-cached

* update readme about the fetch

* Fix from CR

* Add validation for interval

* update docker

* Updated Docker image in ReleaseNotes

* Bump pack from version CommonTypes to 3.5.8.

* add test to test_module

* Bump pack from version CommonTypes to 3.5.9.

* fix time_period

---------

Co-authored-by: Content Bot <bot@demisto.com>

* [Marketplace Contribution] Common Scripts - Content Pack Update (demisto#35178)

* [Marketplace Contribution] Common Scripts - Content Pack Update (demisto#35115)

* "contribution update to pack 'Common Scripts'"

* pack resubmitted

---------

Co-authored-by: Jacob Levy <129657918+jlevypaloalto@users.noreply.github.com>

* add typing

* add typing

* more fixes

* more fixes

* more fixes

* more fixes

* more stuff

* build fixes

* build fixes

* UTs complete

* docs

* marketplace selection

* RN

* docker

* Bump pack from version CommonScripts to 1.15.29.

---------

Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: Jacob Levy <129657918+jlevypaloalto@users.noreply.github.com>
Co-authored-by: jlevypaloalto <jlevy@paloaltonetworks.com>
Co-authored-by: Content Bot <bot@demisto.com>

* Xsup 39381 joesecurity file value (demisto#35408)

* Changed indicator to be sha256

* fixed ut

* added rn

* Bumped docker

* Bumped RN

* Bumped dicker

* Update Packs/JoeSecurity/ReleaseNotes/1_1_23.md

Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>

---------

Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>

* Fix CS Falcon Reopen Statuses parameter doesn't have any value (demisto#35366)

* allow empty reopen status list

* RN

* fixed a test

* Update Packs/CrowdStrikeFalcon/ReleaseNotes/1_13_14.md

Co-authored-by: Shelly Tzohar <45915502+Shellyber@users.noreply.github.com>

---------

Co-authored-by: Shelly Tzohar <45915502+Shellyber@users.noreply.github.com>

* Revert "checking ignore rm108 (demisto#35291)" (demisto#35318)

This reverts commit 238b27d.

* poetry files (demisto#35419)

Co-authored-by: Content Bot <bot@demisto.com>

* remove /n in html (demisto#35381)

* fix

* rn_pa

* reply fix

* fix rn

* Bump pack from version MicrosoftExchangeOnline to 1.4.1.

* docker-image

* rn

---------

Co-authored-by: Content Bot <bot@demisto.com>

* [Marketplace Contribution] Common Scripts - Content Pack Update (demisto#35407)

* [Marketplace Contribution] Common Scripts - Content Pack Update (demisto#35297)

* "contribution update to pack 'Common Scripts'"

* resolved rebase conflicts

---------

Co-authored-by: israelpoli <72099621+israelpoli@users.noreply.github.com>

* add TPB

* resolve conflicts

* add TPB to conf.json and yml file

* Bump pack from version CommonScripts to 1.15.30.

* commit

* remove new tpb from conf json

---------

Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: israelpoli <72099621+israelpoli@users.noreply.github.com>
Co-authored-by: ipolishuk <ipolishuk@paloaltonetworks.com>
Co-authored-by: Content Bot <bot@demisto.com>

* SplunkPy: fix bug in drilldown enrichemnt (demisto#35368)

* fix + RN

* fix pre commit

* Apply suggestions from code review

Co-authored-by: Shachar Kidor <82749224+ShacharKidor@users.noreply.github.com>

---------

Co-authored-by: Shachar Kidor <82749224+ShacharKidor@users.noreply.github.com>

* Cisco ASA CRTX-121323 Invert Peer Direction Roles on relevant Teardown Events (demisto#35380)

* apply network peers direction swap on teardown

* minor-fixes

* update release-notes

* update release-notes

* reformat README.md

* Update Packs/CiscoASA/ReleaseNotes/1_1_7.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Un-skip the ruff hook for autoupdate docker PRs (demisto#35413)

* Un-skipped the ruff hook for autoupdate docker PRs

* Un-skipped the pytest-network-in-docker hook for autoupdate docker prs

* added to pack ignore the validation MR108 for Tenable_io.yml (demisto#35415)

* added to pack ignore the validation MR108 for Tenable_io.yml
---------

Co-authored-by: noy <nodavidi.paloaltonetworks.com>

* update feed-performance-test docker (demisto#35423)

* update feed-performance-test docker

* fix DS108

* Lookup CSV output fix (demisto#35418)

* Added the outputs LookupCSV.Result

* Added release notes

* Updated readme file

* Fixed validation

* CR Fix

* Bump pack from version CommonScripts to 1.15.31.

* CR Fix

---------

Co-authored-by: Content Bot <bot@demisto.com>

* Ewso365 bug (demisto#35351)

* fixed an issue where re-registering a header failed

* added rn

* edited the unittest

* Bump pack from version MicrosoftExchangeOnline to 1.4.1.

* fixed conflict in rn

---------

Co-authored-by: Content Bot <bot@demisto.com>

* CIAC-9928 - OpenLDAP ad-entries-search (demisto#35165)

* started implementing ad-entries-search

* yml and finished implemntation

* finished implementing ad-entries-search

* finished implementing ad-entries-search

* and for provided filters

* updated yml

* readme

* pr comments

* pr comments

* pr comments

* pr comments

* pr comments

* unitests

* readme

* Update Packs/OpenLDAP/Integrations/OpenLDAP/OpenLDAP.yml

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/OpenLDAP/Integrations/OpenLDAP/OpenLDAP.yml

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/OpenLDAP/Integrations/OpenLDAP/README.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/OpenLDAP/Integrations/OpenLDAP/OpenLDAP.yml

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/OpenLDAP/Integrations/OpenLDAP/README.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* added doc string to tests

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: omerKarkKatz <95565843+omerKarkKatz@users.noreply.github.com>

* Update ml dockers (demisto#35422)

* update ml dockers

* bump RN

* fix_azure_sc_tpb (demisto#35428)

* fixed the tpb

* fixed the names

* sdk format

* bug - MD EC added debug logs (demisto#35425)

* bug - MD EC added debug logs

* fix pre-commit

* more logs

* fix logs

* Update MicrosoftDefenderEventCollector.py

---------

Co-authored-by: rshunim <rshunim@paloaltonetworks.com>
Co-authored-by: rshunim <102469772+rshunim@users.noreply.github.com>

* Yc/carbon black/ciac 9132 (demisto#35202)

* Existing commands migration to the new endpoints

* cbd-find-processes polling command added

* added cbd-find-observation-details polling command

* new version all existing commands including polling commands

* added validations for required args, and cleaning

* device commands added

* added docs string in client functions

* added docs string to all comands

* description file added

* mapper updated to the new response format

* docs and type ignore

* update and set policy commands added

* done

* readme file added for all commands

* Migration notes added

* removed -dev

* test file with all commands tests

* fixed build

* added RN and tests

* pre-commit

* pre commit

* format

* added release note and updated docker image

* rewrite

* handle priority_level in CamelCase arg

* docs review

* docs review

* deleted unneeded duplicates

* Update Packs/CarbonBlackDefense/ReleaseNotes/4_0_0.md

Co-authored-by: JudithB <132264628+jbabazadeh@users.noreply.github.com>

* format fixed

---------

Co-authored-by: JudithB <132264628+jbabazadeh@users.noreply.github.com>

* add ThreatCrowd to skipped (demisto#35433)

* Update logo to align to common prisma cloud logo (demisto#35322)

* Update logo to align to common prisma cloud logo (demisto#35113)

Updated logo to align to common prisma cloud logo

* bump docker version.

* RN change.

* Bump pack from version PrismaCloud to 4.3.8.

---------

Co-authored-by: epartington <epartington@users.noreply.github.com>
Co-authored-by: Danny_Fried <dfried@paloaltonetworks.com>
Co-authored-by: Content Bot <bot@demisto.com>

* Impartner community pack (demisto#35430)

* [ThreatConnectV3] Support Python 3.11 (demisto#35432)

* fix

* RN

* Adding a command to add VM to cleanroom recovery group and changing the integration name (demisto#35229) (demisto#35411)

* Changes

* Add VM to cleanroom recovery group

Adding command to add VM to cleanroom recovery group

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update pack_metadata.json

* remove commented code

Co-authored-by: Cv-securityIQ <135146895+Cv-securityIQ@users.noreply.github.com>

* Add new parameters for Sophos Central API (demisto#35357) (demisto#35412)

* Add new parameters for Sophos Central API

* Add contributors file

* Increase version and add release notes

* Update docker image

* Optimize ip address parameter routine

* Use argToList function

* Update release notes to represent changes

* Use argToBoolean for boolean parameter

* Set default value for argToBoolean

Co-authored-by: Nik Stuckenbrock <35262568+nikstuckenbrock@users.noreply.github.com>

* Fix dynammo tpb (demisto#35406)

* fix-tpb

* delete-from-skipped-tests

* delete hard coded

* Update Packs/AWS_DynamoDB/TestPlaybooks/playbook-AWS-DynamoDB-Test.yml

Co-authored-by: tkatzir <tkatzir@paloaltonetworks.com>

---------

Co-authored-by: tkatzir <tkatzir@paloaltonetworks.com>

* CIAC-10816-Bitwarden-Password-Manager-Event-Collector (demisto#35191)

* init

* stash

* auth, fetch events

* wip

* wip

* add fetch, and get with start and end

* update yml file

* add comment

* fix main function

* Update Packs/BitwardenPasswordManager/pack_metadata.json

Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>

* wip

* wip

* Update Packs/BitwardenPasswordManager/pack_metadata.json

Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>

* Update Packs/BitwardenPasswordManager/Integrations/BitwardenPasswordManagerEventCollector/BitwardenPasswordManagerEventCollector.yml

Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>

* Update Packs/BitwardenPasswordManager/Integrations/BitwardenPasswordManagerEventCollector/BitwardenPasswordManagerEventCollector.yml

Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>

* add readme and description

* remove end date, update category

* combine get_events to fetch_events

* wip

* remove logs

* update readme

* add image

* fixing readability

* use last fetch as start time

* add end time to params

* add end time to params

* fix start+end time

* remove event collector naming

* add get_unique_events

* fix types

* wip

* wip

* wip

* pr fixes

* wip

* add docstring to fetch_events

* add pack readme

* update readme

* add unit tests

* fix defaults dates format

* pre commit changes

* ignore IN150 validation

* upgrade docker image

* add nmock api url to secret ignore

* ran format

* add debug command

* pre-commit changes

* remove debug command

* Update Packs/BitwardenPasswordManager/Integrations/BitwardenPasswordManager/BitwardenPasswordManager.yml

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/BitwardenPasswordManager/Integrations/BitwardenPasswordManager/BitwardenPasswordManager_description.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/BitwardenPasswordManager/Integrations/BitwardenPasswordManager/README.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/BitwardenPasswordManager/README.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/BitwardenPasswordManager/README.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/BitwardenPasswordManager/README.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/BitwardenPasswordManager/README.md

Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>

* change category

* fix pack readme

---------

Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* fix fetch-incidents returns duplicates bug (demisto#35424)

* fix bug and testing and readme

* readme

* release notes

* change argument name

* pre commit

* code review fixes

* more code review fixes

* limit+1

* shirly fixes and changed sort field

* remove the dev

* run pre commit

* last fixes

* typo fixes

* rename splunk host display name (demisto#35431)

* rename splunk host display name

* update code and readme

* test

* bug - ansible dockerimage revert (demisto#35442)

* bug - ansible dockerimage revert

* format

* Update 1_0_7.md

* fix (demisto#35414)

Co-authored-by: Yuval Hayun <70104171+YuvHayun@users.noreply.github.com>

* [ASM] - EXPANDER - 10154 Service Ownership Playbook ASM ServiceOwners  and Ranking Score Fix (demisto#35388)

* [ASM] - EXPANDER - 10154 Service Ownership Playbook ASM ServiceOwners  and Ranking Score Fix (demisto#35091)

* Update RankServiceOwners task to check that "accounttype" does not exist for service owners

* Update release notes

* Update RankServiceOwners task owners argument

* Update Ranking Score key in asmserviceowner field

* Update ReadMe

* Update ReadMe

* Update release notes

* Update Packs/CortexAttackSurfaceManagement/ReleaseNotes/1_7_42.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update release notes

* Update Release Version

---------

Co-authored-by: johnnywilkes <32227961+johnnywilkes@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* RN add desc under Incident Fields

---------

Co-authored-by: John <40349459+BigEasyJ@users.noreply.github.com>
Co-authored-by: johnnywilkes <32227961+johnnywilkes@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: Danny_Fried <dfried@paloaltonetworks.com>

* Cyberark Endpoint bug (demisto#35275)

* added logs

* edit

* added support to platform url

* removed test integration

* fixed applying the update

* edited unittests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: barryyosi-panw <158817412+barryyosi-panw@users.noreply.github.com>
Co-authored-by: darbel <darbel@paloaltonetworks.com>
Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>
Co-authored-by: content-bot <55035720+content-bot@users.noreply.github.com>
Co-authored-by: johnnywilkes <32227961+johnnywilkes@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: merit-maita <49760643+merit-maita@users.noreply.github.com>
Co-authored-by: rshunim <102469772+rshunim@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chait A <112722030+capanw@users.noreply.github.com>
Co-authored-by: Tal Carmeli <158452762+tcarmeli1@users.noreply.github.com>
Co-authored-by: Karina Fishman <147307864+karinafishman@users.noreply.github.com>
Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com>
Co-authored-by: Yuval Hayun <70104171+YuvHayun@users.noreply.github.com>
Co-authored-by: OmriItzhak <115150792+OmriItzhak@users.noreply.github.com>
Co-authored-by: Danny Fried <dfried@paloaltonetworks.com>
Co-authored-by: Dror Avrahami <davrahami@paloaltonetworks.com>
Co-authored-by: Content Bot <bot@demisto.com>
Co-authored-by: samuelFain <65926551+samuelFain@users.noreply.github.com>
Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>
Co-authored-by: Edi Katsenelson <85438368+edik24@users.noreply.github.com>
Co-authored-by: Jacob Levy <129657918+jlevypaloalto@users.noreply.github.com>
Co-authored-by: omerKarkKatz <95565843+omerKarkKatz@users.noreply.github.com>
Co-authored-by: cweltPA <129675344+cweltPA@users.noreply.github.com>
Co-authored-by: azonenfeld <117573492+aaron1535@users.noreply.github.com>
Co-authored-by: John <40349459+BigEasyJ@users.noreply.github.com>
Co-authored-by: Jasmine Beilin <71636766+JasBeilin@users.noreply.github.com>
Co-authored-by: Israel Lappe <79846863+ilappe@users.noreply.github.com>
Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>
Co-authored-by: Judah Schwartz <JudahSchwartz@users.noreply.github.com>
Co-authored-by: TalNos <112805149+TalNos@users.noreply.github.com>
Co-authored-by: Yehuda Rosenberg <90599084+RosenbergYehuda@users.noreply.github.com>
Co-authored-by: Pablo Pérez <122302023+pabloperezj@users.noreply.github.com>
Co-authored-by: Daniel Pascual <danielvazquez@google.com>
Co-authored-by: israelpoli <72099621+israelpoli@users.noreply.github.com>
Co-authored-by: ipolishuk <ipolishuk@paloaltonetworks.com>
Co-authored-by: Arad Carmi <62752352+AradCarmi@users.noreply.github.com>
Co-authored-by: Binat Ziser <89336697+bziser@users.noreply.github.com>
Co-authored-by: adi88d <adaud@paloaltonetworks.com>
Co-authored-by: Adi Daud <46249224+adi88d@users.noreply.github.com>
Co-authored-by: Tal Zichlinsky <35036457+talzich@users.noreply.github.com>
Co-authored-by: Erez FelmanDar <102903097+efelmandar@users.noreply.github.com>
Co-authored-by: Aster Bandis <68644945+bandisast@users.noreply.github.com>
Co-authored-by: epartington <epartington@users.noreply.github.com>
Co-authored-by: YairGlik <148229942+YairGlik@users.noreply.github.com>
Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: jlevypaloalto <jlevy@paloaltonetworks.com>
Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>
Co-authored-by: RotemAmit <ramit@paloaltonetworks.com>
Co-authored-by: Shelly Tzohar <45915502+Shellyber@users.noreply.github.com>
Co-authored-by: Shachar Kidor <82749224+ShacharKidor@users.noreply.github.com>
Co-authored-by: noydavidi <77931201+noydavidi@users.noreply.github.com>
Co-authored-by: Maya Goldman <94686128+mayyagoldman@users.noreply.github.com>
Co-authored-by: MLainer1 <93524335+MLainer1@users.noreply.github.com>
Co-authored-by: rshunim <rshunim@paloaltonetworks.com>
Co-authored-by: yedidyacohenpalo <162107504+yedidyacohenpalo@users.noreply.github.com>
Co-authored-by: JudithB <132264628+jbabazadeh@users.noreply.github.com>
Co-authored-by: Sapir Shuker <49246861+sapirshuker@users.noreply.github.com>
Co-authored-by: Shmuel Kroizer <69422117+shmuel44@users.noreply.github.com>
Co-authored-by: Cv-securityIQ <135146895+Cv-securityIQ@users.noreply.github.com>
Co-authored-by: Nik Stuckenbrock <35262568+nikstuckenbrock@users.noreply.github.com>
Co-authored-by: tkatzir <tkatzir@paloaltonetworks.com>
Co-authored-by: ilaredo <166304750+ilaredo@users.noreply.github.com>
Co-authored-by: Yael Shamai <111040837+YaelShamai@users.noreply.github.com>
tsachzim pushed a commit that referenced this pull request Oct 10, 2024
* Updated docker image to demisto/smbprotocol:1.0.0.112286. PR batch #1/1 (demisto#36482)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/stringsifter:3.20230711.112287. PR batch #1/1 (demisto#36481)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/yarapy:1.0.0.112291. PR batch #1/1 (demisto#36480)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/snowflake:1.0.0.112285. PR batch #1/1 (demisto#36479)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/ansible-runner:1.0.0.112234. PR batch #2/2 (demisto#36478)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/ansible-runner:1.0.0.112234. PR batch #1/2 (demisto#36477)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/netmiko:1.0.0.112262. PR batch #1/1 (demisto#36476)

Co-authored-by: root <root@1e2de18e0cc3>

---------

Co-authored-by: content-bot <55035720+content-bot@users.noreply.github.com>
Co-authored-by: root <root@1e2de18e0cc3>
tsachzim pushed a commit that referenced this pull request Oct 10, 2024
* Updated docker image to demisto/py3ews:5.4.3.112092. PR batch #1/1 (demisto#36622)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/crypto:1.0.0.111961. PR batch #1/4 (demisto#36623)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/crypto:1.0.0.111961. PR batch #2/4 (demisto#36624)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/crypto:1.0.0.111961. PR batch #3/4 (demisto#36625)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/crypto:1.0.0.111961. PR batch #4/4 (demisto#36626)

Co-authored-by: root <root@1e2de18e0cc3>

---------

Co-authored-by: content-bot <55035720+content-bot@users.noreply.github.com>
Co-authored-by: root <root@1e2de18e0cc3>
tsachzim pushed a commit that referenced this pull request Oct 15, 2024
* Updated docker image to demisto/googleapi-python3:1.0.0.112316. PR batch #2/2 (demisto#36495)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/googleapi-python3:1.0.0.112316. PR batch #1/2 (demisto#36494)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/google-cloud-translate:1.0.0.112239. PR batch #1/1 (demisto#36493)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/pcap-http-extractor:1.0.0.112272. PR batch #1/1 (demisto#36492)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/xpanse-ml-ev2:1.0.0.112461. PR batch #1/1 (demisto#36491)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/readpdf:1.0.0.112283. PR batch #1/1 (demisto#36490)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/unzip:1.0.0.112289. PR batch #1/1 (demisto#36489)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/bigquery:1.0.0.112225. PR batch #1/1 (demisto#36486)

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: Maya Goldman <94686128+mayyagoldman@users.noreply.github.com>

* Updated docker image to demisto/google-kms:1.0.0.112242. PR batch #1/1 (demisto#36485)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/ssdeep:1.0.0.112284. PR batch #1/1 (demisto#36484)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/qrcode:1.0.0.112357. PR batch #1/1 (demisto#36483)

Co-authored-by: root <root@1e2de18e0cc3>

* demisto/python3-deb:3.11.10.112166 | 0-100 | PR batch #1/1 (demisto#36488)

* Updated docker image to demisto/python3-deb:3.11.10.112166. PR batch #1/1

* ruff py datetime-timezone-utc (UP017)

* ruff py datetime-timezone-utc (UP017)

* ruff py datetime-timezone-utc (UP017)

* exclude from native

---------

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: mayagoldman <mgoldman@paloaltonetworks.com>
Co-authored-by: Maya Goldman <94686128+mayyagoldman@users.noreply.github.com>

* demisto/google-api-py3:1.0.0.112317 | 0-100 | PR batch #1/1 (demisto#36487)

* Updated docker image to demisto/google-api-py3:1.0.0.112317. PR batch #1/1

* ruff py datetime-timezone-utc (UP017)

* ruff py datetime-timezone-utc (UP017)

* exclude from native

---------

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: mayagoldman <mgoldman@paloaltonetworks.com>
Co-authored-by: Maya Goldman <94686128+mayyagoldman@users.noreply.github.com>

* updated release notes

* Update 1_15_73.md

* remove palce holder

---------

Co-authored-by: content-bot <55035720+content-bot@users.noreply.github.com>
Co-authored-by: root <root@1e2de18e0cc3>
tsachzim pushed a commit that referenced this pull request Nov 19, 2024
* Updated docker image to demisto/googleapi-python3:1.0.0.113882. PR batch #1/2 (demisto#36788)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/googleapi-python3:1.0.0.113882. PR batch #2/2 (demisto#36789)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/exodusintelligence:1.0.0.113866. PR batch #1/1 (demisto#36793)

Co-authored-by: root <root@1e2de18e0cc3>

* demisto/devo:1.0.0.113864 | 0-100 | PR batch #1/1 (demisto#36792)

* Updated docker image to demisto/devo:1.0.0.113864. PR batch #1/1

* ruff-py3.11

* RN

---------

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: mayagoldman <mgoldman@paloaltonetworks.com>

* Updated docker image to demisto/google-api-py3:1.0.0.114199. PR batch #1/1 (demisto#36787)

Co-authored-by: root <root@1e2de18e0cc3>

* RN

---------

Co-authored-by: content-bot <55035720+content-bot@users.noreply.github.com>
Co-authored-by: root <root@1e2de18e0cc3>
tsachzim pushed a commit that referenced this pull request Nov 19, 2024
* Updated docker image to demisto/python3:3.11.10.113941. PR batch #4/7 (demisto#36995)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/python3:3.11.10.113941. PR batch #3/7 (demisto#36994)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/python3:3.11.10.113941. PR batch #7/7 (demisto#36998)

Co-authored-by: root <root@1e2de18e0cc3>

* demisto/python3:3.11.10.113941 | 0-100 | PR batch #2/7 (demisto#36993)

* Updated docker image to demisto/python3:3.11.10.113941. PR batch #2/7

* Update IPNetwork.yml

---------

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: inbalapt1 <164751454+inbalapt1@users.noreply.github.com>

* Updated docker image to demisto/python3:3.11.10.113941. PR batch #1/7 (demisto#36992)

Co-authored-by: root <root@1e2de18e0cc3>

* demisto/python3:3.11.10.113941 | 0-100 | PR batch #6/7 (demisto#36997)

* Updated docker image to demisto/python3:3.11.10.113941. PR batch #6/7

* fix UTC

* remove paloaltonetworks_iot

---------

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>

* update release notes

* Bump pack from version MicrosoftExchangeOnline to 1.5.13.

---------

Co-authored-by: content-bot <55035720+content-bot@users.noreply.github.com>
Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: Content Bot <bot@demisto.com>
tsachzim pushed a commit that referenced this pull request Nov 19, 2024
* Updated docker image to demisto/py3-tools:1.0.0.114656. PR batch #2/2 (demisto#37052)

Co-authored-by: root <root@1e2de18e0cc3>

* update-release-notes

* demisto/py3-tools:1.0.0.114656 | 0-100 | PR batch #1/2 (demisto#37051)

* Updated docker image to demisto/py3-tools:1.0.0.114656. PR batch #1/2

* Update RSSWidget.yml

* update release notes

* Update 1_0_3.md

* Update 1_0_6.md

* Update 1_0_3.md

* Update 1_0_1.md

* Update 1_0_8.md

* release notes remove UPDATE_RN

---------

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: inbalapt1 <164751454+inbalapt1@users.noreply.github.com>
Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>

* Bump pack from version Mimecast to 2.5.3.

* Bump pack from version Core to 3.0.88.

* Bump pack from version Core to 3.0.89.

* Bump pack from version Core to 3.0.90.

* Bump pack from version FiltersAndTransformers to 1.2.81.

---------

Co-authored-by: content-bot <55035720+content-bot@users.noreply.github.com>
Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: Content Bot <bot@demisto.com>
tsachzim pushed a commit that referenced this pull request Nov 19, 2024
* Updated docker image to demisto/python3:3.11.10.115186. PR batch #2/5 (demisto#37137)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/python3:3.11.10.115186. PR batch #1/5 (demisto#37136)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/python3:3.11.10.115186. PR batch #5/5 (demisto#37140)

Co-authored-by: root <root@1e2de18e0cc3>

* Updated docker image to demisto/python3:3.11.10.115186. PR batch #3/5 (demisto#37138)

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: inbalapt1 <164751454+inbalapt1@users.noreply.github.com>

* demisto/python3:3.11.10.115186 | 70-100 | PR batch #4/5 (demisto#37139)

* Updated docker image to demisto/python3:3.11.10.115186. PR batch #4/5

* Update CortexXDRIR.yml

* Update XQLQueryingEngine.yml

* Update PaloAltoNetworksAIOps.yml

---------

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: inbalapt1 <164751454+inbalapt1@users.noreply.github.com>

* update release-notes

* Bump pack from version CommonScripts to 1.15.88.

* Bump pack from version SplunkPy to 3.1.44.

* Bump pack from version Phishing to 3.6.27.

* Bump pack from version CortexXDR to 6.1.89.

---------

Co-authored-by: content-bot <55035720+content-bot@users.noreply.github.com>
Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: Content Bot <bot@demisto.com>
tsachzim pushed a commit that referenced this pull request May 15, 2025
* batch_1 (demisto#39162)

* Adopt 'platform' MP to content packs #2 (demisto#39163)

* batch_2

* revert incorrect changes

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <darbel@paloaltonetworks.com>

* Adopt 'platform' MP to content packs #3 (demisto#39164)

* batch_3

* remove identity_threat

---------

Co-authored-by: darbel <darbel@paloaltonetworks.com>

* batch_4 (demisto#39165)

* Adopt 'platform' MP to content packs #6 (demisto#39167)

* batch_6

* revert incorrect changes

* batch_7 (demisto#39168)

* Adopt 'platform' MP to content packs #8 (demisto#39169)

* batch_8

* revert incorrect changes

* Update Packs/CommonScripts/pack_metadata.json

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* Adopt 'platform' MP to content packs #9 (demisto#39170)

* batch_9

* revert quick actions

* revert incorrect changes

* revert incorrect changes

* batch_5 (demisto#39232)

* batch_10 (demisto#39171)

* batch_11 (demisto#39172)

* Adopt 'platform' MP to content packs #12 (demisto#39173)

* batch_12

* revert incorrect changes

* batch_13 (demisto#39174)

* Adopt 'platform' MP to content packs #14 (demisto#39175)

* batch_14

* revert incorrect changes

* Adopt 'platform' MP to content packs #15 (demisto#39176)

* batch_15

* Update Packs/FiltersAndTransformers/pack_metadata.json

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* batch_16 (demisto#39177)

* batch_17 (demisto#39178)

* Adopt 'platform' MP to content packs #18 (demisto#39179)

* batch_18

* revert incorrect changes

* Adopt 'platform' MP to content packs #19 (demisto#39180)

* batch_19

* Update Packs/Jira/pack_metadata.json

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* batch_20 (demisto#39181)

* Adopt 'platform' MP to content packs #21 (demisto#39182)

* batch_21

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <darbel@paloaltonetworks.com>

* Adopt 'platform' MP to content packs #22 (demisto#39183)

* batch_22

* revert incorrect changes

* Update Packs/Office365AndAzureAuditLog/pack_metadata.json

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* batch_24 (demisto#39185)

* Adopt 'platform' MP to content packs #25 (demisto#39186)

* batch_25

* Update Packs/PingIdentity/pack_metadata.json

* Update Packs/PrismaAccess/pack_metadata.json

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* Adopt 'platform' MP to content packs #26 (demisto#39187)

* batch_26

* revert incorrect changes

* Adopt 'platform' MP to content packs #27 (demisto#39188)

* batch_27

* revert incorrect changes

* Adopt 'platform' MP to content packs #28 (demisto#39189)

* batch_28

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <darbel@paloaltonetworks.com>

* Adopt 'platform' MP to content packs #29 (demisto#39190)

* batch_29

* revert incorrect changes

* Update Packs/Slack/pack_metadata.json

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* batch_30 (demisto#39191)

* batch_31 (demisto#39192)

* Adopt 'platform' MP to content packs #32 (demisto#39193)

* batch_32

* Update Packs/Workday/pack_metadata.json

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* batch_33 (demisto#39194)

* Adopt 'platform' MP to content packs #23 (demisto#39184)

* batch_23

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <darbel@paloaltonetworks.com>

* fix json

* limit common scripts

* fix Core layouts

* fix Core layouts

---------

Co-authored-by: Israel Lappe <79846863+ilappe@users.noreply.github.com>
Co-authored-by: darbel <darbel@paloaltonetworks.com>
tsachzim pushed a commit that referenced this pull request May 15, 2025
* Added first draft for Quick action: Create Issue in Jira

* Added first draft for Quick action: Create ServiceNow Ticket

* Fixing Items in JIRA quick action

* Adding Corrects Fields in Open Service Now Ticket

* Quick Action Slack Integration

* Quick Action MSFT Teams Integration

* re-format the ${issue} syntax after clarifications

* Adding Platform to pack_metadata.json

* Updating pack_metadata.json for all Packs, according to platform-content-support

* update supportsquickactions to higher scope
adding hidden to relevant quiack-action cmds

* Update slack to slackV3

* Remove deprecated arguments from JIRA cmd

* Update default Value in Jira

* Update Docker images versions

* Update Release notes for quick actions Packs

* Adding supports quick action for slack V3

* Change order of pre-defined options

* Change defaultValue to predefined

* Change pretty name for short_description in ServiceNowv2.yml

* Remove prettyname for non required params

* Update JiraV3.yml according to design changes

* Update MicrosoftTeams.yml according to design changes

* Update SlackV3.yml according to design changes

* Update ServiceNowv2.yml according to design changes

* Change from issue to alert keyword

* Fixes After demo: Remove user option from teams and slack. Remove defaultValue from Servicenow TicketType

* After Server fix - change from alert to issue keyword

* Update Packs/Slack/ReleaseNotes/3_5_11.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/Slack/ReleaseNotes/3_5_11.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/ServiceNow/ReleaseNotes/2_7_8.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/Jira/Integrations/JiraV3/JiraV3.yml

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/Jira/Integrations/JiraV3/JiraV3.yml

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/Jira/ReleaseNotes/3_2_16.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>

* Update release note file name

* Update description after pre commit notes

* Create 3_5_12.md

* Update Descriptions and params after product meeting

* Revert "Create 3_5_12.md"

This reverts commit 348e186.

* Because of ST failed - update description in commands

* batch_1 (demisto#39162)

* Adopt 'platform' MP to content packs #2 (demisto#39163)

* batch_2

* revert incorrect changes

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <darbel@paloaltonetworks.com>

* Adopt 'platform' MP to content packs #3 (demisto#39164)

* batch_3

* remove identity_threat

---------

Co-authored-by: darbel <darbel@paloaltonetworks.com>

* batch_4 (demisto#39165)

* Adopt 'platform' MP to content packs #6 (demisto#39167)

* batch_6

* revert incorrect changes

* batch_7 (demisto#39168)

* Adopt 'platform' MP to content packs #8 (demisto#39169)

* batch_8

* revert incorrect changes

* Update Packs/CommonScripts/pack_metadata.json

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* Adopt 'platform' MP to content packs #9 (demisto#39170)

* batch_9

* revert quick actions

* revert incorrect changes

* revert incorrect changes

* batch_5 (demisto#39232)

* batch_10 (demisto#39171)

* batch_11 (demisto#39172)

* Adopt 'platform' MP to content packs #12 (demisto#39173)

* batch_12

* revert incorrect changes

* batch_13 (demisto#39174)

* Adopt 'platform' MP to content packs #14 (demisto#39175)

* batch_14

* revert incorrect changes

* Adopt 'platform' MP to content packs #15 (demisto#39176)

* batch_15

* Update Packs/FiltersAndTransformers/pack_metadata.json

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* batch_16 (demisto#39177)

* batch_17 (demisto#39178)

* Adopt 'platform' MP to content packs #18 (demisto#39179)

* batch_18

* revert incorrect changes

* Adopt 'platform' MP to content packs #19 (demisto#39180)

* batch_19

* Update Packs/Jira/pack_metadata.json

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* batch_20 (demisto#39181)

* Adopt 'platform' MP to content packs #21 (demisto#39182)

* batch_21

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <darbel@paloaltonetworks.com>

* Adopt 'platform' MP to content packs #22 (demisto#39183)

* batch_22

* revert incorrect changes

* Update Packs/Office365AndAzureAuditLog/pack_metadata.json

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* batch_24 (demisto#39185)

* Adopt 'platform' MP to content packs #25 (demisto#39186)

* batch_25

* Update Packs/PingIdentity/pack_metadata.json

* Update Packs/PrismaAccess/pack_metadata.json

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* Adopt 'platform' MP to content packs #26 (demisto#39187)

* batch_26

* revert incorrect changes

* Adopt 'platform' MP to content packs #27 (demisto#39188)

* batch_27

* revert incorrect changes

* Adopt 'platform' MP to content packs #28 (demisto#39189)

* batch_28

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <darbel@paloaltonetworks.com>

* Adopt 'platform' MP to content packs #29 (demisto#39190)

* batch_29

* revert incorrect changes

* Update Packs/Slack/pack_metadata.json

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* batch_30 (demisto#39191)

* batch_31 (demisto#39192)

* Adopt 'platform' MP to content packs #32 (demisto#39193)

* batch_32

* Update Packs/Workday/pack_metadata.json

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* batch_33 (demisto#39194)

* Adopt 'platform' MP to content packs #23 (demisto#39184)

* batch_23

* revert incorrect changes

* remove identity_threat

---------

Co-authored-by: darbel <darbel@paloaltonetworks.com>

* fix json

* limit common scripts

* Revert "Merge branch 'test-platform-mp' into nivbs/CIAC-13013_Quick_Actions"

This reverts commit 78e897c, reversing
changes made to d2885a5.

* Update release notes before pre commit

* Update release notes before pre commit

* Update current version in pack_metadata.json

* Applying changes to adjust pre-commit tests

* Making sure that send slack message and send teams message dont run as one action

* Updating SlackV3_test.py to support new version

* Revert docker changes in slack and teams because of build not supporting new versions

* Revert slack test changes becuase docker versions were not updated

* Remove Unnecessary description in Teams

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: Israel Lappe <79846863+ilappe@users.noreply.github.com>
Co-authored-by: darbel <darbel@paloaltonetworks.com>
Co-authored-by: barryyosi-panw <158817412+barryyosi-panw@users.noreply.github.com>
Co-authored-by: barryyosi-panw <byosilevich@paloaltonetworks.com>
tsachzim pushed a commit that referenced this pull request May 15, 2025
…emisto#39230) (demisto#39322)

* "contribution update to pack 'Microsoft Sentinel'"

* Revert unwanted changes

* Update Packs/AzureSentinel/Integrations/AzureSentinel/AzureSentinel.yml



* Update Packs/AzureSentinel/Integrations/AzureSentinel/README.md



* Update Packs/AzureSentinel/Integrations/AzureSentinel/AzureSentinel.yml



* Revert unwanted changes part 2

* Aligned tests to the input type change

* update release notes

* fix unittest

* Update Packs/AzureSentinel/ReleaseNotes/1_5_60.md



* fix

* Added a note to the readme regarding the debugger panel (demisto#39243)

* CRTX-133204-Trellix_ePO-fix (demisto#39248)

* changed metadata file

* added release notes

* added release notes

---------



* fix: get mapping fields function does not except any arguments (demisto#38786) (demisto#39261)

* fix: get mapping fields function does not except any arguments

* feat: add Bryan van der Net to CONTRIBUTORS.json

* fix: update SentinelOne V2 integration to resolve mapping fields error and enhance configuration sections

* fix: update Docker image version for SentinelOne V2 integration

* docs: update Docker image version in release notes for SentinelOne V2 integration

* Update Packs/SentinelOne/Integrations/SentinelOne-V2/SentinelOne-V2.yml



* Update Packs/SentinelOne/Integrations/SentinelOne-V2/SentinelOne-V2.yml



* Update Packs/SentinelOne/ReleaseNotes/3_2_37.md



* Update Packs/SentinelOne/Integrations/SentinelOne-V2/SentinelOne-V2.yml



* style: pr still showing changes on the release notes

* Bump version and generate release notes



* revert: revert config changes

* chore: bump version and update release notes

* style: undo random formatting changes

---------





* Modeling rules modification - CRTX-151278 (demisto#39103)

* Modified modeling rule after the modification of the integration

* Fixed schema file

* Added release note and modified modeling rule

* Pack's version update

* Update Packs/qualys/ReleaseNotes/3_2_4.md



* Modified modeling rule

* Bump pack from version qualys to 3.2.5.

* Added xdm.event.type to assets events

* Added tag

* Fixed schema file

* Fixed schema file

---------




* Update Pan-OS playbook for supporting version 11 (demisto#39249)

* added itamar (demisto#39265)

* Added the validate-validation-config-file hook to content (demisto#39260)

* Added the validate-validation-config-file hook to content

* fixes

* fix validations

* Automation research releases (demisto#39270)

* new playbook - First Azure AD PowerShell operation for a user (demisto#39159)

* new playbook

* RN

* description fixed

* added ignore

* Bump pack from version CortexResponseAndRemediation to 1.1.25.

* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* Update Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-First_Azure_AD_PowerShell_operation_for_a_user.yml



* task description

* position fix

* fix for old link to documentation

* continue on error

* fix

* skip if

* fix

* fix

* added issilent: true

---------





* Automation Research Release - 1 (demisto#39269)

* fix: get mapping fields function does not except any arguments (demisto#38786) (demisto#39261)

* fix: get mapping fields function does not except any arguments

* feat: add Bryan van der Net to CONTRIBUTORS.json

* fix: update SentinelOne V2 integration to resolve mapping fields error and enhance configuration sections

* fix: update Docker image version for SentinelOne V2 integration

* docs: update Docker image version in release notes for SentinelOne V2 integration

* Update Packs/SentinelOne/Integrations/SentinelOne-V2/SentinelOne-V2.yml



* Update Packs/SentinelOne/Integrations/SentinelOne-V2/SentinelOne-V2.yml



* Update Packs/SentinelOne/ReleaseNotes/3_2_37.md



* Update Packs/SentinelOne/Integrations/SentinelOne-V2/SentinelOne-V2.yml



* style: pr still showing changes on the release notes

* Bump version and generate release notes



* revert: revert config changes

* chore: bump version and update release notes

* style: undo random formatting changes

---------





* Modeling rules modification - CRTX-151278 (demisto#39103)

* Modified modeling rule after the modification of the integration

* Fixed schema file

* Added release note and modified modeling rule

* Pack's version update

* Update Packs/qualys/ReleaseNotes/3_2_4.md



* Modified modeling rule

* Bump pack from version qualys to 3.2.5.

* Added xdm.event.type to assets events

* Added tag

* Fixed schema file

* Fixed schema file

---------




* Update Pan-OS playbook for supporting version 11 (demisto#39249)

* added itamar (demisto#39265)

---------











---------













* add codeowner (demisto#39272)

* [GenericPolling] Update docs (demisto#39250)

* RN

* Update Packs/CommonPlaybooks/ReleaseNotes/2_6_55.md



* Update Packs/CommonPlaybooks/ReleaseNotes/2_6_55.md



---------




* edit readme file (demisto#39196)

* edit readme file

* documentation after tech writing fixes

* fix to soft break (line break)

* improve images resolution

* change permission list to bullet style

* [Code owners] Update ContentManagement with talzich (demisto#39284)

* Platform content support merge gateway (demisto#39268)

* batch_1 (demisto#39162)

* Adopt 'platform' MP to content packs #2 (demisto#39163)

* batch_2

* revert incorrect changes

* revert incorrect changes

* remove identity_threat

---------



* Adopt 'platform' MP to content packs #3 (demisto#39164)

* batch_3

* remove identity_threat

---------



* batch_4 (demisto#39165)

* Adopt 'platform' MP to content packs #6 (demisto#39167)

* batch_6

* revert incorrect changes

* batch_7 (demisto#39168)

* Adopt 'platform' MP to content packs #8 (demisto#39169)

* batch_8

* revert incorrect changes

* Update Packs/CommonScripts/pack_metadata.json

---------



* Adopt 'platform' MP to content packs #9 (demisto#39170)

* batch_9

* revert quick actions

* revert incorrect changes

* revert incorrect changes

* batch_5 (demisto#39232)

* batch_10 (demisto#39171)

* batch_11 (demisto#39172)

* Adopt 'platform' MP to content packs #12 (demisto#39173)

* batch_12

* revert incorrect changes

* batch_13 (demisto#39174)

* Adopt 'platform' MP to content packs #14 (demisto#39175)

* batch_14

* revert incorrect changes

* Adopt 'platform' MP to content packs #15 (demisto#39176)

* batch_15

* Update Packs/FiltersAndTransformers/pack_metadata.json

---------



* batch_16 (demisto#39177)

* batch_17 (demisto#39178)

* Adopt 'platform' MP to content packs #18 (demisto#39179)

* batch_18

* revert incorrect changes

* Adopt 'platform' MP to content packs #19 (demisto#39180)

* batch_19

* Update Packs/Jira/pack_metadata.json

---------



* batch_20 (demisto#39181)

* Adopt 'platform' MP to content packs #21 (demisto#39182)

* batch_21

* revert incorrect changes

* remove identity_threat

---------



* Adopt 'platform' MP to content packs #22 (demisto#39183)

* batch_22

* revert incorrect changes

* Update Packs/Office365AndAzureAuditLog/pack_metadata.json

---------



* batch_24 (demisto#39185)

* Adopt 'platform' MP to content packs #25 (demisto#39186)

* batch_25

* Update Packs/PingIdentity/pack_metadata.json

* Update Packs/PrismaAccess/pack_metadata.json

---------



* Adopt 'platform' MP to content packs #26 (demisto#39187)

* batch_26

* revert incorrect changes

* Adopt 'platform' MP to content packs #27 (demisto#39188)

* batch_27

* revert incorrect changes

* Adopt 'platform' MP to content packs #28 (demisto#39189)

* batch_28

* revert incorrect changes

* remove identity_threat

---------



* Adopt 'platform' MP to content packs #29 (demisto#39190)

* batch_29

* revert incorrect changes

* Update Packs/Slack/pack_metadata.json

---------



* batch_30 (demisto#39191)

* batch_31 (demisto#39192)

* Adopt 'platform' MP to content packs #32 (demisto#39193)

* batch_32

* Update Packs/Workday/pack_metadata.json

---------



* batch_33 (demisto#39194)

* Adopt 'platform' MP to content packs #23 (demisto#39184)

* batch_23

* revert incorrect changes

* remove identity_threat

---------



* fix json

* limit common scripts

* fix Core layouts

* fix Core layouts

---------




* IBM HA - add "haIntegrationEventID" to multiple integrations (demisto#38846)

* add haIntegrationEventID key to qradar incidents

* added rn

* fixes

* in progress

* reverts & preperation

* tests fixes

* added haIntegrationEventID to more itnegrations

* added rns

* fixes

* fixes

* added sections to uptycs

* work in progress, save before testing

* working windows integration

* done all 9 integrations

* added rns

* fix proof point

* fix unit test

* validations fixes

* validations fixes

* reverts

* update uptycs contacts

* update rns

* update rns

* revert ms atp

* reverts

* reverts

* updated docker

* fixed empty offset issue

* added rn

* reverts

* Add ICDM Integration (demisto#38982) (demisto#39283)

* Add ICDM Integration

* Fix Formatting and Pipeline errors

* Update Sections

* Minor changes and refactors to address Review comments

* Fix Unit test for network indicator

* do not use deprecated method utcnow()

* Fix context path and format readable output of Protection Commands

* Update Readme

* Fix version info in Readme



* Box Quick Update (demisto#39267)

* Updated README and pack_metadata

* Updated README

* Update Packs/Box/README.md



* Update Packs/Box/README.md



* Update Packs/Box/README.md



* Update Packs/Box/README.md



---------



* [Trellix_ePO] Remove MP xsoar (demisto#39296)

* hide pack (demisto#39290) (demisto#39294)



* CortexCoreIR: added `quick actions` commands (demisto#38663)

* added prettynames placeholder

* added quickaction

* update prettypredefined

* capital prettyPredefined

* update prettypredefined

* JUST FOR TEST SDK FIX

* correct prettypredefined

* test script

* uuse sdk from branch

* added supportedModules

* adding the wrapper commands

* remove "platform" properties from script

* revert poetry changes

* remove quick action from the orig command

* correct the name of quick actions

* fix wrong

* update CoreIR integration with IA related & py code

* PM changes

* restore pack_metadata

* replace placeholders

* run ruff format after merge master

* added RN

* fix alert

* update the RN

---------



* drop CortexVulnerabilityManagement from platform (demisto#39299)

* Nivbs/ciac 13013 quick actions (demisto#38979)

* Added first draft for Quick action: Create Issue in Jira

* Added first draft for Quick action: Create ServiceNow Ticket

* Fixing Items in JIRA quick action

* Adding Corrects Fields in Open Service Now Ticket

* Quick Action Slack Integration

* Quick Action MSFT Teams Integration

* re-format the ${issue} syntax after clarifications

* Adding Platform to pack_metadata.json

* Updating pack_metadata.json for all Packs, according to platform-content-support

* update supportsquickactions to higher scope
adding hidden to relevant quiack-action cmds

* Update slack to slackV3

* Remove deprecated arguments from JIRA cmd

* Update default Value in Jira

* Update Docker images versions

* Update Release notes for quick actions Packs

* Adding supports quick action for slack V3

* Change order of pre-defined options

* Change defaultValue to predefined

* Change pretty name for short_description in ServiceNowv2.yml

* Remove prettyname for non required params

* Update JiraV3.yml according to design changes

* Update MicrosoftTeams.yml according to design changes

* Update SlackV3.yml according to design changes

* Update ServiceNowv2.yml according to design changes

* Change from issue to alert keyword

* Fixes After demo: Remove user option from teams and slack. Remove defaultValue from Servicenow TicketType

* After Server fix - change from alert to issue keyword

* Update Packs/Slack/ReleaseNotes/3_5_11.md



* Update Packs/Slack/ReleaseNotes/3_5_11.md



* Update Packs/ServiceNow/ReleaseNotes/2_7_8.md



* Update Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml



* Update Packs/Jira/Integrations/JiraV3/JiraV3.yml



* Update Packs/Jira/Integrations/JiraV3/JiraV3.yml



* Update Packs/Jira/ReleaseNotes/3_2_16.md



* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md



* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md



* Update Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml



* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md



* Update Packs/MicrosoftTeams/ReleaseNotes/1_5_17.md



* Update Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml



* Apply suggestions from code review



* Update release note file name

* Update description after pre commit notes

* Create 3_5_12.md

* Update Descriptions and params after product meeting

* Revert "Create 3_5_12.md"

This reverts commit 348e186.

* Because of ST failed - update description in commands

* batch_1 (demisto#39162)

* Adopt 'platform' MP to content packs #2 (demisto#39163)

* batch_2

* revert incorrect changes

* revert incorrect changes

* remove identity_threat

---------



* Adopt 'platform' MP to content packs #3 (demisto#39164)

* batch_3

* remove identity_threat

---------



* batch_4 (demisto#39165)

* Adopt 'platform' MP to content packs #6 (demisto#39167)

* batch_6

* revert incorrect changes

* batch_7 (demisto#39168)

* Adopt 'platform' MP to content packs #8 (demisto#39169)

* batch_8

* revert incorrect changes

* Update Packs/CommonScripts/pack_metadata.json

---------



* Adopt 'platform' MP to content packs #9 (demisto#39170)

* batch_9

* revert quick actions

* revert incorrect changes

* revert incorrect changes

* batch_5 (demisto#39232)

* batch_10 (demisto#39171)

* batch_11 (demisto#39172)

* Adopt 'platform' MP to content packs #12 (demisto#39173)

* batch_12

* revert incorrect changes

* batch_13 (demisto#39174)

* Adopt 'platform' MP to content packs #14 (demisto#39175)

* batch_14

* revert incorrect changes

* Adopt 'platform' MP to content packs #15 (demisto#39176)

* batch_15

* Update Packs/FiltersAndTransformers/pack_metadata.json

---------



* batch_16 (demisto#39177)

* batch_17 (demisto#39178)

* Adopt 'platform' MP to content packs #18 (demisto#39179)

* batch_18

* revert incorrect changes

* Adopt 'platform' MP to content packs #19 (demisto#39180)

* batch_19

* Update Packs/Jira/pack_metadata.json

---------



* batch_20 (demisto#39181)

* Adopt 'platform' MP to content packs #21 (demisto#39182)

* batch_21

* revert incorrect changes

* remove identity_threat

---------



* Adopt 'platform' MP to content packs #22 (demisto#39183)

* batch_22

* revert incorrect changes

* Update Packs/Office365AndAzureAuditLog/pack_metadata.json

---------



* batch_24 (demisto#39185)

* Adopt 'platform' MP to content packs #25 (demisto#39186)

* batch_25

* Update Packs/PingIdentity/pack_metadata.json

* Update Packs/PrismaAccess/pack_metadata.json

---------



* Adopt 'platform' MP to content packs #26 (demisto#39187)

* batch_26

* revert incorrect changes

* Adopt 'platform' MP to content packs #27 (demisto#39188)

* batch_27

* revert incorrect changes

* Adopt 'platform' MP to content packs #28 (demisto#39189)

* batch_28

* revert incorrect changes

* remove identity_threat

---------



* Adopt 'platform' MP to content packs #29 (demisto#39190)

* batch_29

* revert incorrect changes

* Update Packs/Slack/pack_metadata.json

---------



* batch_30 (demisto#39191)

* batch_31 (demisto#39192)

* Adopt 'platform' MP to content packs #32 (demisto#39193)

* batch_32

* Update Packs/Workday/pack_metadata.json

---------



* batch_33 (demisto#39194)

* Adopt 'platform' MP to content packs #23 (demisto#39184)

* batch_23

* revert incorrect changes

* remove identity_threat

---------



* fix json

* limit common scripts

* Revert "Merge branch 'test-platform-mp' into nivbs/CIAC-13013_Quick_Actions"

This reverts commit 78e897c, reversing
changes made to d2885a5.

* Update release notes before pre commit

* Update release notes before pre commit

* Update current version in pack_metadata.json

* Applying changes to adjust pre-commit tests

* Making sure that send slack message and send teams message dont run as one action

* Updating SlackV3_test.py to support new version

* Revert docker changes in slack and teams because of build not supporting new versions

* Revert slack test changes becuase docker versions were not updated

* Remove Unnecessary description in Teams

---------







* Fix validate content tpb (demisto#39297)

* Increase timeout

* fix tpb yml

* FormatURL does not correctly extract URLs from URLs of type ProofPoint URLDefense v3 (demisto#39086)

* first commit

* add rn

* add tests- urls are from api

* Bump pack from version CommonScripts to 1.19.34.

* improve code

* Bump pack from version ApiModules to 2.2.43.

* add rn

* fix docker

* fix code

* fix pre-commit

* fix pre-commit

* fix pre-commit

* fix pre-commit

* fix test

* Bump pack from version CommonScripts to 1.19.35.

* fix test

* fix test playbook

* fix warnings

* fix warnings

* fix warnings

* fix warnings

---------



* Modified readme file - Proofpoint TAP (demisto#39289)

* Modified readme file

* Update Packs/ProofpointTAP/README.md



---------



* Improve handling of command execution timeout using timed thread in QualysV2 (demisto#39074)

* Updated Silverfort Pack README (demisto#38764) (demisto#39304)

* Updated Silverfort README

* Updated based on ilaredo's feedback

* Trigger build workflow



* Fix for list of techniques in InvestigationDetailedSummaryToTable (demisto#39291)

* fix for customer issue

* FeedDomainTools Release v1.0.1 (demisto#39280) (demisto#39305)

* Add release notes

* Removed release notes

* Add domain discovery feed.

* Added domainrdap feeds

* Add test cases for domainrdap feeds

* Revert hardcoded indicator type

* Remove unnecessary comment

* Update README

* Update release notes



* Fix upload flow core packs validation (demisto#39306)

* update the RN

* empty

* Intense sso failures fix (demisto#39301)

* Change 90 days to 1 day

* Change 90 days to 1 day

* RN

---------

Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: ROCCO <rocco.mercante@intesasanpaolo.com>
Co-authored-by: ispRM <99743409+ispRM@users.noreply.github.com>
Co-authored-by: inbalapt1 <164751454+inbalapt1@users.noreply.github.com>
Co-authored-by: iapt@paloaltonetworks.com <iapt@paloaltonetworks.com>
Co-authored-by: Shachar Kidor <82749224+ShacharKidor@users.noreply.github.com>
Co-authored-by: sdaniel6 <sdaniel@paloaltonetworks.com>
Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>
Co-authored-by: bryanster <45668775+bryanster@users.noreply.github.com>
Co-authored-by: Jelle Hol <jellehol93@gmail.com>
Co-authored-by: yasta5 <112320333+yasta5@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: Content Bot <bot@demisto.com>
Co-authored-by: Niv Ben Salmon <nbensalmon@paloaltonetworks.com>
Co-authored-by: EyalPintzov <91007713+eyalpalo@users.noreply.github.com>
Co-authored-by: Yuval Hayun <70104171+YuvHayun@users.noreply.github.com>
Co-authored-by: Daniel Rezvani <drezvani@paloaltonetworks.com>
Co-authored-by: Karina Fishman <147307864+karinafishman@users.noreply.github.com>
Co-authored-by: Adi Peretz <130285835+AdiPeret@users.noreply.github.com>
Co-authored-by: Jacob Levy <129657918+jlevypaloalto@users.noreply.github.com>
Co-authored-by: Arad Carmi <62752352+AradCarmi@users.noreply.github.com>
Co-authored-by: lironcohen272 <lircohen@paloaltonetworks.com>
Co-authored-by: Menachem Weinfeld <90556466+mmhw@users.noreply.github.com>
Co-authored-by: barryyosi-panw <158817412+barryyosi-panw@users.noreply.github.com>
Co-authored-by: Israel Lappe <79846863+ilappe@users.noreply.github.com>
Co-authored-by: darbel <darbel@paloaltonetworks.com>
Co-authored-by: rundssoar <139948408+rundssoar@users.noreply.github.com>
Co-authored-by: eepstain <116078117+eepstain@users.noreply.github.com>
Co-authored-by: johnnywilkes <32227961+johnnywilkes@users.noreply.github.com>
Co-authored-by: Danny_Fried <dfried@paloaltonetworks.com>
Co-authored-by: barryyosi-panw <byosilevich@paloaltonetworks.com>
Co-authored-by: Tal Zichlinsky <35036457+talzich@users.noreply.github.com>
Co-authored-by: Tal Carmeli <158452762+tcarmeli1@users.noreply.github.com>
Co-authored-by: Kamal Qarain <45042524+kamalq97@users.noreply.github.com>
Co-authored-by: Frank Gasparovic <Frank.Gasparovic@Gmail.com>
Co-authored-by: Andrew Shamah <42912128+amshamah419@users.noreply.github.com>
Co-authored-by: Bri <133698148+briluza@users.noreply.github.com>
Co-authored-by: Tomer Haimof <81556849+tomer-pan@users.noreply.github.com>
Co-authored-by: RotemAmit <ramit@paloaltonetworks.com>
tsachzim pushed a commit that referenced this pull request Dec 16, 2025
* init

* improve

* pre commit and rn

* fix test

* fix mypy

* cr

* cr #2

* fix pre commit

* Apply suggestion from @JasBeilin

* CR

* line too long

---------

Co-authored-by: Jasmine Beilin <71636766+JasBeilin@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants