Skip to content

Conversation

@ablakley-r7
Copy link
Collaborator

Proposed Changes

Description

Describe the proposed changes:

  • Fix manual release check
  • Fix webhook var

PR Requirements

Developers, verify you have completed the following items by checking them off:

Testing

Unit Tests

Review our documentation on generating and writing plugin unit tests

  • Unit tests written for any new or updated code

In-Product Tests

If you are an InsightConnect customer or have access to an InsightConnect instance, the following in-product tests should be done:

  • Screenshot of job output with the plugin changes
  • Screenshot of the changed connection, actions, or triggers input within the InsightConnect workflow builder

Style

Review the style guide

  • For dependencies, pin OS package and Python package versions
  • For security, set least privileged account with USER nobody in the Dockerfile when possible
  • For size, use the slim SDK images when possible: rapid7/insightconnect-python-3-38-slim-plugin:{sdk-version-num} and rapid7/insightconnect-python-3-38-plugin:{sdk-version-num}
  • For error handling, use of PluginException and ConnectionTestException
  • For logging, use self.logger
  • For docs, use changelog style
  • For docs, validate markdown with insight-plugin validate which calls icon_validate to lint help.md

Functional Checklist

  • Work fully completed
  • Functional
    • Any new actions/triggers include JSON test files in the tests/ directory created with insight-plugin samples
    • Tests should all pass unless it's a negative test. Negative tests have a naming convention of tests/$action_bad.json
    • Unsuccessful tests should fail by raising an exception causing the plugin to die and an object should be returned on successful test
    • Add functioning test results to PR, sanitize any output if necessary
      • Single action/trigger insight-plugin run -T tests/example.json --debug --jq
      • All actions/triggers shortcut insight-plugin run -T all --debug --jq (use PR format at end)
    • Add functioning run results to PR, sanitize any output if necessary
      • Single action/trigger insight-plugin run -R tests/example.json --debug --jq
      • All actions/triggers shortcut insight-plugin run --debug --jq (use PR format at end)

Assessment

You must validate your work to reviewers:

  1. Run insight-plugin validate and make sure everything passes
  2. Run the assessment tool: insight-plugin run -A. For single action validation: insight-plugin run tests/{file}.json -A
  3. Copy (insight-plugin ... | pbcopy) and paste the output in a new post on this PR
  4. Add required screenshots from the In-Product Tests section

@igorski-r7 igorski-r7 merged commit 3360604 into develop Oct 19, 2023
cmcnally-r7 pushed a commit that referenced this pull request Oct 23, 2023
* Update var for webhook

* Update manual release
ablakley-r7 added a commit that referenced this pull request Oct 24, 2023
* Update var for webhook

* Update manual release
rbowden-r7 pushed a commit that referenced this pull request Oct 24, 2023
* [PLGN-133] Samanage/Solarwinds updates (#1623)

* Updated docker file to include curl for adding attachment

* Updated examples for help.md to include strings for ids

* Updated output ids to strings for consistency

* Updated attach incident example

* Removed print statement

* Updated formatting with black check

---------

Co-authored-by: Dympna Laverty <dympna_laverty@rapid7.com>

* [PLGN-133] Solarwinds - updated id outputs as integers to line up with expected inputs (#1624)

* Updated to output ids as integers to line up with expected inputs

* Updated example fields

* Updated example fields

---------

Co-authored-by: Dympna Laverty <dympna_laverty@rapid7.com>

* [PLGN-46] - Cybereason - Archive Sensor Functionality (#1566)

* added get_sensor action

* fixed checksum

* sensor stats added acc

* finished spec file, regenerated

* generated archive sensor action

* added example output for archive sensor

* refactoring for lint

* updated descriptions in spec file for validator

* created and tested 2 new actions, need to add unit tests

* update spec file

* refactored quarantine action, added unit tests for most of the actions

* added unit tests 95 percent coverage

* fix for plugin validator

* fix lint

* prospector fix

* unit test fix

* dympna change

* igor updates

* lukasz changes

* formatting help.md to use 2 spaces instead of 4

* updated version history note

* Cybereason output fix (#1727)

* updated output

* updated output for cybereaosn

* regen

* version bump

* specific fake email

* fixed schema issue

* changing back to rapid7 vendor

* version bump in helpmd

* [MC-1452] Update Okta plugin (#1733)

* [MC-1452] Update Okta plugin

* [MC-1452] Fixed test

* [MC-1452] Fix prospector

* [MC-1452] Update help.md

* [MC-1452] Update SDK image to latest version

* [MC-1452] Update unit tests for task

---------

Co-authored-by: Cyprian Dankowski <cyprian_dankowski@rapid7.com>

* IC fixes (#1792)

* [MC-1452] Return status code in Monitor Logs task in Okta plugin (#1764)

* [MC-1452] Return status code in Monitor Logs task

* [MC-1452] Update exceptions in api.py

* [MC-1452] Fix prospector

* [MC-1452] Use logger instance

* Change port input back to string (#1809)

* [MC-1452] Update pagination in Monitor Logs task in Okta plugin (#1838)

* [MC-1452] Update pagination in Monitor Logs task in Okta plugin

* [MC-1452] Update unit tests

* Updated armorblox plugin with the review comments. (#1721)

* Initial commit for armorblox plugin

* Fix validate errors

* Timestamp changes

* Updated armorblox-sdk 0.1.4 version in requirements.txt

* Updated the suggestions for plugin.spec.yaml

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Updated review comments

* Update plugins/armorblox/icon_armorblox/triggers/get_incidents/schema.py

* Update plugins/armorblox/unit_test/payloads/get_remediation_action.json

* Update plugins/armorblox/unit_test/payloads/get_remediation_action.json

* Updated armorblox plugin with the required fixes

* Updated plugin with latest fixes

* Updated plugin with parameterized on test cases

* "Fixed review comments"

* Updated support field to community in plugin.spec.yaml

---------

Co-authored-by: Ankita Sharma <ankita.sharma@xoriant.com>
Co-authored-by: Rajat Upadhyaya <45485+urajat@users.noreply.github.com>

* [SOAR-14571] - Zoom - Delete User Returns Json Parsing Error (#1846)

* updated status codes + black formatting

* regen

* added examples to plugin spec

* Refresh

* removed quotes from variables in spec

* tidying up

* changed imports to work with github validators

* changed task unitest imports to work with github validators

* fixed unit tests

* Added example outputs to help.md

* spec & help changes + status codes fix

* checksum

* period validation

* revert description change

* remove full stop in trigger schema

* run black linter, fix unit tests and validators (#1857)

* Zoom Validator Fixes (#1870)

* [PLGN-361] Cloud Enable & Remove Defective Endpoint Actions from ICS Plugin (#1958)

* plgn-380 salesforce add deduping (#1993)

* plgn-412 remove clean data and stop converting output (#2002)

* PLGN-434: add info logs and support missing regions. (#2039)

* Add Release and Staging Release workflows. (#2045)

* remove unused vars (#2046)

* Python 3 Version Bump (#2032)

* Update trigger | update pathing | update github branch refs (#2047)

* Plugin Release Webhook and Manual Fix (#2050)

* Update var for webhook

* Update manual release

* Escape var reference (#2051)

* Move quote (#2052)

* Updated permissions (#2053)

* Updated permissions (#2054)

* Updated aws resources (#2056)

* Update INF name key (#2057)

* [SOAR-15498] Rest Version Bump to 6.0.3 (#2049)

* added init file, version bump, and refresh

* fixing hashes

* Update supported versions and update requests

* Fixing description

* Update Build information (#2058)

* Update format | Add actions read (#2059)

* Update build causes (#2060)

* New yaml

* Update version to 520

* Fix snyk vulnerability

* Refreshed with spec changes

* Update changelog

* Statistical working, events escape chars

* SCA & lint

* Fix SCA temp

* Ignore SCA

* Fixing inputoutput violations separately

* Update version to v6

* Update unit tests

* Update env naming (#2061)

* Make statistical variable

* Add new helper method

* Update bool logic?

* [PLGN-354][PLGN-253] IDR - Fix parsing unparsed data (#2044)

* New PR

* Ignore prospector

* Update helpmd example

* Properly formatted example hopefully

---------

Co-authored-by: Dympna Laverty <118898375+dlaverty-r7@users.noreply.github.com>
Co-authored-by: Dympna Laverty <dympna_laverty@rapid7.com>
Co-authored-by: TKuzas-R7 <107193006+TKuzas-R7@users.noreply.github.com>
Co-authored-by: dsliwinski-r7 <73613193+dsliwinski-r7@users.noreply.github.com>
Co-authored-by: Cyprian Dankowski <cyprian_dankowski@rapid7.com>
Co-authored-by: SamhithaTatipalli <57620888+SamhithaTatipalli@users.noreply.github.com>
Co-authored-by: Ankita Sharma <ankita.sharma@xoriant.com>
Co-authored-by: Rajat Upadhyaya <45485+urajat@users.noreply.github.com>
Co-authored-by: llaszuk-r7 <99184394+llaszuk-r7@users.noreply.github.com>
Co-authored-by: Mike Rinehart <32079048+mrinehart-r7@users.noreply.github.com>
Co-authored-by: Johnny O'Neill <139136675+joneill-r7@users.noreply.github.com>
Co-authored-by: ablakley-r7 <96182471+ablakley-r7@users.noreply.github.com>
Co-authored-by: Abbie <135721892+abmccann-r7@users.noreply.github.com>
ablakley-r7 added a commit that referenced this pull request Oct 24, 2023
* Update var for webhook

* Update manual release
ablakley-r7 added a commit that referenced this pull request Oct 24, 2023
* [PLGN-133] Samanage/Solarwinds updates (#1623)

* Updated docker file to include curl for adding attachment

* Updated examples for help.md to include strings for ids

* Updated output ids to strings for consistency

* Updated attach incident example

* Removed print statement

* Updated formatting with black check

---------

Co-authored-by: Dympna Laverty <dympna_laverty@rapid7.com>

* [PLGN-133] Solarwinds - updated id outputs as integers to line up with expected inputs (#1624)

* Updated to output ids as integers to line up with expected inputs

* Updated example fields

* Updated example fields

---------

Co-authored-by: Dympna Laverty <dympna_laverty@rapid7.com>

* [PLGN-46] - Cybereason - Archive Sensor Functionality (#1566)

* added get_sensor action

* fixed checksum

* sensor stats added acc

* finished spec file, regenerated

* generated archive sensor action

* added example output for archive sensor

* refactoring for lint

* updated descriptions in spec file for validator

* created and tested 2 new actions, need to add unit tests

* update spec file

* refactored quarantine action, added unit tests for most of the actions

* added unit tests 95 percent coverage

* fix for plugin validator

* fix lint

* prospector fix

* unit test fix

* dympna change

* igor updates

* lukasz changes

* formatting help.md to use 2 spaces instead of 4

* updated version history note

* Cybereason output fix (#1727)

* updated output

* updated output for cybereaosn

* regen

* version bump

* specific fake email

* fixed schema issue

* changing back to rapid7 vendor

* version bump in helpmd

* [MC-1452] Update Okta plugin (#1733)

* [MC-1452] Update Okta plugin

* [MC-1452] Fixed test

* [MC-1452] Fix prospector

* [MC-1452] Update help.md

* [MC-1452] Update SDK image to latest version

* [MC-1452] Update unit tests for task

---------

Co-authored-by: Cyprian Dankowski <cyprian_dankowski@rapid7.com>

* IC fixes (#1792)

* [MC-1452] Return status code in Monitor Logs task in Okta plugin (#1764)

* [MC-1452] Return status code in Monitor Logs task

* [MC-1452] Update exceptions in api.py

* [MC-1452] Fix prospector

* [MC-1452] Use logger instance

* Change port input back to string (#1809)

* [MC-1452] Update pagination in Monitor Logs task in Okta plugin (#1838)

* [MC-1452] Update pagination in Monitor Logs task in Okta plugin

* [MC-1452] Update unit tests

* Updated armorblox plugin with the review comments. (#1721)

* Initial commit for armorblox plugin

* Fix validate errors

* Timestamp changes

* Updated armorblox-sdk 0.1.4 version in requirements.txt

* Updated the suggestions for plugin.spec.yaml

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Updated review comments

* Update plugins/armorblox/icon_armorblox/triggers/get_incidents/schema.py

* Update plugins/armorblox/unit_test/payloads/get_remediation_action.json

* Update plugins/armorblox/unit_test/payloads/get_remediation_action.json

* Updated armorblox plugin with the required fixes

* Updated plugin with latest fixes

* Updated plugin with parameterized on test cases

* "Fixed review comments"

* Updated support field to community in plugin.spec.yaml

---------

Co-authored-by: Ankita Sharma <ankita.sharma@xoriant.com>
Co-authored-by: Rajat Upadhyaya <45485+urajat@users.noreply.github.com>

* [SOAR-14571] - Zoom - Delete User Returns Json Parsing Error (#1846)

* updated status codes + black formatting

* regen

* added examples to plugin spec

* Refresh

* removed quotes from variables in spec

* tidying up

* changed imports to work with github validators

* changed task unitest imports to work with github validators

* fixed unit tests

* Added example outputs to help.md

* spec & help changes + status codes fix

* checksum

* period validation

* revert description change

* remove full stop in trigger schema

* run black linter, fix unit tests and validators (#1857)

* Zoom Validator Fixes (#1870)

* [PLGN-361] Cloud Enable & Remove Defective Endpoint Actions from ICS Plugin (#1958)

* plgn-380 salesforce add deduping (#1993)

* plgn-412 remove clean data and stop converting output (#2002)

* PLGN-434: add info logs and support missing regions. (#2039)

* Add Release and Staging Release workflows. (#2045)

* remove unused vars (#2046)

* Python 3 Version Bump (#2032)

* Update trigger | update pathing | update github branch refs (#2047)

* Plugin Release Webhook and Manual Fix (#2050)

* Update var for webhook

* Update manual release

* Escape var reference (#2051)

* Move quote (#2052)

* Updated permissions (#2053)

* Updated permissions (#2054)

* Updated aws resources (#2056)

* Update INF name key (#2057)

* [SOAR-15498] Rest Version Bump to 6.0.3 (#2049)

* added init file, version bump, and refresh

* fixing hashes

* Update supported versions and update requests

* Fixing description

* Update Build information (#2058)

* Update format | Add actions read (#2059)

* Update build causes (#2060)

* New yaml

* Update version to 520

* Fix snyk vulnerability

* Refreshed with spec changes

* Update changelog

* Statistical working, events escape chars

* SCA & lint

* Fix SCA temp

* Ignore SCA

* Fixing inputoutput violations separately

* Update version to v6

* Update unit tests

* Update env naming (#2061)

* Make statistical variable

* Add new helper method

* Update bool logic?

* [PLGN-354][PLGN-253] IDR - Fix parsing unparsed data (#2044)

* New PR

* Ignore prospector

* Update helpmd example

* Properly formatted example hopefully

---------

Co-authored-by: Dympna Laverty <118898375+dlaverty-r7@users.noreply.github.com>
Co-authored-by: Dympna Laverty <dympna_laverty@rapid7.com>
Co-authored-by: TKuzas-R7 <107193006+TKuzas-R7@users.noreply.github.com>
Co-authored-by: dsliwinski-r7 <73613193+dsliwinski-r7@users.noreply.github.com>
Co-authored-by: Cyprian Dankowski <cyprian_dankowski@rapid7.com>
Co-authored-by: SamhithaTatipalli <57620888+SamhithaTatipalli@users.noreply.github.com>
Co-authored-by: Ankita Sharma <ankita.sharma@xoriant.com>
Co-authored-by: Rajat Upadhyaya <45485+urajat@users.noreply.github.com>
Co-authored-by: llaszuk-r7 <99184394+llaszuk-r7@users.noreply.github.com>
Co-authored-by: Mike Rinehart <32079048+mrinehart-r7@users.noreply.github.com>
Co-authored-by: Johnny O'Neill <139136675+joneill-r7@users.noreply.github.com>
Co-authored-by: ablakley-r7 <96182471+ablakley-r7@users.noreply.github.com>
Co-authored-by: Abbie <135721892+abmccann-r7@users.noreply.github.com>
cmcnally-r7 pushed a commit that referenced this pull request Oct 24, 2023
* Add Release and Staging Release workflows. (#2045)

* remove unused vars (#2046)

* Update trigger | update pathing | update github branch refs (#2047)

* Plugin Release Webhook and Manual Fix (#2050)

* Update var for webhook

* Update manual release

* Escape var reference (#2051)

* Move quote (#2052)

* Updated permissions (#2053)

* Updated permissions (#2054)

* Updated aws resources (#2056)

* Update INF name key (#2057)

* Update Build information (#2058)

* Update format | Add actions read (#2059)

* Update build causes (#2060)

* Update env naming (#2061)
rbowden-r7 pushed a commit that referenced this pull request Oct 25, 2023
* [PLGN-133] Samanage/Solarwinds updates (#1623)

* Updated docker file to include curl for adding attachment

* Updated examples for help.md to include strings for ids

* Updated output ids to strings for consistency

* Updated attach incident example

* Removed print statement

* Updated formatting with black check

---------

Co-authored-by: Dympna Laverty <dympna_laverty@rapid7.com>

* [PLGN-133] Solarwinds - updated id outputs as integers to line up with expected inputs (#1624)

* Updated to output ids as integers to line up with expected inputs

* Updated example fields

* Updated example fields

---------

Co-authored-by: Dympna Laverty <dympna_laverty@rapid7.com>

* [PLGN-46] - Cybereason - Archive Sensor Functionality (#1566)

* added get_sensor action

* fixed checksum

* sensor stats added acc

* finished spec file, regenerated

* generated archive sensor action

* added example output for archive sensor

* refactoring for lint

* updated descriptions in spec file for validator

* created and tested 2 new actions, need to add unit tests

* update spec file

* refactored quarantine action, added unit tests for most of the actions

* added unit tests 95 percent coverage

* fix for plugin validator

* fix lint

* prospector fix

* unit test fix

* dympna change

* igor updates

* lukasz changes

* formatting help.md to use 2 spaces instead of 4

* updated version history note

* Cybereason output fix (#1727)

* updated output

* updated output for cybereaosn

* regen

* version bump

* specific fake email

* fixed schema issue

* changing back to rapid7 vendor

* version bump in helpmd

* [MC-1452] Update Okta plugin (#1733)

* [MC-1452] Update Okta plugin

* [MC-1452] Fixed test

* [MC-1452] Fix prospector

* [MC-1452] Update help.md

* [MC-1452] Update SDK image to latest version

* [MC-1452] Update unit tests for task

---------

Co-authored-by: Cyprian Dankowski <cyprian_dankowski@rapid7.com>

* IC fixes (#1792)

* [MC-1452] Return status code in Monitor Logs task in Okta plugin (#1764)

* [MC-1452] Return status code in Monitor Logs task

* [MC-1452] Update exceptions in api.py

* [MC-1452] Fix prospector

* [MC-1452] Use logger instance

* Change port input back to string (#1809)

* [MC-1452] Update pagination in Monitor Logs task in Okta plugin (#1838)

* [MC-1452] Update pagination in Monitor Logs task in Okta plugin

* [MC-1452] Update unit tests

* Updated armorblox plugin with the review comments. (#1721)

* Initial commit for armorblox plugin

* Fix validate errors

* Timestamp changes

* Updated armorblox-sdk 0.1.4 version in requirements.txt

* Updated the suggestions for plugin.spec.yaml

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Updated review comments

* Update plugins/armorblox/icon_armorblox/triggers/get_incidents/schema.py

* Update plugins/armorblox/unit_test/payloads/get_remediation_action.json

* Update plugins/armorblox/unit_test/payloads/get_remediation_action.json

* Updated armorblox plugin with the required fixes

* Updated plugin with latest fixes

* Updated plugin with parameterized on test cases

* "Fixed review comments"

* Updated support field to community in plugin.spec.yaml

---------

Co-authored-by: Ankita Sharma <ankita.sharma@xoriant.com>
Co-authored-by: Rajat Upadhyaya <45485+urajat@users.noreply.github.com>

* [SOAR-14571] - Zoom - Delete User Returns Json Parsing Error (#1846)

* updated status codes + black formatting

* regen

* added examples to plugin spec

* Refresh

* removed quotes from variables in spec

* tidying up

* changed imports to work with github validators

* changed task unitest imports to work with github validators

* fixed unit tests

* Added example outputs to help.md

* spec & help changes + status codes fix

* checksum

* period validation

* revert description change

* remove full stop in trigger schema

* run black linter, fix unit tests and validators (#1857)

* Zoom Validator Fixes (#1870)

* [PLGN-361] Cloud Enable & Remove Defective Endpoint Actions from ICS Plugin (#1958)

* plgn-380 salesforce add deduping (#1993)

* plgn-412 remove clean data and stop converting output (#2002)

* PLGN-434: add info logs and support missing regions. (#2039)

* Add Release and Staging Release workflows. (#2045)

* remove unused vars (#2046)

* Python 3 Version Bump (#2032)

* Update trigger | update pathing | update github branch refs (#2047)

* Plugin Release Webhook and Manual Fix (#2050)

* Update var for webhook

* Update manual release

* Escape var reference (#2051)

* Move quote (#2052)

* Updated permissions (#2053)

* Updated permissions (#2054)

* Updated aws resources (#2056)

* Update INF name key (#2057)

* [SOAR-15498] Rest Version Bump to 6.0.3 (#2049)

* added init file, version bump, and refresh

* fixing hashes

* Update supported versions and update requests

* Fixing description

* Update Build information (#2058)

* Update format | Add actions read (#2059)

* Update build causes (#2060)

* New yaml

* Update version to 520

* Fix snyk vulnerability

* Refreshed with spec changes

* Update changelog

* Statistical working, events escape chars

* SCA & lint

* Fix SCA temp

* Ignore SCA

* Fixing inputoutput violations separately

* Update version to v6

* Update unit tests

* Update env naming (#2061)

* Make statistical variable

* Add new helper method

* Update bool logic?

* [PLGN-354][PLGN-253] IDR - Fix parsing unparsed data (#2044)

* New PR

* Ignore prospector

* Update helpmd example

* Properly formatted example hopefully

---------

Co-authored-by: Dympna Laverty <118898375+dlaverty-r7@users.noreply.github.com>
Co-authored-by: Dympna Laverty <dympna_laverty@rapid7.com>
Co-authored-by: TKuzas-R7 <107193006+TKuzas-R7@users.noreply.github.com>
Co-authored-by: dsliwinski-r7 <73613193+dsliwinski-r7@users.noreply.github.com>
Co-authored-by: Cyprian Dankowski <cyprian_dankowski@rapid7.com>
Co-authored-by: SamhithaTatipalli <57620888+SamhithaTatipalli@users.noreply.github.com>
Co-authored-by: Ankita Sharma <ankita.sharma@xoriant.com>
Co-authored-by: Rajat Upadhyaya <45485+urajat@users.noreply.github.com>
Co-authored-by: llaszuk-r7 <99184394+llaszuk-r7@users.noreply.github.com>
Co-authored-by: Mike Rinehart <32079048+mrinehart-r7@users.noreply.github.com>
Co-authored-by: Johnny O'Neill <139136675+joneill-r7@users.noreply.github.com>
Co-authored-by: ablakley-r7 <96182471+ablakley-r7@users.noreply.github.com>
Co-authored-by: Abbie <135721892+abmccann-r7@users.noreply.github.com>
cmcnally-r7 added a commit that referenced this pull request Oct 25, 2023
* [PLGN-133] Samanage/Solarwinds updates (#1623)

* Updated docker file to include curl for adding attachment

* Updated examples for help.md to include strings for ids

* Updated output ids to strings for consistency

* Updated attach incident example

* Removed print statement

* Updated formatting with black check

---------

Co-authored-by: Dympna Laverty <dympna_laverty@rapid7.com>

* [PLGN-133] Solarwinds - updated id outputs as integers to line up with expected inputs (#1624)

* Updated to output ids as integers to line up with expected inputs

* Updated example fields

* Updated example fields

---------

Co-authored-by: Dympna Laverty <dympna_laverty@rapid7.com>

* [PLGN-46] - Cybereason - Archive Sensor Functionality (#1566)

* added get_sensor action

* fixed checksum

* sensor stats added acc

* finished spec file, regenerated

* generated archive sensor action

* added example output for archive sensor

* refactoring for lint

* updated descriptions in spec file for validator

* created and tested 2 new actions, need to add unit tests

* update spec file

* refactored quarantine action, added unit tests for most of the actions

* added unit tests 95 percent coverage

* fix for plugin validator

* fix lint

* prospector fix

* unit test fix

* dympna change

* igor updates

* lukasz changes

* formatting help.md to use 2 spaces instead of 4

* updated version history note

* Cybereason output fix (#1727)

* updated output

* updated output for cybereaosn

* regen

* version bump

* specific fake email

* fixed schema issue

* changing back to rapid7 vendor

* version bump in helpmd

* [MC-1452] Update Okta plugin (#1733)

* [MC-1452] Update Okta plugin

* [MC-1452] Fixed test

* [MC-1452] Fix prospector

* [MC-1452] Update help.md

* [MC-1452] Update SDK image to latest version

* [MC-1452] Update unit tests for task

---------

Co-authored-by: Cyprian Dankowski <cyprian_dankowski@rapid7.com>

* IC fixes (#1792)

* [MC-1452] Return status code in Monitor Logs task in Okta plugin (#1764)

* [MC-1452] Return status code in Monitor Logs task

* [MC-1452] Update exceptions in api.py

* [MC-1452] Fix prospector

* [MC-1452] Use logger instance

* Change port input back to string (#1809)

* [MC-1452] Update pagination in Monitor Logs task in Okta plugin (#1838)

* [MC-1452] Update pagination in Monitor Logs task in Okta plugin

* [MC-1452] Update unit tests

* Updated armorblox plugin with the review comments. (#1721)

* Initial commit for armorblox plugin

* Fix validate errors

* Timestamp changes

* Updated armorblox-sdk 0.1.4 version in requirements.txt

* Updated the suggestions for plugin.spec.yaml

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Updated review comments

* Update plugins/armorblox/icon_armorblox/triggers/get_incidents/schema.py

* Update plugins/armorblox/unit_test/payloads/get_remediation_action.json

* Update plugins/armorblox/unit_test/payloads/get_remediation_action.json

* Updated armorblox plugin with the required fixes

* Updated plugin with latest fixes

* Updated plugin with parameterized on test cases

* "Fixed review comments"

* Updated support field to community in plugin.spec.yaml

---------

Co-authored-by: Ankita Sharma <ankita.sharma@xoriant.com>
Co-authored-by: Rajat Upadhyaya <45485+urajat@users.noreply.github.com>

* [SOAR-14571] - Zoom - Delete User Returns Json Parsing Error (#1846)

* updated status codes + black formatting

* regen

* added examples to plugin spec

* Refresh

* removed quotes from variables in spec

* tidying up

* changed imports to work with github validators

* changed task unitest imports to work with github validators

* fixed unit tests

* Added example outputs to help.md

* spec & help changes + status codes fix

* checksum

* period validation

* revert description change

* remove full stop in trigger schema

* run black linter, fix unit tests and validators (#1857)

* Zoom Validator Fixes (#1870)

* [PLGN-361] Cloud Enable & Remove Defective Endpoint Actions from ICS Plugin (#1958)

* plgn-380 salesforce add deduping (#1993)

* plgn-412 remove clean data and stop converting output (#2002)

* PLGN-434: add info logs and support missing regions. (#2039)

* Add Release and Staging Release workflows. (#2045)

* remove unused vars (#2046)

* Python 3 Version Bump (#2032)

* Update trigger | update pathing | update github branch refs (#2047)

* Plugin Release Webhook and Manual Fix (#2050)

* Update var for webhook

* Update manual release

* Escape var reference (#2051)

* Move quote (#2052)

* Updated permissions (#2053)

* Updated permissions (#2054)

* Updated aws resources (#2056)

* Update INF name key (#2057)

* [SOAR-15498] Rest Version Bump to 6.0.3 (#2049)

* added init file, version bump, and refresh

* fixing hashes

* Update supported versions and update requests

* Fixing description

* Update Build information (#2058)

* Update format | Add actions read (#2059)

* Update build causes (#2060)

* New yaml

* Update version to 520

* Fix snyk vulnerability

* Refreshed with spec changes

* Update changelog

* Statistical working, events escape chars

* SCA & lint

* Fix SCA temp

* Ignore SCA

* Fixing inputoutput violations separately

* Update version to v6

* Update unit tests

* Update env naming (#2061)

* Make statistical variable

* Add new helper method

* Update bool logic?

* [PLGN-354][PLGN-253] IDR - Fix parsing unparsed data (#2044)

* New PR

* Ignore prospector

* Update helpmd example

* Properly formatted example hopefully

---------

Co-authored-by: Dympna Laverty <118898375+dlaverty-r7@users.noreply.github.com>
Co-authored-by: Dympna Laverty <dympna_laverty@rapid7.com>
Co-authored-by: TKuzas-R7 <107193006+TKuzas-R7@users.noreply.github.com>
Co-authored-by: dsliwinski-r7 <73613193+dsliwinski-r7@users.noreply.github.com>
Co-authored-by: Cyprian Dankowski <cyprian_dankowski@rapid7.com>
Co-authored-by: SamhithaTatipalli <57620888+SamhithaTatipalli@users.noreply.github.com>
Co-authored-by: Ankita Sharma <ankita.sharma@xoriant.com>
Co-authored-by: Rajat Upadhyaya <45485+urajat@users.noreply.github.com>
Co-authored-by: llaszuk-r7 <99184394+llaszuk-r7@users.noreply.github.com>
Co-authored-by: Mike Rinehart <32079048+mrinehart-r7@users.noreply.github.com>
Co-authored-by: Johnny O'Neill <139136675+joneill-r7@users.noreply.github.com>
Co-authored-by: ablakley-r7 <96182471+ablakley-r7@users.noreply.github.com>
Co-authored-by: Abbie <135721892+abmccann-r7@users.noreply.github.com>
igorski-r7 pushed a commit that referenced this pull request Oct 25, 2023
* [PLGN-133] Samanage/Solarwinds updates (#1623)

* Updated docker file to include curl for adding attachment

* Updated examples for help.md to include strings for ids

* Updated output ids to strings for consistency

* Updated attach incident example

* Removed print statement

* Updated formatting with black check

---------



* [PLGN-133] Solarwinds - updated id outputs as integers to line up with expected inputs (#1624)

* Updated to output ids as integers to line up with expected inputs

* Updated example fields

* Updated example fields

---------



* [PLGN-46] - Cybereason - Archive Sensor Functionality (#1566)

* added get_sensor action

* fixed checksum

* sensor stats added acc

* finished spec file, regenerated

* generated archive sensor action

* added example output for archive sensor

* refactoring for lint

* updated descriptions in spec file for validator

* created and tested 2 new actions, need to add unit tests

* update spec file

* refactored quarantine action, added unit tests for most of the actions

* added unit tests 95 percent coverage

* fix for plugin validator

* fix lint

* prospector fix

* unit test fix

* dympna change

* igor updates

* lukasz changes

* formatting help.md to use 2 spaces instead of 4

* updated version history note

* Cybereason output fix (#1727)

* updated output

* updated output for cybereaosn

* regen

* version bump

* specific fake email

* fixed schema issue

* changing back to rapid7 vendor

* version bump in helpmd

* [MC-1452] Update Okta plugin (#1733)

* [MC-1452] Update Okta plugin

* [MC-1452] Fixed test

* [MC-1452] Fix prospector

* [MC-1452] Update help.md

* [MC-1452] Update SDK image to latest version

* [MC-1452] Update unit tests for task

---------



* IC fixes (#1792)

* [MC-1452] Return status code in Monitor Logs task in Okta plugin (#1764)

* [MC-1452] Return status code in Monitor Logs task

* [MC-1452] Update exceptions in api.py

* [MC-1452] Fix prospector

* [MC-1452] Use logger instance

* Change port input back to string (#1809)

* [MC-1452] Update pagination in Monitor Logs task in Okta plugin (#1838)

* [MC-1452] Update pagination in Monitor Logs task in Okta plugin

* [MC-1452] Update unit tests

* Updated armorblox plugin with the review comments. (#1721)

* Initial commit for armorblox plugin

* Fix validate errors

* Timestamp changes

* Updated armorblox-sdk 0.1.4 version in requirements.txt

* Updated the suggestions for plugin.spec.yaml

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Update plugins/armorblox/help.md

* Updated review comments

* Update plugins/armorblox/icon_armorblox/triggers/get_incidents/schema.py

* Update plugins/armorblox/unit_test/payloads/get_remediation_action.json

* Update plugins/armorblox/unit_test/payloads/get_remediation_action.json

* Updated armorblox plugin with the required fixes

* Updated plugin with latest fixes

* Updated plugin with parameterized on test cases

* "Fixed review comments"

* Updated support field to community in plugin.spec.yaml

---------




* [SOAR-14571] - Zoom - Delete User Returns Json Parsing Error (#1846)

* updated status codes + black formatting

* regen

* added examples to plugin spec

* Refresh

* removed quotes from variables in spec

* tidying up

* changed imports to work with github validators

* changed task unitest imports to work with github validators

* fixed unit tests

* Added example outputs to help.md

* spec & help changes + status codes fix

* checksum

* period validation

* revert description change

* remove full stop in trigger schema

* run black linter, fix unit tests and validators (#1857)

* Zoom Validator Fixes (#1870)

* [PLGN-361] Cloud Enable & Remove Defective Endpoint Actions from ICS Plugin (#1958)

* plgn-380 salesforce add deduping (#1993)

* plgn-412 remove clean data and stop converting output (#2002)

* PLGN-434: add info logs and support missing regions. (#2039)

* Add Release and Staging Release workflows. (#2045)

* remove unused vars (#2046)

* Python 3 Version Bump (#2032)

* Update trigger | update pathing | update github branch refs (#2047)

* Plugin Release Webhook and Manual Fix (#2050)

* Update var for webhook

* Update manual release

* Escape var reference (#2051)

* Move quote (#2052)

* Updated permissions (#2053)

* Updated permissions (#2054)

* Updated aws resources (#2056)

* Update INF name key (#2057)

* [SOAR-15498] Rest Version Bump to 6.0.3 (#2049)

* added init file, version bump, and refresh

* fixing hashes

* Update supported versions and update requests

* Fixing description

* Update Build information (#2058)

* Update format | Add actions read (#2059)

* Update build causes (#2060)

* New yaml

* Update version to 520

* Fix snyk vulnerability

* Refreshed with spec changes

* Update changelog

* Statistical working, events escape chars

* SCA & lint

* Fix SCA temp

* Ignore SCA

* Fixing inputoutput violations separately

* Update version to v6

* Update unit tests

* Update env naming (#2061)

* Make statistical variable

* Add new helper method

* Update bool logic?

* [PLGN-354][PLGN-253] IDR - Fix parsing unparsed data (#2044)

* New PR

* Ignore prospector

* Update helpmd example

* Properly formatted example hopefully

---------

Co-authored-by: Dympna Laverty <118898375+dlaverty-r7@users.noreply.github.com>
Co-authored-by: Dympna Laverty <dympna_laverty@rapid7.com>
Co-authored-by: TKuzas-R7 <107193006+TKuzas-R7@users.noreply.github.com>
Co-authored-by: dsliwinski-r7 <73613193+dsliwinski-r7@users.noreply.github.com>
Co-authored-by: Cyprian Dankowski <cyprian_dankowski@rapid7.com>
Co-authored-by: SamhithaTatipalli <57620888+SamhithaTatipalli@users.noreply.github.com>
Co-authored-by: Ankita Sharma <ankita.sharma@xoriant.com>
Co-authored-by: Rajat Upadhyaya <45485+urajat@users.noreply.github.com>
Co-authored-by: llaszuk-r7 <99184394+llaszuk-r7@users.noreply.github.com>
Co-authored-by: Mike Rinehart <32079048+mrinehart-r7@users.noreply.github.com>
Co-authored-by: Johnny O'Neill <139136675+joneill-r7@users.noreply.github.com>
Co-authored-by: ablakley-r7 <96182471+ablakley-r7@users.noreply.github.com>
Co-authored-by: Abbie <135721892+abmccann-r7@users.noreply.github.com>
@joneill-r7 joneill-r7 deleted the plugin_release_webhook branch December 23, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants