Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps actions/setup-python from 3 to 4.1.0.

Release notes

Sourced from actions/setup-python's releases.

v4.1.0

In scope of this pull request we updated actions/cache package as the new version contains fixes for caching error handling. Moreover, we added a new input update-environment. This option allows to specify if the action shall update environment variables (default) or not.

Update-environment input

    - name: setup-python 3.9
      uses: actions/setup-python@v4
      with:
        python-version: 3.9
        update-environment: false

Besides, we added such changes as:

v4.0.0

What's Changed

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

Example of usage:

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

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

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

Example of usage:

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

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

  • PKG_CONFIG_PATH environment variable: #400

  • Added python-path output: #405

... (truncated)

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

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 11, 2022

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 11, 2022
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-python-4.1.0 branch from a8cb66c to 18afefd Compare September 13, 2022 05:59
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-python-4.1.0 branch from 18afefd to 98b1060 Compare December 1, 2022 08:58
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-python-4.1.0 branch from 98b1060 to 731acdf Compare January 2, 2023 13:00
idovandijk and others added 23 commits February 19, 2023 21:33
…icators of an incident (demisto#24435)

* Added script, split yml, formatted, generated docs and added RN

* Unit tests

* Fixed unit test

* Changed to use pytest

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

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

* changed unit test to suggestion

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

* Fixes from CR

* RN bump

* restored other rn

* Fixed unit tests?

* Rename 1_11_21 to 1_11_21.md

* Added the used field and RN

* Bumped version in metadata to match RN version

* unit test fix

Co-authored-by: Israel Lappe <79846863+ilappe@users.noreply.github.com>

* Fix unit test

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

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

* docker image version bump and fixed conflicts

* Fixed the reference to the field display script for the incident field

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

Co-authored-by: Arad Carmi <62752352+AradCarmi@users.noreply.github.com>

* fix RN

* fix conflicts

* fix conflicts

* Added RN error to ignore, fixing conflicts

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
Co-authored-by: MLainer1 <93524335+MLainer1@users.noreply.github.com>
Co-authored-by: Jasmine Beilin <71636766+JasBeilin@users.noreply.github.com>
Co-authored-by: Israel Lappe <79846863+ilappe@users.noreply.github.com>
Co-authored-by: Arad Carmi <62752352+AradCarmi@users.noreply.github.com>
Co-authored-by: Jas Beilin <jgranot@paloaltonetworks.com>
…pdate (demisto#24722)

* [Marketplace Contribution] Microsoft Exchange Online - Content Pack Update (demisto#24610)

* "contribution update to pack "Microsoft Exchange Online""

* revert module change

* update README

* revert removing default classifier and mapper

* revert removing default classifier and mapper

* revert imports change

* Update EWSO365.yml

* Rename 1_1_0.md to 1_0_7.md

* Update EWSO365.yml

* Update EWSO365.yml

* Update 1_0_7.md

---------

Co-authored-by: yaakovpraisler <ypreisler@paloaltonetworks.com>
Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>

* Update pack_metadata.json

* Create 1_0_8.md

---------

Co-authored-by: xsoar-bot <67315154+xsoar-bot@users.noreply.github.com>
Co-authored-by: yaakovpraisler <ypreisler@paloaltonetworks.com>
Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>
* Updated Metadata Of Pack MailSenderNew

* Added release notes to pack MailSenderNew

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

* Added release notes to pack FeedDHS

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

* Added release notes to pack Intezer

* Packs/Intezer/Integrations/IntezerV2/IntezerV2.yml Docker image update

* Updated Metadata Of Pack JARM

* Added release notes to pack JARM

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

* Added release notes to pack GSuiteAdmin

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

* Updated Metadata Of Pack GoogleCalendar

* Added release notes to pack GoogleCalendar

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

* Updated Metadata Of Pack GoogleSheets

* Added release notes to pack GoogleSheets

* Packs/GoogleSheets/Integrations/GoogleSheets/GoogleSheets.yml Docker image update
* Updated Metadata Of Pack TAXIIServer

* Added release notes to pack TAXIIServer

* Packs/TAXIIServer/Integrations/TAXII2Server/TAXII2Server.yml Docker image update
…emisto#24724)

Core, DemistoRESTAPI, FiltersAndTransformers, Palo_Alto_Networks_WildFire, rasterize
* added failing ut

* the fix

* Fixed build issues

* fixed lint in taxiApiModules

* updated release notes

* updated docker image

* updated the regex to support several scheme

* update the extraction of datetime from description to follow the server format datetime format

* Updated extract_date_time_from_descriptionUT logic

* updated datetime parse setting

* Update Packs/FeedMitreAttackv2/ReleaseNotes/1_1_10.md

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

* Updated docker image

* updated extract datetime function

* updated doc

---------

Co-authored-by: Dan Tavori <38749041+dantavori@users.noreply.github.com>
…co.jp) (demisto#24669)

* Updated email formatter, regex and test playbook.

* RN

* Updated ignore secrets, and formats.

* Update 3_3_50.md

* Updated RN.
* Updated Metadata Of Pack Binalyze

* Added release notes to pack Binalyze

* Packs/Binalyze/Integrations/BinalyzeAIR/BinalyzeAIR.yml Docker image update

* Updated Metadata Of Pack Censys

* Added release notes to pack Censys

* Packs/Censys/Integrations/CensysV2/CensysV2.yml Docker image update

* Updated Metadata Of Pack Centreon

* Added release notes to pack Centreon

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

* Updated Metadata Of Pack CimTrak-SystemIntegrityAssurance

* Added release notes to pack CimTrak-SystemIntegrityAssurance

* Packs/CimTrak-SystemIntegrityAssurance/Integrations/CimTrak/CimTrak.yml Docker image update

* Updated Metadata Of Pack Gatewatcher-AionIQ

* Added release notes to pack Gatewatcher-AionIQ

* Packs/Gatewatcher-AionIQ/Integrations/GCenter/GCenter.yml Docker image update

* Updated Metadata Of Pack Grafana

* Added release notes to pack Grafana

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

* Updated Metadata Of Pack HPEArubaClearPass

* Added release notes to pack HPEArubaClearPass

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

* Updated Metadata Of Pack HYASInsight

* Added release notes to pack HYASInsight

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

* Updated Metadata Of Pack HackerOne

* Added release notes to pack HackerOne

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

* Updated Metadata Of Pack Hackuity

* Added release notes to pack Hackuity

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

* Fixed Mypy

* remove CimTrak

---------

Co-authored-by: sberman <sberman@paloaltonetworks.com>
* cisco asas - create modeling rules for 1.4

* cisco asas - create modeling rules for 1.4

* create modeling rules

* create modeling rules

* Update 1_0_31.md

---------

Co-authored-by: evisochek <72695126+evisochek@users.noreply.github.com>
* Update README.md

* [VirusTotal] Update logos (#2)

* Update ReleaseNote

* Update ReleaseNote

* Update ReleaseNote

* Update 2_5_1.md

---------

Co-authored-by: Pablo Pérez <122302023+pabloperezj@users.noreply.github.com>
Co-authored-by: Daniel Pascual <danielvazquez@google.com>
* Update on-push with new docker rule

* Fix regex

* Removed release branches since it doesn't exist anymore
* first commit

* configuration

* update configuration

* command

* before testing

* fix the test command

* description

* finish commands

* image

* image

* add helper command

* add first run function

* prettify

* docker

* unit test

* secrets

* rn

* add ut

* added the time key

* created to updated

* modeling rules

* fixed modeling rules

* schema

* test modeling rules

* conflicts

* docker

* lint

* test schema

* fix type

* fix the modeling rules

* modeling rules

* scalar

* space

* fix

* demo fixes

* time now

* camel case

* demo fixes

* fix ut

* fix list

* fixed the modeling rules

* modeling

* remove _time

* rn

* fix ut

* fix MR

* docker

* mr fixes

* docsstring

* test docstring

* Tech writer fixes

* docker

* README

* version

* cr fixes

* api version

* docker

* fix test modeling rule

* docker

* add column

* type

* fixes
* commit xdr mapping

* Check

* Check2

* Test - Changed Multimodel

* Update FireEyeNX_1_3.xif

* Updated RE

* Removed ParsingRules

* ParsingRules stash

* Updated toversion

* Updated Parsing

* Updated Parsing
* Updated Metadata Of Pack ServiceNow

* Added release notes to pack ServiceNow

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

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

* Packs/ServiceNow/Integrations/ServiceNowv2/ServiceNowv2.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 FeedOffice365

* Added release notes to pack FeedOffice365

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

* Fixed Mypy

* Removed PhishTank

---------

Co-authored-by: sberman <sberman@paloaltonetworks.com>
* update version tested with

* Update README.md
… them (demisto#24634)

* Updated URL formatter to handle quoted URLs better

* RN

* RN

* RN

* Removed more spaces.

* Update FormatURL_test.py

* Docker updated

* RN

* Update 1_11_25.md

* Update 1_11_26.md

* Update 1_11_25.md

* Update 1_11_25.md

* Updated RN and docker

* RN and Docker

* Update FormatURL.py
…-without-approval` command (demisto#24736)

* firs commit

* fixed issues in threatstream-import-indicator-without-approval command

* update Docker

* comment corrections
maimorag and others added 24 commits March 6, 2023 13:42
* adjustments to the pack categories

* fix
* Updated code points in the formatter

* Added a link to living standard code points

* Fixed a line that was too long

* Update FormatURL.py

* RN

* Trailing white spaces

* Update 1_11_41.md
* yml updated and incident type

* the start of get remote data

* start get modified remote data

* get_modified_remote_data

* get modified remote data

* starting again get remote data command

* get_remote_data command

* get_mapping_fields_command, readme and yml updates

* severity updates

* updated fetch command and mirroring in

* mapper out and update remote system

* updated mappers

* added incident fields

* mirror out

* more incident fields

* fixed test_fetch_incident

* tests

* tests and mirroring update

* Added the mirroring to the readme

* updated release notes

* fixed build errors

* updated release notes

* fixed first cr notes

* validations error fixes

* updated release notes

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/AWS_SecurityHub.yml

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/AWS_SecurityHub.yml

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/ReleaseNotes/1_2_0.md

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

* Update Packs/AWS-SecurityHub/ReleaseNotes/1_2_0.md

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

* Update Packs/AWS-SecurityHub/ReleaseNotes/1_2_0.md

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

* Update Packs/AWS-SecurityHub/ReleaseNotes/1_2_0.md

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

* Update Packs/AWS-SecurityHub/ReleaseNotes/1_2_0.md

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

* updated release notes

* added last_update_to_time

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/AWS_SecurityHub.yml

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/AWS_SecurityHub.yml

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* Update Packs/AWS-SecurityHub/Integrations/AWS_SecurityHub/README.md

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

* review updates

* updated release notes

* updated docker image

* updated CommonTypes release notes

* updated marketplace in the layout

* updated theintegration parameters description in the readme

* updated CommonTypes release notes

* added the indicators objects to the incident fields, yml, layout

* updated 2 incident fields

* updated old release notes

* added new lines to json files

* updated release notes

* updated layout

* updated readme

* updated docker image

* cr and some build fixes

* fixed CR comments

* fixed demo comments

* updates to readme and code

* updated docker image

* updated release notes

* fixed

* updated release notes

* updated release notes

* fixed build errors

* fixed build errors

* updated readme

* fixed rc comments

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
…d integration (demisto#25054)

* Replacing a deprecated integration

* fix the playbook

* Added RN

* Apply suggestions from code review
* Fix type url

* update pack

* update rn

* update rn
* Removing all packs that are not PANW products and that require setting up an instance.

* verifying  all selected packs are removed

* phising pack
* fix ParseCSV bug

* updated docker and args description

* release notes

* release notes

* fix

* add test

* fix test_data dir

* CR

* conflict
* update README

* update mirroring notes

* update description

* Apply suggestions from doc review

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

---------

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

* new lock

* FIX

* update dockerimage

* version

* change password

* edit circleci config

* artifacts

* 1.10.6

* 1.10.6

* new lock file

---------

Co-authored-by: ilan <ierukhimovic@paloaltonetworks.com>
* Update Cortex XDR Alert Handling - Cloud IAM User Access Investigation.

* Update release note after added `Cortex XDR - Cloud IAM User Access Investigation` as sub-playbook.

* New playbook Cloud_IAM_Enrichment_-_Generic

* Release note after new playbook was added - Cloud_IAM_Enrichment_-_Generic

* New playbook was added - Cortex_XDR_-_Cloud_IAM_User_Access_Investigation

* Update Release note after adding a new playbook - Cortex_XDR_-_Cloud_IAM_User_Access_Investigation

* Update  playbook - Cloud_IAM_Enrichment_-_Generic
skipunavailable changed to true after error in validation

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic.yml

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic.yml

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic.yml

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic.yml

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic.yml

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic.yml

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic.yml

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic.yml

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic.yml

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic_README.md

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

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

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

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

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic_README.md

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

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

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

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

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

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

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

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

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic.yml

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic_README.md

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

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

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

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

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

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

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

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

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

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

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic_README.md

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

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

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic_README.md

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic_README.md

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

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

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

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

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

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

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

* Update Packs/CommonPlaybooks/Playbooks/playbook-Cloud_IAM_Enrichment_-_Generic.yml

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* Update playbook - after review - remove user investigation playbook and remove inputs

* Update release note after review - remove user investigation playbook and remove inputs

* Update playbook after review - add integration state checks

* Update release note after update playbook - add integration state checks

* Update after review - change with the integration on MD file and remove resource block inputs.

* Update release note after review - change with the integration on MD file and remove resource block inputs.

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
* Updated code points in the formatter

* Added a link to living standard code points

* Fixed a line that was too long

* Update FormatURL.py

* RN

* Trailing white spaces

* Fixed if to not fail with list index oob.

* RN

* ignore "IndexError" as a word.

* RN
* Playbooks enhancements and docs update

* Playbooks enhancements and docs update

* Playbooks enhancements and docs update - release notes

* Playbooks enhancements and docs update - fixes

* fix

* fix

* resolve conflicts

* Avoid "None" after "SetIfEmpty"

* Review fixes

* Review fixes

* resolve conflict
* Updated Metadata Of Pack AWS-GuardDuty

* Added release notes to pack AWS-GuardDuty

* Packs/AWS-GuardDuty/Integrations/AWSGuardDuty/AWSGuardDuty.yml Docker image update

* Packs/AWS-GuardDuty/Integrations/AWSGuardDutyEventCollector/AWSGuardDutyEventCollector.yml Docker image update

* Updated Metadata Of Pack SecurityIntelligenceServicesFeed

* Added release notes to pack SecurityIntelligenceServicesFeed

* Packs/SecurityIntelligenceServicesFeed/Integrations/SecurityIntelligenceServicesFeed/SecurityIntelligenceServicesFeed.yml Docker image update
* Updated Metadata Of Pack PassiveTotal

* Added release notes to pack PassiveTotal

* Packs/PassiveTotal/Integrations/PassiveTotal_v2/PassiveTotal_v2.yml Docker image update

* Updated Metadata Of Pack RiskIQDigitalFootprint

* Added release notes to pack RiskIQDigitalFootprint

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

* Updated Metadata Of Pack VirusTotal

* Added release notes to pack VirusTotal

* Packs/VirusTotal/Integrations/FeedLivehunt/FeedLivehunt.yml Docker image update

* Packs/VirusTotal/Integrations/FeedRetrohunt/FeedRetrohunt.yml Docker image update

* Updated Metadata Of Pack CommonWidgets

* Added release notes to pack CommonWidgets

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

* Updated Metadata Of Pack HelloWorld

* Added release notes to pack HelloWorld

* Packs/HelloWorld/Scripts/HelloWorldScript/HelloWorldScript.yml Docker image update

* Updated Metadata Of Pack Imperva_Skyfence

* Added release notes to pack Imperva_Skyfence

* Packs/Imperva_Skyfence/Scripts/ImpSfListEndpoints/ImpSfListEndpoints.yml Docker image update

* Packs/Imperva_Skyfence/Scripts/ImpSfRevokeUnaccessedDevices/ImpSfRevokeUnaccessedDevices.yml Docker image update

* Packs/Imperva_Skyfence/Scripts/ImpSfScheduleTask/ImpSfScheduleTask.yml Docker image update

* Updated Metadata Of Pack IntegrationsAndIncidentsHealthCheck

* Added release notes to pack IntegrationsAndIncidentsHealthCheck

* Packs/IntegrationsAndIncidentsHealthCheck/Scripts/CopyLinkedAnalystNotes/CopyLinkedAnalystNotes.yml Docker image update

* Remove space from

---------

Co-authored-by: sberman <sberman@paloaltonetworks.com>
Pack name should always contain a space in between words.
Dependabot couldn't find the original pull request head commit, 731acdf9bdfd6a1a286405ab2779569bf87385fb.
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-python-4.1.0 branch from 731acdf to d1aa1c1 Compare March 7, 2023 12:46
@crestdatasystems crestdatasystems force-pushed the master branch 2 times, most recently from ef89967 to 5f0f008 Compare July 11, 2023 06:16
crestdatasystems pushed a commit that referenced this pull request Jan 16, 2024
* Add ids to storage (#111)

* Fix create modified alerts (#100)

* Add fetch for uncreated modified alerts

* Fix python format issues

* Add release notes

* Change Last modified fetch string at fetch incidents action (#101)



* Change fetch of alerts timestamp to consider when no alerts are fetched (#104)



* Change fetch of alerts timestamp to consider when no alerts are fetched (#103)



* Fix lookup of the latest timestamp of create/update of an alerts (#106)

* Fix lookup of the latest timestamp of create/update of an alerts

* Fix linter issues

* Add a test to check next_run changes with modified alerts

* Add field to fetch alerts that has been updated

* Update docker image version

* Fix create modified alerts (#100)

* Add fetch for uncreated modified alerts

* Fix python format issues

* Add release notes

* Change fetch of alerts timestamp to consider when no alerts are fetched (#103)



* Fix lookup of the latest timestamp of create/update of an alerts (#106)

* Fix lookup of the latest timestamp of create/update of an alerts

* Fix linter issues

* Add a test to check next_run changes with modified alerts

* Fix missing alerts (#110)

* Add field to fetch alerts that has been updated

* Update docker image version

* Update merge issues

* Update docker image version and release notes

* Fix merge issue

* Update merge issue

---------




* Update lint issues (#112)

* Update ruff issues (#113)

* Change dates to strings when fetching alerts (#116)

* Add source header (#117)

* Add source header in requests

* Update release notes

---------

Co-authored-by: Felipe Garrido <fgarridob.95+github@gmail.com>
Co-authored-by: Diego Ramirez R <dnrr2808@gmail.com>
Co-authored-by: Diego Ramirez <dramirez@zerofox.com>
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.