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.22 to 1.26.18 in /Packs/Exchange2016_Compliance/Integrations/Exchange2016_Compliance/doc_files #2

Open
wants to merge 3,910 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps urllib3 from 1.22 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.

maimorag and others added 30 commits August 23, 2023 10:43
* update schema

* update rn

* add emails

* ad bracet

* update rn

* Update ProofpointThreatResponseModelingRules_1_3_schema.json

* Update ProofpointThreatResponseModelingRules_1_3_schema.json

* Update 2_0_13.md

* update rn

* Modified the parsing rule header to match the modeling rule.
Modified the modeling rule to refer to event and not events.

* Modified the id and name of the parsing rule and the modeling rule.

* Modified the release note.

* Modified the modeling rule and the schema file

---------

Co-authored-by: eepstain <[email protected]>
Co-authored-by: Yehonatan Asta <[email protected]>
Co-authored-by: Dan Sterenson <[email protected]>
…#29125)

* packs/GoogleDrive: add modify labels command

Add a command to modify labels in google drive



* packs/GoogleDrive: add modify labels command readme

Generate docs based on yaml



* packs/GoogleDrive: add get labels command

Get labels command to get all labels in google drive



* packs/GoogleDrive: get-file-labels command

Add command to get labels attached to file



* packs/GoogleDrive: update version 1.2.40



* packs/GoogleDrive: update release notes



* Update Packs/GoogleDrive/Integrations/GoogleDrive/GoogleDrive.py



* packs/GoogleDrive: fix return value

Return result instead of return



* packs/GoogleDrive: add a test for list labels



* packs/GoogleDrive: add a test for modify label



* packs/GoogleDrive: rename test files



* packs/GoogleDrive: added context path for GoogleDrive modify lables



* packs/GoogleDrive: added context path for GoogleDrive get file labels



* packs/GoogleDrive: added context path for GoogleDrive get labels



* packs/GoogleDrive: format file and fix test



* update readme

* update docker

* packs/reco: fix test



---------

Signed-off-by: Gal Nakash <[email protected]>
Co-authored-by: GalNakash-RecoLabs <[email protected]>
Co-authored-by: ostolero <[email protected]>
Co-authored-by: ostolero <[email protected]>
* - Fixed playbook input from malware to account enrichment
- Fixed account enrichment username input to support domain\user format too
- Fixed the XDR task in the account enrichment playbook to accept both username and domain\username
- Added playbooks and formatted them
- Added XDR to the account enrichment test in conf.json
- Updated the account enrichment test playbook to be from 6.8.0 (lowest supported version)
- Generated docs
- Updated accont enrichment playbook image

* Added RNs for both packs

* Bump pack from version CommonPlaybooks to 2.3.94.

* Fixed description

* description fixes

* Bump pack from version CortexXDR to 5.0.10.

* Updated description for username input

* Updated playbook readme with the new playbook input description

* Fixed a small typo

* Update Packs/CortexXDR/ReleaseNotes/5_0_10.md

Co-authored-by: ShirleyDenkberg <[email protected]>

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

Co-authored-by: ShirleyDenkberg <[email protected]>

---------

Co-authored-by: Content Bot <[email protected]>
Co-authored-by: ShirleyDenkberg <[email protected]>
* Exception handler - Okta, AWS IAM

* DI

* flake8

* cr

* Bump pack from version AWS-IAM to 1.1.38.

---------

Co-authored-by: Content Bot <[email protected]>
* added 20 package to typing group

* cr

* spacing

* reorder

---------

Co-authored-by: dorschw <[email protected]>
* Updated Metadata Of Pack ServiceNow

* Added release notes to pack ServiceNow

* Packs/ServiceNow/Integrations/ServiceNow_IAM/ServiceNow_IAM.yml Docker image update

* Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.yml Docker image update

* Packs/ServiceNow/Integrations/ServiceNow_CMDB/ServiceNow_CMDB.yml Docker image update

* Updated Metadata Of Pack SymantecEndpointProtection

* Added release notes to pack SymantecEndpointProtection

* Packs/SymantecEndpointProtection/Integrations/SymantecEndpointProtection_V2/SymantecEndpointProtection_V2.yml Docker image update

* Updated Metadata Of Pack RecordedFuture

* Added release notes to pack RecordedFuture

* Packs/RecordedFuture/Integrations/RecordedFutureEventCollector/RecordedFutureEventCollector.yml Docker image update

* Packs/RecordedFuture/Integrations/RecordedFuturePlaybookAlerts/RecordedFuturePlaybookAlerts.yml Docker image update

* Updated Metadata Of Pack MandiantAdvantageAttackSurfaceManagement

* Added release notes to pack MandiantAdvantageAttackSurfaceManagement

* Packs/MandiantAdvantageAttackSurfaceManagement/Integrations/AttackSurfaceManagement/AttackSurfaceManagement.yml Docker image update

* Updated Metadata Of Pack GitHub

* Added release notes to pack GitHub

* Packs/GitHub/Integrations/GitHub_IAM/GitHub_IAM.yml Docker image update

* Updated Metadata Of Pack TOPdesk

* Added release notes to pack TOPdesk

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

* Updated Metadata Of Pack Fortanix-DSM

* Added release notes to pack Fortanix-DSM

* Packs/Fortanix-DSM/Integrations/FortanixDSM/FortanixDSM.yml Docker image update

* Updated Metadata Of Pack BeyondTrust_Password_Safe

* Added release notes to pack BeyondTrust_Password_Safe

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

* Updated Metadata Of Pack Cyberpion

* Added release notes to pack Cyberpion

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

* Updated Metadata Of Pack Gophish

* Added release notes to pack Gophish

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

* Updated Metadata Of Pack SymantecManagementCenter

* Added release notes to pack SymantecManagementCenter

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

* Updated Metadata Of Pack AttackIQFireDrill

* Added release notes to pack AttackIQFireDrill

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

* Updated Metadata Of Pack DigitalGuardian

* Added release notes to pack DigitalGuardian

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

* Updated Metadata Of Pack PaloAltoNetworks_IoT3rdParty

* Added release notes to pack PaloAltoNetworks_IoT3rdParty

* Packs/PaloAltoNetworks_IoT3rdParty/Integrations/PaloAltoNetworksIoT3rdParty/PaloAltoNetworksIoT3rdParty.yml Docker image update

* Updated Metadata Of Pack GitLab

* Added release notes to pack GitLab

* Packs/GitLab/Integrations/GitLabv2/GitLabv2.yml Docker image update

* Updated Metadata Of Pack CarbonBlackEnterpriseEDR

* Added release notes to pack CarbonBlackEnterpriseEDR

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

* Updated Metadata Of Pack HarfangLabEDR

* Added release notes to pack HarfangLabEDR

* Packs/HarfangLabEDR/Integrations/Hurukai/Hurukai.yml Docker image update

* Updated Metadata Of Pack ThreatConnect

* Added release notes to pack ThreatConnect

* Packs/ThreatConnect/Integrations/ThreatConnectV3/ThreatConnectV3.yml Docker image update

* Updated Metadata Of Pack ShiftLeft

* Added release notes to pack ShiftLeft

* Packs/ShiftLeft/Integrations/shiftleft/shiftleft.yml Docker image update

* Updated Metadata Of Pack Iboss

* Added release notes to pack Iboss

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

* Updated Metadata Of Pack XSOARStorage

* Added release notes to pack XSOARStorage

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

* Updated Metadata Of Pack JSONSampleIncidentGenerator

* Added release notes to pack JSONSampleIncidentGenerator

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

* Updated Metadata Of Pack CarbonBlackProtect

* Added release notes to pack CarbonBlackProtect

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

* Updated Metadata Of Pack Spamcop

* Added release notes to pack Spamcop

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

* Updated Metadata Of Pack TaniumThreatResponse

* Added release notes to pack TaniumThreatResponse

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

* Updated Metadata Of Pack MacVendors

* Added release notes to pack MacVendors

* Packs/MacVendors/Integrations/macvendors/macvendors.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 Cisco-umbrella-enforcement

* Added release notes to pack Cisco-umbrella-enforcement

* Packs/Cisco-umbrella-enforcement/Integrations/CiscoUmbrellaEnforcement/CiscoUmbrellaEnforcement.yml Docker image update

* Updated Metadata Of Pack CloudShark

* Added release notes to pack CloudShark

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

* Updated Metadata Of Pack Securonix

* Added release notes to pack Securonix

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

* Updated Metadata Of Pack ScreenshotMachine

* Added release notes to pack ScreenshotMachine

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

* Updated Metadata Of Pack SentinelOne

* Added release notes to pack SentinelOne

* Packs/SentinelOne/Integrations/SentinelOne-V2/SentinelOne-V2.yml Docker image update

* Updated Metadata Of Pack Kenna

* Added release notes to pack Kenna

* Packs/Kenna/Integrations/KennaV2/KennaV2.yml Docker image update

* Updated Metadata Of Pack FeedFireEye

* Added release notes to pack FeedFireEye

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

* Updated Metadata Of Pack Camlytics

* Added release notes to pack Camlytics

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

* Updated Metadata Of Pack GreatHorn

* Added release notes to pack GreatHorn

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

* Updated Metadata Of Pack Pwned

* Added release notes to pack Pwned

* Packs/Pwned/Integrations/PwnedV2/PwnedV2.yml Docker image update

* Updated Metadata Of Pack ClickSend

* Added release notes to pack ClickSend

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

* Updated Metadata Of Pack Darktrace

* Added release notes to pack Darktrace

* Packs/Darktrace/Integrations/DarktraceEventCollector/DarktraceEventCollector.yml Docker image update

* Updated Metadata Of Pack MalwareBazaar

* Added release notes to pack MalwareBazaar

* Packs/MalwareBazaar/Integrations/MalwareBazaar/MalwareBazaar.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

* Updated Metadata Of Pack Exabeam

* Added release notes to pack Exabeam

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

* Updated Metadata Of Pack FeedCognyteLuminar

* Added release notes to pack FeedCognyteLuminar

* Packs/FeedCognyteLuminar/Integrations/CognyteLuminar/CognyteLuminar.yml Docker image update

* Updated Metadata Of Pack BPA

* Added release notes to pack BPA

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

* Updated Metadata Of Pack Tripwire

* Added release notes to pack Tripwire

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

* Updated Metadata Of Pack ConcentricAI

* Added release notes to pack ConcentricAI

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

* Updated Metadata Of Pack BmcHelixRemedyForce

* Added release notes to pack BmcHelixRemedyForce

* Packs/BmcHelixRemedyForce/Integrations/BmcHelixRemedyForce/BmcHelixRemedyForce.yml Docker image update
…demisto#29135)

* [crowdstrike] - update command description

* bump rn

* update docker image

* Update Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml

Co-authored-by: Yaakov Praisler <[email protected]>

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

* Update Packs/CrowdStrikeFalcon/Integrations/CrowdStrikeFalcon/CrowdStrikeFalcon.yml

Co-authored-by: Judah Schwartz <[email protected]>

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

Co-authored-by: Judah Schwartz <[email protected]>

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

* fix broken yml

* update docker image

---------

Co-authored-by: Yaakov Praisler <[email protected]>
Co-authored-by: Judah Schwartz <[email protected]>
* Updated Metadata Of Pack MISP

* Added release notes to pack MISP

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

* Added release notes to pack Active_Directory_Query

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

---------

Co-authored-by: Shelly Tzohar <[email protected]>
* first 5 commands without tests

* The sixth command

* first 5 UT for the first 5 commands and 2 tests for pagination and preprocess inputs logic

* work item commands with UTs

* 11 commands with UTs
till file-delete (included)

* after Moishi meeting - second sub task

* azure-devops-file-list
command with UT

* namedTuple and file-content-get command with UT

* pull_request_thread_create command with UT

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.py

Co-authored-by: dorschw <[email protected]>

* first CR fixes

* pull_request_thread_update command with UT

* pull_request_thread_list command with UT

* azure-devops-project-team-list
command was added with UT

* azure-devops-team-member-list command was added with UT

* blob_zip_get_command with UT

* handling 404 with informative message about organization's name

* documentation

* fix yml

* README.md was updated

* Configuration Setup PB works with object ID

* file-get command re-design and UTs

* remove file_content_get.json

* Configuration Setup PB

* SuggestBranchName.py and fix updated files

* Generic Pull requesr PB enhancement and Azure_DevOps_Pull_request SUB PB

* PB README was added

* add argument "reference_branch_name" to create branch command

* replace demisto.params

* fix validation

* change the name of the command pr-reviewer-create to pr-reviewer-add

* fix pr-reviewer-list

* fix pr-reviewer-list

* file-create/file-update/file-delete  - delete the argument branch_id

* command file-list - add commitId to the HR

* command team-member-list - add the HR the user_id & unique_name and revert pr-reviewer-list and file-get with content

* CI/CD Pull Request Reviewer - update

* remove value from context

* change two parameters name and edit the description

* Take the given arguments, not the entry id, if file_path and entry_id are passed

* change reference_branch_name to target_ref

* target_ref and playbooks

* Error message beautification

* Error message beautification

* add two fields to branch-list

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.py

Co-authored-by: dorschw <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.py

Co-authored-by: dorschw <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.py

Co-authored-by: dorschw <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.py

Co-authored-by: dorschw <[email protected]>

* Update Packs/ContentManagement/Playbooks/playbook-Pull_Request_Creation_-_AzureDevOps_README.md

Co-authored-by: dorschw <[email protected]>

* Update Packs/ContentManagement/Scripts/CommitFiles/CommitFiles.py

Co-authored-by: dorschw <[email protected]>

* Update Packs/ContentManagement/Scripts/CommitFiles/CommitFiles.py

Co-authored-by: dorschw <[email protected]>

* Update Packs/ContentManagement/Scripts/SuggestBranchName/SuggestBranchName.py

Co-authored-by: dorschw <[email protected]>

* CR's fixes

* pre-commit

* CR's fixes

* pre commit

* mypy fixes

* mypy fixes

* mypy fixes

* mypy fixes

* pre commit fixes

* pre commit fixes

* RN Azure DevOps

* mypy fixes

* typing

* validations fixes

* validates fixes

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* validates fixes

* compare with master

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* error message

* CommitFiles.yml was edited

* fromversion

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

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

Co-authored-by: ShirleyDenkberg <[email protected]>

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

Co-authored-by: ShirleyDenkberg <[email protected]>

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

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ContentManagement/Playbooks/playbook-Pull_Request_Creation_-_AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ContentManagement/Playbooks/playbook-Pull_Request_Creation_-_AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ContentManagement/Playbooks/playbook-Pull_Request_Creation_-_AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

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

Co-authored-by: ShirleyDenkberg <[email protected]>

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

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ContentManagement/Playbooks/playbook-Pull_Request_Creation_-_AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ContentManagement/Playbooks/playbook-Pull_Request_Creation_-_AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ContentManagement/Playbooks/playbook-Pull_Request_Creation_-_AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ContentManagement/Playbooks/playbook-Pull_Request_Creation_-_AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ContentManagement/Playbooks/playbook-Pull_Request_Creation_-_AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ContentManagement/Playbooks/playbook-Pull_Request_Creation_-_AzureDevOps_README.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ContentManagement/Playbooks/playbook-Pull_Request_Creation_-_AzureDevOps_README.md

Co-authored-by: ShirleyDenkberg <[email protected]>

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

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ContentManagement/Playbooks/playbook-Pull_Request_Creation_-_AzureDevOps_README.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ContentManagement/Playbooks/playbook-Pull_Request_Creation_-_Generic.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/ContentManagement/Playbooks/playbook-Pull_Request_Creation_-_Generic.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

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

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* UT was added to SuggestBranchName_test.py

* autopep8

* UT was addded to CommitFiles_test.py

* UT was addded to CommitFiles_test.py

* UT was addded to CommitFiles_test.py

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.yml

Co-authored-by: ShirleyDenkberg <[email protected]>

* Apply suggestions from code review

Co-authored-by: ShirleyDenkberg <[email protected]>

* add UT CommitFiles_test.py

* documentation

* file-get fix

* change input

* Bump pack from version AzureDevOps to 1.2.18.

* Update Packs/ContentManagement/Scripts/CommitFiles/CommitFiles.py

Co-authored-by: dorschw <[email protected]>

* Update Packs/ContentManagement/Scripts/CommitFiles/CommitFiles.py

Co-authored-by: dorschw <[email protected]>

* Update Packs/ContentManagement/Scripts/CommitFiles/CommitFiles.py

Co-authored-by: dorschw <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.py

Co-authored-by: dorschw <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.py

Co-authored-by: dorschw <[email protected]>

* CR's fixes

* CR full url point

* fix descriptions in the yml file

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.py

Co-authored-by: dorschw <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.py

Co-authored-by: dorschw <[email protected]>

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.py

Co-authored-by: dorschw <[email protected]>

* Cr's and UT's fixes

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.py

Co-authored-by: dorschw <[email protected]>

* CR's fixes

* CR's UT's fixes

* Update Packs/AzureDevOps/Integrations/AzureDevOps/AzureDevOps.py

* added line for type ignore

* CR's fixes

* bump version to 1.3.0

---------

Co-authored-by: dorschw <[email protected]>
Co-authored-by: ShirleyDenkberg <[email protected]>
Co-authored-by: Content Bot <[email protected]>
* WIP

* fix pre commit

* Apply suggestions from code review

Co-authored-by: ShirleyDenkberg <[email protected]>

* fix linting

* fix linting

* fix linting

* CR and demo fixes

* pre-commit fixes

* fix tests + change of status field

* revert pep8 changes in other integration

* test file fix

* lint fix

* fix linting

* modeling rules fix

* lint fix

---------

Co-authored-by: ShirleyDenkberg <[email protected]>
* sdk logging file size & rotation
* fixed the last_run of ThreatconnectV3 + added some UT

* 2 more tests for the fetch

* fixed an issue with the fetch-indicents parameters

* Added release notes and updated docker image

* Bump pack from version ThreatConnect to 3.0.10.

* updated release notes after auto-bump

---------

Co-authored-by: Content Bot <[email protected]>
* Revert the 7839428 commit

* Update RN

* Update RN
…misto#29177)

* add changes to set delimiter for attributes split

* release notes and docker update

* fix issues for circleci

* fix release notes and test

* fix _test

* add positional argument to test

* update docker image

* update release notes

* fix Release Notes and README

* add changes of Ofri

Co-authored-by: franciscojavierfernandezjim <[email protected]>
Co-authored-by: ostolero <[email protected]>
* Updated Metadata Of Pack FeedDHS

* Added release notes to pack FeedDHS

* Packs/FeedDHS/Integrations/DHSFeedV2/DHSFeedV2.yml Docker image update
* Updated Metadata Of Pack Rapid7_InsightIDR

* Added release notes to pack Rapid7_InsightIDR

* Packs/Rapid7_InsightIDR/Integrations/Rapid7_InsightIDR/Rapid7_InsightIDR.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 McAfeeWebGateway

* Added release notes to pack McAfeeWebGateway

* Packs/McAfeeWebGateway/Integrations/SkyhighSecureWebGatewayOnPrem/SkyhighSecureWebGatewayOnPrem.yml Docker image update

* Updated Metadata Of Pack MalwationAIMA

* Added release notes to pack MalwationAIMA

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

* Updated Metadata Of Pack SymantecCloudSOC

* Added release notes to pack SymantecCloudSOC

* Packs/SymantecCloudSOC/Integrations/SymantecCloudSOCEventCollector/SymantecCloudSOCEventCollector.yml Docker image update

* Updated Metadata Of Pack Zerohack_XDR

* Added release notes to pack Zerohack_XDR

* Packs/Zerohack_XDR/Integrations/ZerohackXDR/ZerohackXDR.yml Docker image update

* Updated Metadata Of Pack XMCyber

* Added release notes to pack XMCyber

* Packs/XMCyber/Integrations/XMCyberIntegration/XMCyberIntegration.yml Docker image update

* Updated Metadata Of Pack IronDefense

* Added release notes to pack IronDefense

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

* Updated Metadata Of Pack Confluence

* Added release notes to pack Confluence

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

* Updated Metadata Of Pack FeedThreatConnect

* Added release notes to pack FeedThreatConnect

* Packs/FeedThreatConnect/Integrations/FeedThreatConnect/FeedThreatConnect.yml Docker image update
* Updated Metadata Of Pack Box

* Added release notes to pack Box

* Packs/Box/Integrations/BoxV2/BoxV2.yml Docker image update
)

* Created test instance to send to user

* Integration now uses LDAP docker image, which is debian based

* Removed wrong files

* Added RNs

* Added memory_threshold=100

* Added memory_threshold

* Fixed conflicts

* Added memory threshold again after conflicts

* Update Active_Directory_Query.yml

* Update 1_6_22.md

---------

Co-authored-by: Jasmine Beilin <[email protected]>
* init

* list-scan-filters init

* list-scan-history init

* export-scan init

* added yml for list-filters

* refactoring

* yml version 1.0

* fixed sortField bug

* added defaultValue for filterSearchType

* update output for export file

* remove gitlab

* improved yml

* added test playbook

* safe_get_json to get_json

* added descriptions to yml

* added user-agent to older commands

* unit-tests init

* RN + docs

* unit-tests complete

* fixed tests

* updated docker

* CR changes part 1

* CR changes part 2

* temp

* temp

* client: first test

* client: working

* paginate version 1

* update readme,yml,tests

* update readme,yml

* tests almost complete

* tests complete

* added tests

* added tests

* added tec-docs to paginate

* CR changes part 3

* fixed tests

* CR changes part 4

* updated docker

* Bump pack from version Tenable_io to 2.1.11.

* reformatted paginate

* Demo changes

* merged test playbooks

* Demo changes part 2

* Demo changes part 3; added args to list-filters

* remove args from list-filters

* remove args from list-filters 2

* added descriptions

* fixed unit-tests KeyError

* Bump pack from version Tenable_io to 2.1.12.

* Demo changes part 4; added descrptions

* Demo changes part 4; added filter arg

* Demo changes part 5; added filter arg

* Demo changes part 6; added filter arg in TPB

* Demo changes part 7; added link for filter arg

* updated docker

* fixed build_filter's comment

* improved filter parsing

* add filter limitation to description

* updated docker

* fixed scan TPB

* fixed tpb

* removed flaky checks from TPB

* updated docker

* test: unmock TPBs

* removed new TPB

* revert: 'test: unmock TPBs'

* fixed docs

* test; remove demisto.results

* Revert 'test; remove demisto.results'

* fixed TPB

* test; table in error response

* revert: 'test; table in error response'

* cosmetic changes

* TPB on quick scan

* TPB timeout fix

* TPB launch in unallowed status fix

* TPB launch in unallowed status fix

* TPB

* TPB

* extended timeout

---------

Co-authored-by: Content Bot <[email protected]>
# Conflicts:
#	Utils/github_workflow_scripts/utils.py
* Reverted the patch

* Updated the docker image tag

* Pre-commit fixes

* Added RN file
* Fixed version for 'Cortex XDR - Port Scan - Adjusted'

* Added RN, removed irrelevant inputs for the 'Block Indicators - Generic v3' sub-playbook and updated the README file.

* removed the following inputs since they are not in use: DstHostname, Initiator_File_Name, Initiator_File_Path

* Bump pack from version CortexXDR to 5.1.0.

* added missing 'else' path for task number 143

* Bump pack from version CortexXDR to 5.1.0.

* added missing configs for 'attackerExternalHost' input used within the 'Cortex XDR - Endpoint Investigation' su-playbook as part of task number 145

* Bump pack from version CortexXDR to 5.1.0.

* Bump pack from version CortexXDR to 5.1.0.

* Removed the 'port blocking' section. added two new task.

---------

Co-authored-by: Content Bot <[email protected]>
* Fixed input for Wildfire task

* Added release notes

* Fixed the input of the main playbook
demisto#29196)

* update enging README.md

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

Co-authored-by: ShirleyDenkberg <[email protected]>

* update desc

* update rn

* updated rn

---------

Co-authored-by: ShirleyDenkberg <[email protected]>
* trying to fix cache warnings

* trying to fix cache warnings

* trying to fix cache warnings

* adding support for SDK ref when triggering nightly build

* adding support for SDK ref when triggering nightly build

---------

Co-authored-by: kobymeir <[email protected]>
* added error message

* RN

* Apply suggestions from code review

Co-authored-by: dorschw <[email protected]>

* Update 5_0_8.md

* fix cr

* return warning

* return warning

* revert

* revert

* revert

* test

* UT

* RN

* RN

* Update Packs/Core/ReleaseNotes/2_0_9.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update Packs/CortexXDR/ReleaseNotes/5_0_11.md

Co-authored-by: ShirleyDenkberg <[email protected]>

* Update 5_0_11.md

* Update Packs/ApiModules/Scripts/CoreIRApiModule/CoreIRApiModule.py

Co-authored-by: dorschw <[email protected]>

* Update Packs/ApiModules/Scripts/CoreIRApiModule/CoreIRApiModule.py

Co-authored-by: dorschw <[email protected]>

* cr

* copy

* Bump pack from version CortexXDR to 5.1.1.

---------

Co-authored-by: dorschw <[email protected]>
Co-authored-by: ShirleyDenkberg <[email protected]>
Co-authored-by: Content Bot <[email protected]>
idovandijk and others added 17 commits September 7, 2023 09:59
)

* Add sinkhole keywords to pan-os pack

* Removed extra comma
* 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

* Fixed DS108

---------

Co-authored-by: sberman <[email protected]>
* Updated Metadata Of Pack Sixgill-Darkfeed

* Added release notes to pack Sixgill-Darkfeed

* Packs/Sixgill-Darkfeed/Integrations/Sixgill_Darkfeed_Enrichment/Sixgill_Darkfeed_Enrichment.yml Docker image update

* Packs/Sixgill-Darkfeed/Integrations/Sixgill_Darkfeed/Sixgill_Darkfeed.yml Docker image update
* Updated Metadata Of Pack Zabbix

* Added release notes to pack Zabbix

* Updated Metadata Of Pack SEKOIAIntelligenceCenter

* Added release notes to pack SEKOIAIntelligenceCenter

* Updated Metadata Of Pack Anomali_ThreatStream

* Added release notes to pack Anomali_ThreatStream

* Packs/Anomali_ThreatStream/Integrations/AnomaliThreatStreamv3/AnomaliThreatStreamv3.yml Docker image update

* Updated Metadata Of Pack FeedCyjax

* Added release notes to pack FeedCyjax

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

* Updated Metadata Of Pack CommonWidgets

* Added release notes to pack CommonWidgets

* Packs/CommonWidgets/Scripts/RSSWidget/RSSWidget.yml Docker image update

* Updated Metadata Of Pack FiltersAndTransformers

* Added release notes to pack FiltersAndTransformers

* Packs/FiltersAndTransformers/Scripts/Jmespath/Jmespath.yml Docker image update

* Fixed DS108

---------

Co-authored-by: sberman <[email protected]>
…isto#29520)

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

* "contribution update to pack "Content Testing""

* validations fix

---------

Co-authored-by: Yehuda <[email protected]>

* fix RN

* fix RN#2

* fix Rn#3

* test

* test

* test

* add comment

---------

Co-authored-by: xsoar-bot <[email protected]>
Co-authored-by: Yehuda <[email protected]>
* Updated Metadata Of Pack Securonix

* Added release notes to pack Securonix

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

* Updated Metadata Of Pack illuminate

* Added release notes to pack illuminate

* Packs/illuminate/Integrations/Analyst1/Analyst1.yml Docker image update

* Updated Metadata Of Pack DeHashed

* Added release notes to pack DeHashed

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

* Updated Metadata Of Pack ForescoutEyeInspect

* Added release notes to pack ForescoutEyeInspect

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

* Updated Metadata Of Pack Stairwell

* Added release notes to pack Stairwell

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

* Updated Metadata Of Pack BmcITSM

* Added release notes to pack BmcITSM

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

* Updated Metadata Of Pack SingleConnect

* Added release notes to pack SingleConnect

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

* Updated Metadata Of Pack BmcHelixRemedyForce

* Added release notes to pack BmcHelixRemedyForce

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

* Updated Metadata Of Pack AzureStorageTable

* Added release notes to pack AzureStorageTable

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

* Updated Metadata Of Pack TrustwaveFusion

* Added release notes to pack TrustwaveFusion

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

* fix DS108

* commit

---------

Co-authored-by: israelpolishook <[email protected]>
* Updated Metadata Of Pack OctoxLabs

* Added release notes to pack OctoxLabs

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

---------

Co-authored-by: sberman <[email protected]>
* Updated Metadata Of Pack WebFileRepository

* Added release notes to pack WebFileRepository

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

* Fixed DS108

---------

Co-authored-by: sberman <[email protected]>
* Updated Metadata Of Pack GLPI

* Added release notes to pack GLPI

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

* Fixed DS108

---------

Co-authored-by: sberman <[email protected]>
* Updated Metadata Of Pack RubrikPolaris

* Added release notes to pack RubrikPolaris

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

* Fixed DS108

---------

Co-authored-by: sberman <[email protected]>
* Updated Metadata Of Pack TeamCymru

* Added release notes to pack TeamCymru

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

* Fixed DS108

---------

Co-authored-by: sberman <[email protected]>
* Updated Metadata Of Pack FeedCyCognito

* Added release notes to pack FeedCyCognito

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

* Fixed DS108

---------

Co-authored-by: sberman <[email protected]>
…o#29403)

* Align the entire repo with check-json

* Add RN

* Recovery of the secrets_white_list.json file

* Apply suggestions from code review

Co-authored-by: Binat Ziser <[email protected]>

* Bump pack from version PrismaSaasSecurity to 2.0.26.

* Bump pack from version PrismaSaasSecurity to 2.0.27.

* Bump pack from version epo to 2.0.26.

* Bump pack from version CortexXDR to 5.1.4.

---------

Co-authored-by: Binat Ziser <[email protected]>
Co-authored-by: Content Bot <[email protected]>
* Updated Metadata Of Pack X509Certificate

* Added release notes to pack X509Certificate

* Packs/X509Certificate/Scripts/CertificateExtract/CertificateExtract.yml Docker image update

* Fixed DS108

* fix DS108

---------

Co-authored-by: sberman <[email protected]>
Co-authored-by: israelpolishook <[email protected]>
Co-authored-by: israelpoli <[email protected]>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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.22...1.26.18)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 17, 2023
yoennb pushed a commit that referenced this pull request Oct 2, 2024
* Updated docker image to demisto/smbprotocol:1.0.0.112286. PR batch #1/1 (demisto#36482)

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

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

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

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

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

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

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

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

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

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

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

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

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

---------

Co-authored-by: content-bot <[email protected]>
Co-authored-by: root <root@1e2de18e0cc3>
yoennb pushed a commit that referenced this pull request Oct 14, 2024
* Updated docker image to demisto/py3ews:5.4.3.112092. PR batch #1/1 (demisto#36622)

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

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

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

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

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

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

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

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

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

---------

Co-authored-by: content-bot <[email protected]>
Co-authored-by: root <root@1e2de18e0cc3>
yoennb pushed a commit that referenced this pull request Oct 14, 2024
* Updated docker image to demisto/googleapi-python3:1.0.0.112316. PR batch #2/2 (demisto#36495)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: Maya Goldman <[email protected]>

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

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

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

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

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

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

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

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

* ruff py datetime-timezone-utc (UP017)

* ruff py datetime-timezone-utc (UP017)

* ruff py datetime-timezone-utc (UP017)

* exclude from native

---------

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: mayagoldman <[email protected]>
Co-authored-by: Maya Goldman <[email protected]>

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

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

* ruff py datetime-timezone-utc (UP017)

* ruff py datetime-timezone-utc (UP017)

* exclude from native

---------

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: mayagoldman <[email protected]>
Co-authored-by: Maya Goldman <[email protected]>

* updated release notes

* Update 1_15_73.md

* remove palce holder

---------

Co-authored-by: content-bot <[email protected]>
Co-authored-by: root <root@1e2de18e0cc3>
yoennb pushed a commit that referenced this pull request Jan 15, 2025
* Updated docker image to demisto/googleapi-python3:1.0.0.113882. PR batch #1/2 (demisto#36788)

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

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

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

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

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

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

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

* ruff-py3.11

* RN

---------

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: mayagoldman <[email protected]>

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

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

* RN

---------

Co-authored-by: content-bot <[email protected]>
Co-authored-by: root <root@1e2de18e0cc3>
yoennb pushed a commit that referenced this pull request Jan 15, 2025
* Updated docker image to demisto/python3:3.11.10.113941. PR batch #4/7 (demisto#36995)

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

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

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

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

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

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

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

* Update IPNetwork.yml

---------

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: inbalapt1 <[email protected]>

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

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

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

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

* fix UTC

* remove paloaltonetworks_iot

---------

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: [email protected] <[email protected]>

* update release notes

* Bump pack from version MicrosoftExchangeOnline to 1.5.13.

---------

Co-authored-by: content-bot <[email protected]>
Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: Content Bot <[email protected]>
yoennb pushed a commit that referenced this pull request Jan 15, 2025
* Updated docker image to demisto/py3-tools:1.0.0.114656. PR batch #2/2 (demisto#37052)

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

* update-release-notes

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

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

* Update RSSWidget.yml

* update release notes

* Update 1_0_3.md

* Update 1_0_6.md

* Update 1_0_3.md

* Update 1_0_1.md

* Update 1_0_8.md

* release notes remove UPDATE_RN

---------

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: inbalapt1 <[email protected]>
Co-authored-by: [email protected] <[email protected]>

* Bump pack from version Mimecast to 2.5.3.

* Bump pack from version Core to 3.0.88.

* Bump pack from version Core to 3.0.89.

* Bump pack from version Core to 3.0.90.

* Bump pack from version FiltersAndTransformers to 1.2.81.

---------

Co-authored-by: content-bot <[email protected]>
Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: Content Bot <[email protected]>
yoennb pushed a commit that referenced this pull request Jan 15, 2025
* Updated docker image to demisto/python3:3.11.10.115186. PR batch #2/5 (demisto#37137)

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

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

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

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

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

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

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: inbalapt1 <[email protected]>

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

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

* Update CortexXDRIR.yml

* Update XQLQueryingEngine.yml

* Update PaloAltoNetworksAIOps.yml

---------

Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: inbalapt1 <[email protected]>

* update release-notes

* Bump pack from version CommonScripts to 1.15.88.

* Bump pack from version SplunkPy to 3.1.44.

* Bump pack from version Phishing to 3.6.27.

* Bump pack from version CortexXDR to 6.1.89.

---------

Co-authored-by: content-bot <[email protected]>
Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: Content Bot <[email protected]>
yoennb pushed a commit that referenced this pull request Jan 15, 2025
* Updated docker image to demisto/python3:3.11.10.116949. PR batch #1/5 (demisto#37402)

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

* Updated docker image to demisto/python3:3.11.10.116949. PR batch #2/5 (demisto#37403)

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

* Updated docker image to demisto/python3:3.11.10.116949. PR batch #4/5 (demisto#37405)

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

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

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

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

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

* update to 3.11.10.115186

* remove issues

* utc

* remove

* remove

* update release notes

* update

* Bump pack from version Okta to 3.3.8.

* remove mailsendernew

* remove core

* update release notes

* Bump pack from version Palo_Alto_Networks_Enterprise_DLP to 2.0.13.

* Bump pack from version Okta to 3.3.9.

* Bump pack from version AzureSentinel to 1.5.54.

* Bump pack from version PaloAltoNetworks_Threat_Vault to 2.0.15.

---------

Co-authored-by: content-bot <[email protected]>
Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: Content Bot <[email protected]>
yoennb pushed a commit that referenced this pull request Jan 15, 2025
* Updated docker image to demisto/python3:3.11.10.115186. PR batch #1/4 (demisto#37524)

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

* Updated docker image to demisto/python3:3.11.10.115186. PR batch #2/4 (demisto#37525)

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

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

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

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

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

* remove utc files

* remove utc

* ipnetwork

* remove unittests issues

* update release notes

* update release notes

---------

Co-authored-by: Koby Meir <[email protected]>
Co-authored-by: root <root@1e2de18e0cc3>
yoennb pushed a commit that referenced this pull request Jan 15, 2025
* Updated docker image to demisto/python3:3.11.10.115186. PR batch #1/2 (demisto#37564)

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

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

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

* remove issues

* remove utc

* update fireeyeetp

* remove elias

* ipnetwork check old dockerimage

* remove ipnetwork

* update release notes

* update core

* update core release

* Bump pack from version Core to 3.2.3.

* Empty commit

* update

* fix

* Bump pack from version CommunityCommonScripts to 1.3.8.

* Bump pack from version Use_Case_Builder to 1.0.11.

* update release notes

* remove cortexcorexqlquery

* Update 2_0_23.md

* remove zeroFox

* remove zeroFox

---------

Co-authored-by: Koby Meir <[email protected]>
Co-authored-by: root <root@1e2de18e0cc3>
Co-authored-by: Content Bot <[email protected]>
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
Development

Successfully merging this pull request may close these issues.