Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump urllib3 from 1.26.8 to 1.26.18 in /Packs/AzureSentinel/Integrations/AzureSentinel #78

Open
wants to merge 2,587 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 18, 2023

Bumps urllib3 from 1.26.8 to 1.26.18.

Release notes

Sourced from urllib3's releases.

1.26.18

  • Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses. (GHSA-g4mx-q9vg-27p4)

1.26.17

  • Added the Cookie header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect. (GHSA-v845-jxx5-vc9f)

1.26.16

  • Fixed thread-safety issue where accessing a PoolManager with many distinct origins would cause connection pools to be closed while requests are in progress (#2954)

1.26.15

1.26.14

  • Fixed parsing of port 0 (zero) returning None, instead of 0 (#2850)
  • Removed deprecated HTTPResponse.getheaders() calls in urllib3.contrib module.

1.26.13

  • Deprecated the HTTPResponse.getheaders() and HTTPResponse.getheader() methods.
  • Fixed an issue where parsing a URL with leading zeroes in the port would be rejected even when the port number after removing the zeroes was valid.
  • Fixed a deprecation warning when using cryptography v39.0.0.
  • Removed the <4 in the Requires-Python packaging metadata field.

1.26.12

  • Deprecated the urllib3[secure] extra and the urllib3.contrib.pyopenssl module. Both will be removed in v2.x. See this GitHub issue for justification and info on how to migrate.

1.26.11

If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors.

⚠️ urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap

  • Fixed an issue where reading more than 2 GiB in a call to HTTPResponse.read would raise an OverflowError on Python 3.9 and earlier.

1.26.10

If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors.

⚠️ urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap

🔐 This is the first release to be signed with Sigstore! You can verify the distributables using the .sig and .crt files included on this release.

  • Removed support for Python 3.5
  • Fixed an issue where a ProxyError recommending configuring the proxy as HTTP instead of HTTPS could appear even when an HTTPS proxy wasn't configured.

1.26.9

If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors.

... (truncated)

Changelog

Sourced from urllib3's changelog.

1.26.18 (2023-10-17)

  • Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other" redirect responses.

1.26.17 (2023-10-02)

  • Added the Cookie header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect. ([#3139](https://github.com/urllib3/urllib3/issues/3139) <https://github.com/urllib3/urllib3/pull/3139>_)

1.26.16 (2023-05-23)

  • Fixed thread-safety issue where accessing a PoolManager with many distinct origins would cause connection pools to be closed while requests are in progress ([#2954](https://github.com/urllib3/urllib3/issues/2954) <https://github.com/urllib3/urllib3/pull/2954>_)

1.26.15 (2023-03-10)

  • Fix socket timeout value when HTTPConnection is reused ([#2645](https://github.com/urllib3/urllib3/issues/2645) <https://github.com/urllib3/urllib3/issues/2645>__)
  • Remove "!" character from the unreserved characters in IPv6 Zone ID parsing ([#2899](https://github.com/urllib3/urllib3/issues/2899) <https://github.com/urllib3/urllib3/issues/2899>__)
  • Fix IDNA handling of '\x80' byte ([#2901](https://github.com/urllib3/urllib3/issues/2901) <https://github.com/urllib3/urllib3/issues/2901>__)

1.26.14 (2023-01-11)

  • Fixed parsing of port 0 (zero) returning None, instead of 0. ([#2850](https://github.com/urllib3/urllib3/issues/2850) <https://github.com/urllib3/urllib3/issues/2850>__)
  • Removed deprecated getheaders() calls in contrib module. Fixed the type hint of PoolKey.key_retries by adding bool to the union. ([#2865](https://github.com/urllib3/urllib3/issues/2865) <https://github.com/urllib3/urllib3/issues/2865>__)

1.26.13 (2022-11-23)

  • Deprecated the HTTPResponse.getheaders() and HTTPResponse.getheader() methods.
  • Fixed an issue where parsing a URL with leading zeroes in the port would be rejected even when the port number after removing the zeroes was valid.
  • Fixed a deprecation warning when using cryptography v39.0.0.
  • Removed the <4 in the Requires-Python packaging metadata field.

1.26.12 (2022-08-22)

  • Deprecated the urllib3[secure] extra and the urllib3.contrib.pyopenssl module. Both will be removed in v2.x. See this GitHub issue <https://github.com/urllib3/urllib3/issues/2680>_ for justification and info on how to migrate.

1.26.11 (2022-07-25)

  • Fixed an issue where reading more than 2 GiB in a call to HTTPResponse.read would

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

ilaner and others added 30 commits May 28, 2023 22:14
* Updated Metadata Of Pack TaniumThreatResponse

* Added release notes to pack TaniumThreatResponse

* Packs/TaniumThreatResponse/Integrations/TaniumThreatResponseV2/TaniumThreatResponseV2.yml Docker image update
* Updated Metadata Of Pack Cybereason

* Added release notes to pack Cybereason

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

* Updated Metadata Of Pack MicrosoftTeams

* Added release notes to pack MicrosoftTeams

* Packs/MicrosoftTeams/Integrations/MicrosoftTeamsWebhook/MicrosoftTeamsWebhook.yml Docker image update

* Updated Metadata Of Pack ExtraHop

* Added release notes to pack ExtraHop

* Packs/ExtraHop/Integrations/ExtraHop_v2/ExtraHop_v2.yml Docker image update

* Updated Metadata Of Pack Qintel

* Added release notes to pack Qintel

* Packs/Qintel/Integrations/QintelQSentry/QintelQSentry.yml Docker image update

* Packs/Qintel/Integrations/QintelQWatch/QintelQWatch.yml Docker image update

* Packs/Qintel/Integrations/QintelPMI/QintelPMI.yml Docker image update

* Updated Metadata Of Pack Flashpoint

* Added release notes to pack Flashpoint

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

* Updated Metadata Of Pack PhishUp

* Added release notes to pack PhishUp

* Updated Metadata Of Pack VersaDirector

* Added release notes to pack VersaDirector

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

* Updated Metadata Of Pack SOCRadar

* Added release notes to pack SOCRadar

* Packs/SOCRadar/Integrations/SOCRadarThreatFusion/SOCRadarThreatFusion.yml Docker image update
…#25955)

* ignore ErrorInvalidIdMalformed

* fixed raise exception message

* rn

* docker

* rn

* conflicts

* version

* docker

* Bump pack from version MicrosoftExchangeOnline to 1.2.1.

* conflicts

* docker

* docker

* docker

* docker

* rn

* conflicts

* metadata

---------

Co-authored-by: Content Bot <bot@demisto.com>
* added the dynamic section script

* fix validate

* cr changes

* fix lint
…to#26517)

* Playbooks

* Fixed and simplified process email (previously there was a problem where Email.Text would take precedence over Email.HTML if we keep the old fields)

* revert phishing playbook changes (no changes required)

* added empty descr

* Added layout with new dynamic section + moved the email delete result section to be under the email delete button section

* Added RN and breaking RN, and changed the playbook to break by default.

* Bump pack from version Phishing to 3.5.18.

* Apply suggestions from code review

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

* Fixed invalid reference to dynamic section script

* Update Packs/Campaign/Playbooks/Detect_&_Manage_Phishing_Campaigns.yml

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

* Update Packs/Phishing/ReleaseNotes/3_5_18.md

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

* Update Packs/Campaign/Playbooks/Detect_&_Manage_Phishing_Campaigns.yml

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

* Update Packs/Campaign/Playbooks/Detect_&_Manage_Phishing_Campaigns.yml

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

* Changed layout to use the new script name "DisplayHTMLWithImages".

* Changed the playbook to not break by default

* Bump pack from version Phishing to 3.5.19.

* new RN

* RN

* Update 3_2_23.md

* Final RN

* Trying to fix RN validation

* Attempt to fix test playbook

---------

Co-authored-by: Content Bot <bot@demisto.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
* fix jsx error in OSQueryOpenSocket

* RN
…6466)

* fix

* revert

* rn

* docker

* fix

* conflicts

* fixed RN

* docs fixes

* fix the regex to support more date formats

* fix the regex

* fix last note
…emisto#27027)

* Test playbook for 'CrowdStrike Falcon - Get Endpoint Forensics Data'

* RN
* Added the base code

* more structural changes

* added yml and description

* added a test

* commit

* Adding tests

* added tests and documentation

* removed a duplicate yml conf

* commit

* commit

* commit

* commit

* commit

* changed events typo

* formating the code

* changes with nextLink

* added support for the pagination

* commit

* commit

* commit

* modified some tests

* Finished the tests and some fixes found by tests

* added some test and removed the first fetch time param

* fixed a test and some bugs in the code

* fixed extra arg in test_module

* commit

* fixes

* commit

* Added modelign rules

* added the  rule

* changes in yml and description

* Added documentation to functions

* Added documentation to tests

* removed a file

* changed to type 9 and bumped docker image

* Update Packs/AzureSecurityCenter/Integrations/MicrosoftDefenderForCloudEventCollector/MicrosoftDefenderForCloudEventCollector_description.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>

* fixed a typo in microsoft

* changes after doc review

* small change in readme.md

* fix validations

* commit

* change in the modeling rules

* Added a first_fetch_time handeling

* changed the modeling rule of event.outcome_reason

* Added the first_fetch time parameter

* Empty-Commit

* review changes

* added some known limitations

* changed the hyrarcy of the modeling rules

* fixed xif

* modeling rules change names

* Fixed the modeling rules

* updated docker image

* removed the RN for the new pack

* minor readme changes

* Apply suggestions from code review

Docs review.

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

* added RN and bumped version

---------

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

* RN for Deprecate Dedup v3
* Fix `token` parameter BC issue

* Bump version

* Update release notes

---------

Co-authored-by: Content Bot <bot@demisto.com>
* add 'Required Permissions' to the  documentation

* change api call in test func to get list mails with limit 1

* docker

* RN
* Debugs

* Debugs

* Working attachments

* Working attachments

* Release notes

* Added and fixed unit tests

* Added and fixed unit tests

* Removed unstable test and formats

* Removed unstable test and formats

* Update Packs/MailListener/ReleaseNotes/1_0_37.md

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

* Update docker image

* Added test data to solve the secrets validation timeout

* Added test data to solve the secrets validation timeout

* Added test data to solve the secrets validation timeout

* Added test data to solve the secrets validation timeout

* Added test data to solve the secrets validation timeout

* Added test data to solve the secrets validation timeout

* Added test data to solve the secrets validation timeout

* Added test data to solve the secrets validation timeout

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>
* Updated Metadata Of Pack Stairwell

* Added release notes to pack Stairwell

* Packs/Stairwell/Integrations/Inception/Inception.yml Docker image update

* Updated Metadata Of Pack TrustwaveFusion

* Added release notes to pack TrustwaveFusion

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

* Updated Metadata Of Pack SysAid

* Added release notes to pack SysAid

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

* Updated Metadata Of Pack Twitter

* Added release notes to pack Twitter

* Packs/Twitter/Integrations/Twitterv2/Twitterv2.yml Docker image update

* Updated Metadata Of Pack SkyhighSecurity

* Added release notes to pack SkyhighSecurity

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

* Updated Metadata Of Pack Vectra_AI

* Added release notes to pack Vectra_AI

* Packs/Vectra_AI/Integrations/VectraAIEventCollector/VectraAIEventCollector.yml Docker image update

* Packs/Vectra_AI/Integrations/VectraDetect/VectraDetect.yml Docker image update

* Updated Metadata Of Pack TrendMicroDeepSecurity

* Added release notes to pack TrendMicroDeepSecurity

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

* Updated Metadata Of Pack SolarWinds

* Added release notes to pack SolarWinds

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

* Updated Metadata Of Pack SophosCentral

* Added release notes to pack SophosCentral

* Packs/SophosCentral/Integrations/SophosCentral/SophosCentral.yml Docker image update
…isto#26988)

* [Marketplace Contribution] Content Testing - Content Pack Update (demisto#26088)

* "contribution update to pack "Content Testing""

* pack resubmitted

* Update UnitTest.yml

Added comment field

* Update 1_1_2.md

updated rn with doc and metadata

---------

Co-authored-by: David Uhrlaub <90627446+rurhrlaub@users.noreply.github.com>

* updated docker image

* updated docker image

---------

Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: David Uhrlaub <90627446+rurhrlaub@users.noreply.github.com>
Co-authored-by: merit-maita <49760643+merit-maita@users.noreply.github.com>
Co-authored-by: merit <meretmaayta@gmail.com>
* Update Hackuity integration: API key auth, Hackuity.Findings.Status.LastClosedAt (demisto#26558)

* Hackuity: API key auth, status last closed at

* Update docker image.

---------

Co-authored-by: Danny_Fried <dfried@paloaltonetworks.com>

* Bump version

* align RN 1_0_7 with master

* Deprecate login password and support api key

* Add default value to deprecated fields.
Update README

* Take api key from hiddenuser name field.

* Remove redundant method.

* Remove redundant line.
Make api key required.

* Change display password.

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

Co-authored-by: Rogdham <3994389+Rogdham@users.noreply.github.com>

* Remove new line in end of file in RN

---------

Co-authored-by: Rogdham <3994389+Rogdham@users.noreply.github.com>
* Updated Metadata Of Pack ipinfo

* Added release notes to pack ipinfo

* Packs/ipinfo/Integrations/ipinfo_v2/ipinfo_v2.yml Docker image update

* Updated Metadata Of Pack PhishTank

* Added release notes to pack PhishTank

* Packs/PhishTank/Integrations/PhishTankV2/PhishTankV2.yml Docker image update

* Updated Metadata Of Pack XForceExchange

* Added release notes to pack XForceExchange

* Packs/XForceExchange/Integrations/XFE_v2/XFE_v2.yml Docker image update

* Updated Metadata Of Pack URLHaus

* Added release notes to pack URLHaus

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

* Updated Metadata Of Pack CrowdStrikeIntel

* Added release notes to pack CrowdStrikeIntel

* Packs/CrowdStrikeIntel/Integrations/CrowdStrikeFalconIntel_v2/CrowdStrikeFalconIntel_v2.yml Docker image update

---------

Co-authored-by: Shelly Tzohar <45915502+Shellyber@users.noreply.github.com>
* Reduce number of demisto server calls

* Replace format with f-string; Extra refactoring

* return_error & return_results refactoring

* Insert 'test-module' into try-except

* Reduce code duplication; Clean main function

* Fix proxy/secure if statement

* Update docker image; Update release notes

* Update test playbook

* Fix GoogleDocs-test playbook validation error

* Create GoogleDocs_test.py

* Apply suggestion in release notes

* Add UTs documentation

* Fix Flake8 errors

* Fix Flake8 errors

* Fix excepted_result strings in UTs
* test commit

* Fixed last_run

* Added pagination

* Added skip limit

* Fix modeling rules

* Added release notes and updated pack version

* Fixed lint and conflicts

* Added retries and more tests

* Revert yml

* Fixed validate

* Update docker image

* Small fixes

* Revert product-vendor name

* Fixed CR comment + more refactoring

* Small fix

* Fixed lint errors

* Fixed missing ''

* Fixed CR comments

* Small comment fix

* Added more coverage + changed also implementation for the get command

* Fixed last comment
* deprecated the playbook Archer initiate incident

* RN for deprecated the playbook Archer initiate incident

* Update deprecated content on Block Account - Generic v2 playbook

* RN for Update deprecated content on Block Account - Generic v2 playbook

* Update Deprecated content on cortex xdr playbooks

* RN for Update Deprecated content on cortex xdr playbooks

* Update deprecated content on Saas_Security_-_Incident_Processor playbook

* RN for Update deprecated content on Saas_Security_-_Incident_Processor playbook

* deprecated the playbook Vulnerability Management - Qualys (Job)

* RN for deprecated the playbook Vulnerability Management - Qualys (Job)

* update command on the playbook Tanium Demo

* RN for update command on the playbook Tanium Demo

* Update deprecated commands on the playbooks TIE IOC Hunt and `Search_Endpoints_By_Hash_-_TIE`

* RN for Update deprecated commands on the playbooks TIE IOC Hunt and `Search_Endpoints_By_Hash_-_TIE`

* Bump pack from version CortexXDR to 4.10.41.

* Bump pack from version ArcherRSA to 1.2.11.

* fix validation errors

* update test playbook McAfee TIE to use the integration McAfee Threat Intelligence Exchange V2

* update test playbook McAfee TIE to use the integration McAfee Threat Intelligence Exchange

* Bump pack from version CommonPlaybooks to 2.3.65.

* Bump pack from version CommonPlaybooks to 2.3.66.

* Bump pack from version CortexXDR to 4.10.42.

* Bump pack from version McAfee-TIE to 2.0.7.

* Bump pack from version CommonPlaybooks to 2.3.67.

* Bump pack from version CortexXDR to 4.10.43.

* Bump pack from version Tanium to 1.0.25.

* Bump pack from version qualys to 1.2.8.

* Bump pack from version CortexXDR to 4.10.44.

* Bump pack from version CommonPlaybooks to 2.3.68.

* Bump pack from version ArcherRSA to 1.2.12.

* Bump pack from version qualys to 1.2.9.

* Bump pack from version CortexXDR to 4.10.45.

* Bump pack from version CommonPlaybooks to 2.3.69.

* removed deprecated commands `EPOFindSystem` (EOL) from playbook-Search_Endpoints_By_Hash_-_TIE.yml and from playbook-TIE_-_IOC_Hunt.yml

* Deprecated cortex xdr playbooks. replaced with relevance commands

* RN for Deprecated cortex xdr playbooks. replaced with relevance commands

* Bump pack from version CortexXDR to 4.10.46.

* replaced sub-playbook-Cortex_XDR_-_delete_file with relevance commands xdr-file-delete-script-execute

* RN after replaced sub-playbook-Cortex_XDR_-_delete_file with relevance commands xdr-file-delete-script-execute

* RN after replaced sub-playbook-Cortex_XDR_-_delete_file with relevance commands xdr-file-delete-script-execute

* fix validation error - update png name on RM files

* Bump pack from version CortexXDR to 4.11.1.

* Bump pack from version CommonPlaybooks to 2.3.70.

* fix for build error

* fix for build error

* Bump pack from version CommonPlaybooks to 2.3.71.

* Update Packs/ArcherRSA/ReleaseNotes/1_2_12.md

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_Execute_snippet_code_script.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_True_Positive_Incident_Handling.yml

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

* Update Packs/qualys/Playbooks/playbook-Vulnerability_Management__-_Qualys_(Job)_README.md

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

* Update Packs/qualys/Playbooks/playbook-Vulnerability_Management__-_Qualys_(Job)_README.md

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_Execute_snippet_code_script_README.md

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

* Update Packs/Tanium/ReleaseNotes/1_0_25.md

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

* Update Packs/qualys/Playbooks/playbook-Vulnerability_Management__-_Qualys_(Job)_README.md

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

* Update Packs/qualys/ReleaseNotes/1_2_9.md

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_True_Positive_Incident_Handling.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_True_Positive_Incident_Handling.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_True_Positive_Incident_Handling.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_True_Positive_Incident_Handling.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_True_Positive_Incident_Handling.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_check_file_existence.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_check_file_existence.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_check_file_existence.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_check_file_existence.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_check_file_existence_README.md

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_delete_file.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_delete_file.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_kill_process_README.md

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_delete_file.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_delete_file_README.md

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_execute_commands.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_execute_commands.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_execute_commands_README.md

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_kill_process.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_kill_process.yml

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

* Update Packs/CortexXDR/Playbooks/playbook-Cortex_XDR_-_kill_process.yml

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

* Update Packs/CortexXDR/ReleaseNotes/4_11_1.md

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

* Update Packs/CortexXDR/ReleaseNotes/4_11_1.md

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

* Update Packs/Tanium/ReleaseNotes/1_0_25.md

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

* Update Packs/CortexXDR/ReleaseNotes/4_11_1.md

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

* Update Packs/CortexXDR/ReleaseNotes/4_11_1.md

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

* Update Packs/CortexXDR/ReleaseNotes/4_11_1.md

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

* Update Packs/CortexXDR/ReleaseNotes/4_11_1.md

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

* Update Packs/McAfee-TIE/ReleaseNotes/2_0_7.md

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

* Update Packs/McAfee-TIE/ReleaseNotes/2_0_7.md

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

* Update Packs/McAfee-TIE/ReleaseNotes/2_0_7.md

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

* Update Packs/McAfee-TIE/ReleaseNotes/2_0_7.md

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

* Update Packs/McAfee-TIE/ReleaseNotes/2_0_7.md

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

* Update Packs/McAfee-TIE/ReleaseNotes/2_0_7.md

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

* Update Packs/PrismaSaasSecurity/ReleaseNotes/2_0_21.md

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

* update after review - rollback and commit only changes on xdr playbooks

* update after review - rollback and commit only changes on xdr playbook-Cortex_XDR_-_True_Positive_Incident_Handling.yml

* fix for validation error change png name

---------

Co-authored-by: Content Bot <bot@demisto.com>
Co-authored-by: Sasha Sokolovich <88268646+ssokolovich@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
* Updated Metadata Of Pack rasterize

* Added release notes to pack rasterize

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

* Updated Metadata Of Pack ExpanseV2

* Added release notes to pack ExpanseV2

* Packs/ExpanseV2/Scripts/ExpanseGenerateIssueMapWidgetScript/ExpanseGenerateIssueMapWidgetScript.yml Docker image update

---------

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

* "pack contribution initial commit"

* Update README.md

I don't know how to add images to the readme so will look into it later

* Update README.md

* Update README.md

* Delete GoogleVertexAI_image.png

* Fix Logo

* Update pack_metadata.json

* Update GoogleVertexAI.yml

* Update GoogleVertexAI.py

* Update GoogleVertexAI.yml

* Update GoogleVertexAI.yml

* Update GoogleVertexAI.py

* Update GoogleVertexAI.py

* Update GoogleVertexAI.py

Changes as per pull request reviewer's feedback

* Update GoogleVertexAI.py

remove print statement

* Update README.md

Adding Images to readme

* Update README.md

Fix Images paths

* Add Images folder for readme

* Delete Packs/GoogleVertexAI/images directory

* Add files via upload

* Update README.md

replace images with Doc_files

* Update GoogleVertexAI.yml

Fix yml structure

* Delete Packs/GoogleVertexAI/Doc_files directory

move doc_files to integration folder

* Move Doc_files to integration folder

* Update README.md

Fix paths with new doc_files folder moved to integration folder

* Update GoogleVertexAI.py

Fix Flake8 issues and replaced Demisto.log with Demisto.debug

* Update GoogleVertexAI.py

Fix unused variable

* Update GoogleVertexAI.py

Fixed Flake8 Errors

* Update GoogleVertexAI.py

* Update README.md

Change images paths and names

* Delete Packs/GoogleVertexAI/Integrations/GoogleVertexAI/Doc_files directory

No need for that folder anymore

* Update GoogleVertexAI.py

Fix test_module

* Update GoogleVertexAI.py

* Update GoogleVertexAI.py

Fixing Flake8 issues

---------

Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: sepaprivate <113604678+sepaprivate@users.noreply.github.com>
…ded Future" integration instance (demisto#26589) (demisto#27020)

* Update playbook-Recorded_Future_CVE_Reputation.yml

* Check for "Recorded Future v2" instead of "Recorded Future" integration instance

* Check for "Recorded Future v2" instead of "Recorded Future" integration instance

* Check for "Recorded Future v2" instead of "Recorded Future" integration instance

* Check for "Recorded Future v2" instead of "Recorded Future" integration instance

* Check for "Recorded Future v2" instead of "Recorded Future" integration instance

* Check for "Recorded Future v2" instead of "Recorded Future" integration instance

* Check for "Recorded Future v2" instead of "Recorded Future" integration instance

* Check for "Recorded Future v2" instead of "Recorded Future" integration instance

* Check for "Recorded Future v2" instead of "Recorded Future" integration instance

* Check for "Recorded Future v2" instead of "Recorded Future" integration instance

* Check for "Recorded Future v2" instead of "Recorded Future" integration instance

* Create 1_5_3.md

* update currentVersion to 1.5.3

* scriptarguments inputs.url not needed

* scriptarguments inputs.url not needed

* ${inputs.URL} instead of ${RecordedFuture.URL.name}

playbook currently fails when no RF results are returned

* ${inputs.URL} instead of ${RecordedFuture.URL.name}

playbook currently fails when no RF results are returned

* ${inputs.CVE} instead of ${RecordedFuture.CVE.name}

playbook currently fails when no RF results are returned

* ${inputs.CVE} instead of ${RecordedFuture.CVE.name}

playbook currently fails when no RF results are returned

* ${inputs.Domain} instead of ${RecordedFuture.Domain.name}

playbook currently fails when no RF results are returned

* ${inputs.Domain} instead of ${RecordedFuture.Domain.name}

playbook currently fails when no RF results are returned

* ${inputs.IP} instead of ${RecordedFuture.IP.name}

playbook currently fails when no RF results are returned

* ${inputs.IP} instead of ${RecordedFuture.IP.name}

playbook currently fails when no RF results are returned

* Bump version

---------

Co-authored-by: Randy Baldwin <32545292+randomizerxd@users.noreply.github.com>
Co-authored-by: Danny_Fried <dfried@paloaltonetworks.com>
* Fix Microsoft Sentinel mirroring BadRequest

* fix issue with the UTC time

* Add RN

* Update the unit test

* Update the docker image

* Fix review comments
dorschw and others added 26 commits June 12, 2023 13:19
* fix type

* Add UTs for changed add_reply function

* add credential defaults, improve UT

---------

Co-authored-by: samuelFain <65926551+samuelFain@users.noreply.github.com>
* Added code for integration of events

* Code review Feedback

* changes in fetch incident

* PR Review change

* PR Review change

* changes in read me file

* Changed read me file based on the review

* Changes for playbook and intergration

* changes in the read me file

* PR changes

* changes in image and docker image

* change in services in alert

* changes for alert

* Changes in docker image

* Changes for docker image

* Update Packs/CybleThreatIntel/Integrations/CybleThreatIntel/CybleThreatIntel.yml



* Update Packs/CybleEventsV2/Integrations/CybleEventsV2/CybleEventsV2.yml



---------

Co-authored-by: cyble-dev <101622497+cyble-dev@users.noreply.github.com>
Co-authored-by: RotemAmit <71597826+RotemAmit@users.noreply.github.com>
…ass (new grid field) (demisto#27352)

* Added rank to domain

* RN

* Update CommonServerPython.py

* RN
* SplunkPy - fix uninformative error message when missing timezone in mirroring

* Added RNs

* Updated readme

* CR updates

* Update Packs/SplunkPy/ReleaseNotes/3_0_20.md

Co-authored-by: yuvalbenshalom <ybenshalom@paloaltonetworks.com>

* Updated Docker Image

---------

Co-authored-by: yuvalbenshalom <ybenshalom@paloaltonetworks.com>
…7386)

* Zscaler ZIA enhancement: Add IP Destination group commands (demisto#26447)

* ZIA Enhancement: IP destination group commands

* Included 3 new commands for Zscaler Integration as follows::
 - Added zscaler-list-ip-destination-groups
 - Added zscaler-create-ip-destination-groups
 - Added zscaler-edit-ip-destination-groups

---------

Co-authored-by: rootbid <rootbid@users.noreply.github.com>

* ZIA Enhancement: IP destination group commands
* Included 2 new commands for Zscaler Integration as follows::
 - Added zscaler-list-ip-destination-groups-lite
 - Added zscaler-delete-ip-destination-groups

---------

Author: pallavi-garad <pallavi.garad.77@gmail.com>
Co-authored-by: rootbid <rootbid@users.noreply.github.com>

* Minor updates and fixes

* Update and add documentation links for Zscaler ZIA

* Zscaler ZIA Enhancement - Update with requested changes

* Update .devcontainer.json name

* merge list-ip-destination-groups and lite command

* fixed minor issues

* update lite argument description

---------

Co-authored-by: rootbid <rootbid@users.noreply.github.com>

* Update .devcontainer/devcontainer.json

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

* Update as per review comments

- Fix exceptions
- Use CommandResults
- Refactor zscaler-list-ip-destination-groups and zscaler-edit-ip-destination-group commands
- Update release notes

* Regenerate README after updating Zscaler.yml and unit test bug fixes

* Resolve merge conflicts

* Fix type annotations and update docker image

* Update Packs/Zscaler/ReleaseNotes/1_3_10.md

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

---------

Co-authored-by: Shambo Samanta <samantashambo@gmail.com>
Co-authored-by: rootbid <rootbid@users.noreply.github.com>
Co-authored-by: pallavi-garad <125474609+pallavi-garad@users.noreply.github.com>
Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>

* Apply suggestions from code review

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

---------

Co-authored-by: Deepansh <34774585+rootbid@users.noreply.github.com>
Co-authored-by: Shambo Samanta <samantashambo@gmail.com>
Co-authored-by: rootbid <rootbid@users.noreply.github.com>
Co-authored-by: pallavi-garad <125474609+pallavi-garad@users.noreply.github.com>
Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
* XSIAM | ForcepointSWG Pack

* Added pack files

* Added pack-ignore and secrets-ignore

* Apply suggestions from code review

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>

* Updated ModelingRules

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: evisochek <72695126+evisochek@users.noreply.github.com>
…zure-sentinel-threat-indicator-query (demisto#27380)

* keywords argument from comma separate to str in azure-sentinel-threat
-indicator-query command

* RN

* DO

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

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

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

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

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

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

* under sources

* additional info for clarification

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

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

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

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

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

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

* validate yml

* validate yml

* revert and Dor's solution

* revert README

* Update Packs/AzureSentinel/Integrations/AzureSentinel/AzureSentinel.py

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

* add instance name for the TPB

---------

Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>
* Updated Metadata Of Pack MailListener

* Added release notes to pack MailListener

* Packs/MailListener/Integrations/MailListenerV2/MailListenerV2.yml Docker image update
* remove playbooks

* remove scripts

* remove integrations

* remove integrations

* remove README

* remove script/integration packs

* fix UT

* False
* Align credentials stores part 5

* adding IBM

* RL

* checking new docker image

* update

* docker to fix pre-commit

* fix docker

* update docker in rl

* add test req

* old docker

* rl

* docker

---------

Co-authored-by: ilan <ierukhimovic@paloaltonetworks.com>
* Zscaler - add reliability parameter

* added RNs

* pre-commit hooks

* updated docker image

* Changed reliability to Reliability in outputs

* updated docker image

* updated RNs

* updated RNs
* added hidden key

* removed ews from dependencies

* added ,

* added ,

* removed dependencies to EWS Mail Sender

* removed dependencies to EWS Mail Sender

* commented a line, to revert  after testing

* commented a line, to revert  after testing

* reverted commmenting

* added intergration
* Update modeling rules

* Updated release notes.

* update release notes.

* new line after alter for the xdm mapping.
* Align credentials stores for all Cortex Marketplace integrations- part 13

* fix pack

* remove ignore

* correct ignore

* added commands to read me
…7398)

* [ASM] - Expander - Expander v2 Pack enhancements - batch 1 (demisto#27006)

* initial additional of new Ev2 content

* adding playbook readmes

* layout update and release notes

* validation fixes

* widget validation and release notes style

* playbook validation errors

* Update incidenttype-Xpanse_Alert.json

fixed incident type playbook assignment

* validation issues

* Update Packs/CortexXpanse/Playbooks/Xpanse_-_Alert_Enrichment_README.md

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

* Update Packs/CortexXpanse/Playbooks/Xpanse_-_Alert_Handler.yml

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

* Update Packs/CortexXpanse/Playbooks/Xpanse_-_Alert_Self-Enrichment.yml

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

* Update Packs/CortexXpanse/ReleaseNotes/1_0_4.md

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

* Update Packs/CortexXpanse/ReleaseNotes/1_0_4.md

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

* Update Packs/CortexXpanse/ReleaseNotes/1_0_4.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 widget logic

* Update Widget logic

* Apply suggestions from code review

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

* update from_version

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Update Packs/CortexXpanse/IncidentTypes/incidenttype-Xpanse_Alert.json

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

* back to 6.8 fromversion

* README enhancements

* Playbook cleanup

* README img fix

* Dashboard fix and incident type version validation fix

* README images

* release notes error

* release notes validation

---------

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

* Update Packs/CortexXpanse/Playbooks/Xpanse_-_Alert_Enrichment.yml

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

* Update Packs/CortexXpanse/Playbooks/Xpanse_-_Alert_Enrichment.yml

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

* Update Packs/CortexXpanse/Playbooks/Xpanse_-_Alert_Handler.yml

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

* Update Packs/CortexXpanse/Playbooks/Xpanse_-_Alert_Self-Enrichment.yml

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

* Update Packs/CortexXpanse/Playbooks/Xpanse_-_Alert_Self-Enrichment.yml

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

* Update Packs/CortexXpanse/Playbooks/Xpanse_-_Alert_Self-Enrichment.yml

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

* Update Packs/CortexXpanse/Playbooks/Xpanse_-_Alert_Self-Enrichment.yml

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

* Update Packs/CortexXpanse/README.md

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

* Update Packs/CortexXpanse/ReleaseNotes/1_0_4.md

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

* Update Packs/CortexXpanse/ReleaseNotes/1_0_4.md

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

* Update Packs/CortexXpanse/ReleaseNotes/1_0_4.md

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

---------

Co-authored-by: Andrew Scott <77340714+andrew-paloalto@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: johnnywilkes <32227961+johnnywilkes@users.noreply.github.com>
Co-authored-by: RotemAmit <71597826+RotemAmit@users.noreply.github.com>
…resent in command calls (demisto#27414)

* [VirusTotal] Fix error when optional parameter extended_data is not present in command calls (demisto#27411)

* Fix error when optional parameter extended_data is not present in command calls

* release notes

* docker image update

* updated rn

---------

Co-authored-by: Daniel Pascual <danielvazquez@google.com>
Co-authored-by: michal-dagan <mdagan@paloaltonetworks.com>
* update modeling rules

* update modeling rules

* update modeling rules

* update modeling rules

* update modeling rules

* update modeling rules

* update modeling rules

* update modeling rules

* update modeling rules

* update modeling rules

* update modeling rules

* update modeling rules

* update modeling rules

* update modeling rules

* update modeling rules

* update modeling rules

* update modeling rules
* added marketplaces to event collector yml

* rn

* removed rn

* rn and docker
* Added the usingSender argument to enable using only one instance to send the email

* Release Notes, Metadata

* RM param, add generic fix
…n. (demisto#27375)

* Nightly build XSIAM - search & install packs retry mechanism is broken.
* fixes

* fixes

* test fixes
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.8 to 1.26.18.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.8...1.26.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2023
Copy link
Author

dependabot bot commented on behalf of github Nov 7, 2023

Dependabot couldn't find a requirements.txt. Because of this, Dependabot cannot update this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet