Skip to content

Bump actions/setup-python from 3 to 4#2

Open
dependabot[bot] wants to merge 406 commits into
masterfrom
dependabot/github_actions/actions/setup-python-4
Open

Bump actions/setup-python from 3 to 4#2
dependabot[bot] wants to merge 406 commits into
masterfrom
dependabot/github_actions/actions/setup-python-4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jul 27, 2022

Bumps actions/setup-python from 3 to 4.

Release notes

Sourced from actions/setup-python's releases.

v4.0.0

What's Changed

  • Support for python-version-file input: #336

Example of usage:

- uses: actions/setup-python@v4
  with:
    python-version-file: '.python-version' # Read python version from a file
- run: python my_script.py

There is no default python version for this setup-python major version, the action requires to specify either python-version input or python-version-file input. If the python-version input is not specified the action will try to read required version from file from python-version-file input.

  • Use pypyX.Y for PyPy python-version input: #349

Example of usage:

- uses: actions/setup-python@v4
  with:
    python-version: 'pypy3.9' # pypy-X.Y kept for backward compatibility
- run: python my_script.py
  • RUNNER_TOOL_CACHE environment variable is equal AGENT_TOOLSDIRECTORY: #338

  • Bugfix: create missing pypyX.Y symlinks: #347

  • PKG_CONFIG_PATH environment variable: #400

  • Added python-path output: #405 python-path output contains Python executable path.

  • Updated zeit/ncc to vercel/ncc package: #393

  • Bugfix: fixed output for prerelease version of poetry: #409

  • Made pythonLocation environment variable consistent for Python and PyPy: #418

  • Bugfix for 3.x-dev syntax: #417

  • Other improvements: #318 #396 #384 #387 #388

Update actions/cache version to 2.0.2

In scope of this release we updated actions/cache package as the new version contains fixes related to GHES 3.5 (actions/setup-python#382)

Add "cache-hit" output and fix "python-version" output for PyPy

This release introduces new output cache-hit (actions/setup-python#373) and fix python-version output for PyPy (actions/setup-python#365)

The cache-hit output contains boolean value indicating that an exact match was found for the key. It shows that the action uses already existing cache or not. The output is available only if cache is enabled.

... (truncated)

Commits
  • c4e89fa Improve readme for 3.x and 3.11-dev style python-version (#441)
  • 0ad0f6a Merge pull request #452 from mayeut/fix-env
  • f0bcf8b Merge pull request #456 from akx/patch-1
  • af97157 doc: Add multiple wildcards example to readme
  • 364e819 Merge pull request #394 from akv-platform/v-sedoli/set-env-by-default
  • 782f81b Merge pull request #450 from IvanZosimov/ResolveVersionFix
  • 2c9de4e Remove duplicate code introduced in #440
  • 412091c Fix tests for update-environment==false
  • 78a2330 Merge pull request #451 from dmitry-shibanov/fx-pipenv-python-version
  • 96f494e trigger checks
  • 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)

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jul 27, 2022

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

ssokolovich and others added 29 commits December 27, 2022 17:34
* Added new PB version for isolate / unisolate for cortex xdr playbooks.

* updated rn

* Older version fix

* Fixed review comments

* Updated RN

* Changed file names to be in the right naming convention.

* Fixed review comments
Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>
* Fixed an issue in ThreatVaultV2

* commit

* commit

* commit

* Update Packs/PaloAltoNetworks_Threat_Vault/ReleaseNotes/2_0_1.md

* correct RN

* commit test for gitlab build

* commit test

* commit

* Update Packs/PaloAltoNetworks_Threat_Vault/ReleaseNotes/2_0_1.md

Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>
* split yml

* to py 3

* SCADAfence-to-py3

* SCADAfence-to-py3

* fix CR comments
* Removed duplicated outputs

* Added RN

* Updated docker image
…22905)

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](certifi/python-certifi@2021.05.30...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [setuptools](https://github.com/pypa/setuptools) from 60.1.0 to 65.5.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v60.1.0...v65.5.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: indirect
...

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

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

* testing

* update docker

* reverts
* replaced the pack version in the user agent header with the integration instance name

* Added RN

* Bumped docker

Bumped docker
* Bug fix to QRadar Integration (demisto#22580)

* enhance fetch performance

The change will enhance offenses fetching by narrowing the query results.
Test button will return results quicker that ever as well.

* fix bug in first fetch

fixes a bug where first fetch is not fetching the first offense in QRadar when there is no query and for some queries

* minor logic change

* add rn, update docker, fix ut

* fix rn, revert changes

* add first fetch comment

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

* fix TPB

* fix tpb

* increase timeout

* increase timeout

* last one

* change

* conf fix

* another fix

* remove TPB v3

Co-authored-by: Anas <34753290+prod-anas@users.noreply.github.com>
Co-authored-by: ostolero <ostolero@paloaltonetworks.com>
Co-authored-by: ostolero <86190583+ostolero@users.noreply.github.com>
* Updated Metadata Of Pack Nmap

* Added release notes to pack Nmap

* Packs/Nmap/Integrations/Nmap/Nmap.yml Docker image update
* Updated Metadata Of Pack FeedUnit42v2

* Added release notes to pack FeedUnit42v2

* Packs/FeedUnit42v2/Integrations/FeedUnit42v2/FeedUnit42v2.yml Docker image update
* Updated Metadata Of Pack FeedPublicDNS

* Added release notes to pack FeedPublicDNS

* Packs/FeedPublicDNS/Integrations/FeedPublicDNS/FeedPublicDNS.yml Docker image update
* Updated Metadata Of Pack MongoDB

* Added release notes to pack MongoDB

* Packs/MongoDB/Integrations/MongoDB/MongoDB.yml Docker image update

* Packs/MongoDB/Integrations/MongoDBKeyValueStore/MongoDBKeyValueStore.yml Docker image update

* Packs/MongoDB/Integrations/MongoDBLog/MongoDBLog.yml Docker image update

* Updated Metadata Of Pack OpenLDAP

* Added release notes to pack OpenLDAP

* Packs/OpenLDAP/Integrations/OpenLDAP/OpenLDAP.yml Docker image update
* Updated Metadata Of Pack JoeSecurity

* Added release notes to pack JoeSecurity

* Packs/JoeSecurity/Integrations/JoeSecurityV2/JoeSecurityV2.yml Docker image update
* Updated Metadata Of Pack Zoom

* Added release notes to pack Zoom

* Packs/Zoom/Integrations/Zoom/Zoom.yml Docker image update
* Updated Metadata Of Pack SMIME_Messaging

* Added release notes to pack SMIME_Messaging

* Packs/SMIME_Messaging/Integrations/SMIME_Messaging/SMIME_Messaging.yml Docker image update
* Updated Metadata Of Pack MISP

* Added release notes to pack MISP

* Packs/MISP/Integrations/MISPV3/MISPV3.yml Docker image update
* check relates linking

* test

* fixed issue

* fix issue

* Fixed issue and looks.

* using argparse ability

* change argsparser

* test

* update python version

* test

* test

* wip

* wip

* fix test

* fix validate
* Added support for "mark as read" in "fetch-incidents"

* Update the test file

* Update the README file

* Update the docker image and added RN

* Added unit test
* Possible solution

* Updated release notes

* updated test

* Raised the limit to 1000

* Fixed build issues

* fixed build issues

* updated release notes
* Updated Metadata Of Pack Bitbucket

* Added release notes to pack Bitbucket

* Packs/Bitbucket/Integrations/Bitbucket/Bitbucket.yml Docker image update

* Updated Metadata Of Pack CloudflareWAF

* Added release notes to pack CloudflareWAF

* Packs/CloudflareWAF/Integrations/CloudflareWAF/CloudflareWAF.yml Docker image update

* Updated Metadata Of Pack CrowdStrikeFalconX

* Added release notes to pack CrowdStrikeFalconX

* Packs/CrowdStrikeFalconX/Integrations/CrowdStrikeFalconX/CrowdStrikeFalconX.yml Docker image update

* Updated Metadata Of Pack CrowdStrikeMalquery

* Added release notes to pack CrowdStrikeMalquery

* Packs/CrowdStrikeMalquery/Integrations/CrowdStrikeMalquery/CrowdStrikeMalquery.yml Docker image update

* Updated Metadata Of Pack Cryptocurrency

* Added release notes to pack Cryptocurrency

* Packs/Cryptocurrency/Integrations/Cryptocurrency/Cryptocurrency.yml Docker image update

* Skipped failed test

Co-authored-by: sberman <sberman@paloaltonetworks.com>
demisto#23283)

* Fixed trigger id of "Alibaba ActionTrail - Multiple Unauthorized Action Attempts Detected By a User Alerts"

* RN

* deleted RN
* ignore foo, bar, baz, test as "secrets"
…mail (IAMInitOktaUser) (demisto#22473)

* Added script

* updated docker ver

* Added test playbook, added test to conf.json, added secret to secrets-ignore

* RN + manually generated script README because the SDK doesn't work

* Fixed validation for long lines

* Fixes for Dan the prince

* Fixes for Dan the prince

* Added instance name for EWSO365 in conf.json

* Changed instance of EWSO365 since the credentials for the other one are incorrect. Also updated docker image version.
YuvHayun and others added 23 commits January 11, 2023 10:25
* added comment

* added rn

* update rn

* updates
* Deprecate SlackV2 and Fix Asyncio Deprecation issue
* JsonWhoIs

* Update Packs/JsonWhoIs/.pack-ignore
…23599)

* AlienVault OTX TAXII Feed

* Update the disable_warnings

* Update the pack-ignore file
* Add retries to manage_asset_tags func
* Support campaign in MitreFeedV2

* Add tlp and timestamp parsing to
MITRE feed indicators

* Fix PR changes.

* Bump version.

* Use latest docker image.

* Add release notes.

* Extract timestamp from publication
description returns empty string in case of n.d

* Bump version.
Add release notes.
…isto#23708)

* align xdr iocs to native image

* align confense-triage v2 to native-image

* align panw dlp integration to native image

* bump rn

* bump rn

* updated docker images

* bump rn
* Updated the Readme.md in order to start adoption

* bumped the version in order to adopt the pack

* updated the release notes to adopt start

* updated the date of the adoption

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

Co-authored-by: Kobbi Gal <85439776+kgal-pan@users.noreply.github.com>

Co-authored-by: Kobbi Gal <85439776+kgal-pan@users.noreply.github.com>

Co-authored-by: munna-metron <82433049+munna-metron@users.noreply.github.com>
Co-authored-by: Kobbi Gal <85439776+kgal-pan@users.noreply.github.com>
…rmattedDateToEpoch to FiltersAndTransformers pack. (demisto#23480)

* move files

* add coverage

* add bc

* update rn

* add READMES

* add READMES

* Update .pack-ignore

* Update README.md

* Update .pack-ignore

* conflicts

* Update .pack-ignore

* RN

* Update .pack-ignore

* Update 1_10_45.json

* Conflicts

* Conflicts

* Conflicts
* Phishing changes

* Phishing RN

* Phishing RN

* Phishing RN

* Phishing changes

* 365 Defender Changes

* 365 Defender RN

* MSGraph change

* MSGraph RN

* EWS change

* EWS RN

* Skip if unavailable

* Prefixes

* Rename files without parenthesis

* Rename files without parenthesis

* EWS remove selected-fields

* remove ews mail sender from test

* remove ews mail sender from test

* Add dependency

* test playbook credentials

* Pack metadata

* typo fix

* after review

* after review - defender 365 hunting playbook

* after review - defender 365 hunting playbook

* after review - defender 365 hunting playbook

* after review - defender 365 hunting playbook generic

* after review - handle hunting results

* handle hunting results - add description

* Phishing v3 change input default

* Add dt for filtering emails based on message ID

* fix dt for filtering emails based on message ID

* remove prefixed playbook inputs

* typo fix

* ListenerMailbox input

* get email loop - fix array

* Fix issue when there's a single email retrieved

* grammer

* Update 2_0_8.md

Done.

* Update playbook-Microsoft_365_Defender_-_Emails_Indicators_Hunt.yml

Done.

* Update playbook-Microsoft_365_Defender_-_Threat_Hunting_Generic.yml

Done.

* Update playbook-Microsoft_365_Defender_-_Threat_Hunting_Generic_README.md

Done.

* Update 4_4_7.md

Done.

* Update 1_4_2.md

Done.

* Fix indicators hunt logic

* Fix clicks hunt logic

* Fix clicks hunt logic

* Remove unify playbooks in hunting generic

* Remove unify playbooks in hunting generic

* Update Phishing_-_Generic_v3.yml

Done.

* Update Phishing_-_Generic_v3_README.md

Done.

* Update playbook-Phishing_-_Create_New_Incident.yml

Done.

* Update playbook-Phishing_-_Create_New_Incident_README.md

Done.

* Update playbook-Phishing_-_Get_Original_Email_Loop.yml

Done.

* Update playbook-Phishing_-_Get_Original_Email_Loop_README.md

Done.

* Update playbook-Phishing_-_Handle_Microsoft_365_Defender_Results.yml

Done.

* Update playbook-Phishing_-_Handle_Microsoft_365_Defender_Results_README.md

Done.

* Update playbook-Phishing_-_Handle_Microsoft_365_Defender_Results.yml

Done.

* Update playbook-Phishing_-_Indicators_Hunting.yml

Done.

* Update playbook-Phishing_-_Indicators_Hunting_README.md

Done.

* Update playbook-Phishing_-_Search_Related_Incidents_Defender_365.yml

Done.

* Update playbook-Phishing_-_Search_Related_Incidents_Defender_365_README.md

Done.

* Update 3_4_0.md

Done.

* phishing pack metadata

* Change hunting playbooks timeout to 180

* Change hunting playbook generic timeout to 180

* Increase pid threshold for chromium docker

* GraphMail RN

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
…emisto#23761)

* Fixed the simple domain part which caught "." instead of "[.]"

* Fixed the simple domain part which caught "." instead of "[.]"
* hide_alexa_from_mp

pack integration is deprecated, no need to have the pack in the mp

* Update pack_metadata.json

add comma
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/setup-python-4 branch from 67a23a7 to 6e44958 Compare January 11, 2023 14:22
konraduh pushed a commit that referenced this pull request Mar 31, 2023
* Update README.md

* [VirusTotal] Update logos (#2)

* Update ReleaseNote

* Update ReleaseNote

* Update ReleaseNote

* Update 2_5_1.md

---------

Co-authored-by: Pablo Pérez <122302023+pabloperezj@users.noreply.github.com>
Co-authored-by: Daniel Pascual <danielvazquez@google.com>
konraduh pushed a commit that referenced this pull request May 13, 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>
konraduh pushed a commit that referenced this pull request May 13, 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>
konraduh pushed a commit that referenced this pull request May 13, 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>
konraduh pushed a commit that referenced this pull request Apr 27, 2026
* 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.