-
Notifications
You must be signed in to change notification settings - Fork 55
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
Salesforce - Task Monitor Users: Improved logging #2170
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dlaverty-r7
reviewed
Dec 7, 2023
plugins/salesforce/komand_salesforce/tasks/monitor_users/task.py
Outdated
Show resolved
Hide resolved
plugins/salesforce/komand_salesforce/tasks/monitor_users/task.py
Outdated
Show resolved
Hide resolved
1d8d177
to
3aaff8c
Compare
dlaverty-r7
approved these changes
Dec 7, 2023
llaszuk-r7
approved these changes
Dec 7, 2023
jerichardson-r7
approved these changes
Dec 8, 2023
cmcnally-r7
pushed a commit
that referenced
this pull request
Dec 8, 2023
joneill-r7
pushed a commit
that referenced
this pull request
Dec 11, 2023
dlaverty-r7
pushed a commit
that referenced
this pull request
Dec 11, 2023
ablakley-r7
pushed a commit
that referenced
this pull request
Dec 12, 2023
dlaverty-r7
pushed a commit
that referenced
this pull request
Dec 12, 2023
joneill-r7
added a commit
that referenced
this pull request
Dec 13, 2023
Co-authored-by: igorski-r7 <[email protected]>
jerichardson-r7
added a commit
that referenced
this pull request
Dec 20, 2023
* 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 <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> * run black linter, fix unit tests and validators (#1857) * plgn-618 insight idr update schema (#2164) * Salesforce - Task Monitor Users: Improved logging (#2170) * [PLGN-621] Add OAuth to ServiceNow Plugin (#2157) * Update plugin spec * Add oauth authentication * get client id instead of key * Bump version * Revert help.md * Add type annotation for BearerAuth * Blacken * Revert Dockerfile * Fix test * Add timeout * black * Fix unit tests * Blacken unit tests * Update request_helper.py * Updated help.md | Added typehints in unittests --------- Co-authored-by: igorski-r7 <[email protected]> * [PLGN-408] Insight IDR - Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert (#2175) * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Re-adding back in size and index to action, dropping version to make a multiple plugin release, adding in type hints * PLGN-408-Running black format * PLGN-408-Updating data to be of type object * PLGN-408-Updating to use f string * PLGN-408-Removing debug print * PLGN-408-Updating error var name * [PLGN-498]- Change Top Remediations id --------- Co-authored-by: SamhithaTatipalli <[email protected]> Co-authored-by: Ankita Sharma <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> Co-authored-by: llaszuk-r7 <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: Mike Rinehart <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: rbowden-r7 <[email protected]>
rbowden-r7
added a commit
that referenced
this pull request
Jan 3, 2024
* 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 <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> * run black linter, fix unit tests and validators (#1857) * plgn-618 insight idr update schema (#2164) * Salesforce - Task Monitor Users: Improved logging (#2170) * [PLGN-621] Add OAuth to ServiceNow Plugin (#2157) * Update plugin spec * Add oauth authentication * get client id instead of key * Bump version * Revert help.md * Add type annotation for BearerAuth * Blacken * Revert Dockerfile * Fix test * Add timeout * black * Fix unit tests * Blacken unit tests * Update request_helper.py * Updated help.md | Added typehints in unittests --------- Co-authored-by: igorski-r7 <[email protected]> * [PLGN-408] Insight IDR - Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert (#2175) * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Re-adding back in size and index to action, dropping version to make a multiple plugin release, adding in type hints * PLGN-408-Running black format * PLGN-408-Updating data to be of type object * PLGN-408-Updating to use f string * PLGN-408-Removing debug print * PLGN-408-Updating error var name * [PLGN-498]- Change Top Remediations id --------- Co-authored-by: SamhithaTatipalli <[email protected]> Co-authored-by: Ankita Sharma <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> Co-authored-by: llaszuk-r7 <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: Mike Rinehart <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: rbowden-r7 <[email protected]>
rbowden-r7
added a commit
that referenced
this pull request
Jan 3, 2024
* 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 <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> * run black linter, fix unit tests and validators (#1857) * plgn-618 insight idr update schema (#2164) * Salesforce - Task Monitor Users: Improved logging (#2170) * [PLGN-621] Add OAuth to ServiceNow Plugin (#2157) * Update plugin spec * Add oauth authentication * get client id instead of key * Bump version * Revert help.md * Add type annotation for BearerAuth * Blacken * Revert Dockerfile * Fix test * Add timeout * black * Fix unit tests * Blacken unit tests * Update request_helper.py * Updated help.md | Added typehints in unittests --------- Co-authored-by: igorski-r7 <[email protected]> * [PLGN-408] Insight IDR - Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert (#2175) * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Re-adding back in size and index to action, dropping version to make a multiple plugin release, adding in type hints * PLGN-408-Running black format * PLGN-408-Updating data to be of type object * PLGN-408-Updating to use f string * PLGN-408-Removing debug print * PLGN-408-Updating error var name * [PLGN-498]- Change Top Remediations id --------- Co-authored-by: SamhithaTatipalli <[email protected]> Co-authored-by: Ankita Sharma <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> Co-authored-by: llaszuk-r7 <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: Mike Rinehart <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: rbowden-r7 <[email protected]>
ablakley-r7
pushed a commit
that referenced
this pull request
Jan 8, 2024
* 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 <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> * run black linter, fix unit tests and validators (#1857) * plgn-618 insight idr update schema (#2164) * Salesforce - Task Monitor Users: Improved logging (#2170) * [PLGN-621] Add OAuth to ServiceNow Plugin (#2157) * Update plugin spec * Add oauth authentication * get client id instead of key * Bump version * Revert help.md * Add type annotation for BearerAuth * Blacken * Revert Dockerfile * Fix test * Add timeout * black * Fix unit tests * Blacken unit tests * Update request_helper.py * Updated help.md | Added typehints in unittests --------- Co-authored-by: igorski-r7 <[email protected]> * [PLGN-408] Insight IDR - Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert (#2175) * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Re-adding back in size and index to action, dropping version to make a multiple plugin release, adding in type hints * PLGN-408-Running black format * PLGN-408-Updating data to be of type object * PLGN-408-Updating to use f string * PLGN-408-Removing debug print * PLGN-408-Updating error var name * [PLGN-498]- Change Top Remediations id --------- Co-authored-by: SamhithaTatipalli <[email protected]> Co-authored-by: Ankita Sharma <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> Co-authored-by: llaszuk-r7 <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: Mike Rinehart <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: rbowden-r7 <[email protected]>
rbowden-r7
added a commit
that referenced
this pull request
Jan 8, 2024
* 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 <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> * run black linter, fix unit tests and validators (#1857) * plgn-618 insight idr update schema (#2164) * Salesforce - Task Monitor Users: Improved logging (#2170) * [PLGN-621] Add OAuth to ServiceNow Plugin (#2157) * Update plugin spec * Add oauth authentication * get client id instead of key * Bump version * Revert help.md * Add type annotation for BearerAuth * Blacken * Revert Dockerfile * Fix test * Add timeout * black * Fix unit tests * Blacken unit tests * Update request_helper.py * Updated help.md | Added typehints in unittests --------- Co-authored-by: igorski-r7 <[email protected]> * [PLGN-408] Insight IDR - Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert (#2175) * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Re-adding back in size and index to action, dropping version to make a multiple plugin release, adding in type hints * PLGN-408-Running black format * PLGN-408-Updating data to be of type object * PLGN-408-Updating to use f string * PLGN-408-Removing debug print * PLGN-408-Updating error var name * [PLGN-498]- Change Top Remediations id --------- Co-authored-by: SamhithaTatipalli <[email protected]> Co-authored-by: Ankita Sharma <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> Co-authored-by: llaszuk-r7 <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: Mike Rinehart <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: rbowden-r7 <[email protected]>
igorski-r7
added a commit
that referenced
this pull request
Jan 8, 2024
* 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 <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> * run black linter, fix unit tests and validators (#1857) * plgn-618 insight idr update schema (#2164) * Salesforce - Task Monitor Users: Improved logging (#2170) * [PLGN-621] Add OAuth to ServiceNow Plugin (#2157) * Update plugin spec * Add oauth authentication * get client id instead of key * Bump version * Revert help.md * Add type annotation for BearerAuth * Blacken * Revert Dockerfile * Fix test * Add timeout * black * Fix unit tests * Blacken unit tests * Update request_helper.py * Updated help.md | Added typehints in unittests --------- Co-authored-by: igorski-r7 <[email protected]> * [PLGN-408] Insight IDR - Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert (#2175) * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Re-adding back in size and index to action, dropping version to make a multiple plugin release, adding in type hints * PLGN-408-Running black format * PLGN-408-Updating data to be of type object * PLGN-408-Updating to use f string * PLGN-408-Removing debug print * PLGN-408-Updating error var name * [PLGN-498]- Change Top Remediations id --------- Co-authored-by: SamhithaTatipalli <[email protected]> Co-authored-by: Ankita Sharma <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> Co-authored-by: llaszuk-r7 <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: Mike Rinehart <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: rbowden-r7 <[email protected]>
rbowden-r7
added a commit
that referenced
this pull request
Jan 9, 2024
* 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 <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> * run black linter, fix unit tests and validators (#1857) * plgn-618 insight idr update schema (#2164) * Salesforce - Task Monitor Users: Improved logging (#2170) * [PLGN-621] Add OAuth to ServiceNow Plugin (#2157) * Update plugin spec * Add oauth authentication * get client id instead of key * Bump version * Revert help.md * Add type annotation for BearerAuth * Blacken * Revert Dockerfile * Fix test * Add timeout * black * Fix unit tests * Blacken unit tests * Update request_helper.py * Updated help.md | Added typehints in unittests --------- Co-authored-by: igorski-r7 <[email protected]> * [PLGN-408] Insight IDR - Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert (#2175) * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Re-adding back in size and index to action, dropping version to make a multiple plugin release, adding in type hints * PLGN-408-Running black format * PLGN-408-Updating data to be of type object * PLGN-408-Updating to use f string * PLGN-408-Removing debug print * PLGN-408-Updating error var name * [PLGN-498]- Change Top Remediations id --------- Co-authored-by: SamhithaTatipalli <[email protected]> Co-authored-by: Ankita Sharma <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> Co-authored-by: llaszuk-r7 <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: Mike Rinehart <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: rbowden-r7 <[email protected]>
igorski-r7
added a commit
that referenced
this pull request
Jan 15, 2024
* 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 <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> * run black linter, fix unit tests and validators (#1857) * plgn-618 insight idr update schema (#2164) * Salesforce - Task Monitor Users: Improved logging (#2170) * [PLGN-621] Add OAuth to ServiceNow Plugin (#2157) * Update plugin spec * Add oauth authentication * get client id instead of key * Bump version * Revert help.md * Add type annotation for BearerAuth * Blacken * Revert Dockerfile * Fix test * Add timeout * black * Fix unit tests * Blacken unit tests * Update request_helper.py * Updated help.md | Added typehints in unittests --------- Co-authored-by: igorski-r7 <[email protected]> * [PLGN-408] Insight IDR - Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert (#2175) * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Re-adding back in size and index to action, dropping version to make a multiple plugin release, adding in type hints * PLGN-408-Running black format * PLGN-408-Updating data to be of type object * PLGN-408-Updating to use f string * PLGN-408-Removing debug print * PLGN-408-Updating error var name * [PLGN-498]- Change Top Remediations id --------- Co-authored-by: SamhithaTatipalli <[email protected]> Co-authored-by: Ankita Sharma <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> Co-authored-by: llaszuk-r7 <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: Mike Rinehart <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: rbowden-r7 <[email protected]>
rbowden-r7
added a commit
that referenced
this pull request
Jan 15, 2024
* 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 <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> * run black linter, fix unit tests and validators (#1857) * plgn-618 insight idr update schema (#2164) * Salesforce - Task Monitor Users: Improved logging (#2170) * [PLGN-621] Add OAuth to ServiceNow Plugin (#2157) * Update plugin spec * Add oauth authentication * get client id instead of key * Bump version * Revert help.md * Add type annotation for BearerAuth * Blacken * Revert Dockerfile * Fix test * Add timeout * black * Fix unit tests * Blacken unit tests * Update request_helper.py * Updated help.md | Added typehints in unittests --------- Co-authored-by: igorski-r7 <[email protected]> * [PLGN-408] Insight IDR - Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert (#2175) * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Re-adding back in size and index to action, dropping version to make a multiple plugin release, adding in type hints * PLGN-408-Running black format * PLGN-408-Updating data to be of type object * PLGN-408-Updating to use f string * PLGN-408-Removing debug print * PLGN-408-Updating error var name * [PLGN-498]- Change Top Remediations id --------- Co-authored-by: SamhithaTatipalli <[email protected]> Co-authored-by: Ankita Sharma <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> Co-authored-by: llaszuk-r7 <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: Mike Rinehart <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: rbowden-r7 <[email protected]>
cmcnally-r7
pushed a commit
that referenced
this pull request
Jan 16, 2024
* 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 <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> * run black linter, fix unit tests and validators (#1857) * plgn-618 insight idr update schema (#2164) * Salesforce - Task Monitor Users: Improved logging (#2170) * [PLGN-621] Add OAuth to ServiceNow Plugin (#2157) * Update plugin spec * Add oauth authentication * get client id instead of key * Bump version * Revert help.md * Add type annotation for BearerAuth * Blacken * Revert Dockerfile * Fix test * Add timeout * black * Fix unit tests * Blacken unit tests * Update request_helper.py * Updated help.md | Added typehints in unittests --------- Co-authored-by: igorski-r7 <[email protected]> * [PLGN-408] Insight IDR - Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert (#2175) * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Re-adding back in size and index to action, dropping version to make a multiple plugin release, adding in type hints * PLGN-408-Running black format * PLGN-408-Updating data to be of type object * PLGN-408-Updating to use f string * PLGN-408-Removing debug print * PLGN-408-Updating error var name * [PLGN-498]- Change Top Remediations id --------- Co-authored-by: SamhithaTatipalli <[email protected]> Co-authored-by: Ankita Sharma <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> Co-authored-by: llaszuk-r7 <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: Mike Rinehart <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: rbowden-r7 <[email protected]>
cmcnally-r7
added a commit
that referenced
this pull request
Jan 16, 2024
* [PLGN-498] InsightVM Change Top Remediations id (#2194) * 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 <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> * run black linter, fix unit tests and validators (#1857) * plgn-618 insight idr update schema (#2164) * Salesforce - Task Monitor Users: Improved logging (#2170) * [PLGN-621] Add OAuth to ServiceNow Plugin (#2157) * Update plugin spec * Add oauth authentication * get client id instead of key * Bump version * Revert help.md * Add type annotation for BearerAuth * Blacken * Revert Dockerfile * Fix test * Add timeout * black * Fix unit tests * Blacken unit tests * Update request_helper.py * Updated help.md | Added typehints in unittests --------- Co-authored-by: igorski-r7 <[email protected]> * [PLGN-408] Insight IDR - Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert (#2175) * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Adding new actions for Get Alert Information, Search Alerts, Retrieve Evidence for a Single Alert and Retrieve Actors for a Single Alert * PLGN-408-Re-adding back in size and index to action, dropping version to make a multiple plugin release, adding in type hints * PLGN-408-Running black format * PLGN-408-Updating data to be of type object * PLGN-408-Updating to use f string * PLGN-408-Removing debug print * PLGN-408-Updating error var name * [PLGN-498]- Change Top Remediations id --------- Co-authored-by: SamhithaTatipalli <[email protected]> Co-authored-by: Ankita Sharma <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> Co-authored-by: llaszuk-r7 <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: Mike Rinehart <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: rbowden-r7 <[email protected]> * [PLGN-653] IVM - Scan completion update (#2195) * Spec file mapped * Update version * Latest code change * Update version to 7 * Fix help.md * Validator fixes * Update IP in helpmd * Fix inconsistency * Fix inconsistency * Add connection version * Update query * Remove connection version * Updated query * Updated comments * Black formatting * change func call to util * Fix scan id input again * Remove filter function, made it local * Remove filter function, made it local * Fix silly mistakes * Change f string to multiline * Handle key error * Add asset group id in query * Add asset group id in query * Linter * Ivm trigger updates 2 - 8.0.0 (#2213) * Add in forgotten ip address and hostname * Updated query with source hardcoded * nosec on query & move strip msft to nexpose id * New query - removed duplicates * Reinsert scan ID * Remove strip msft * Fix plugin validators * Add connection version: * Fix typo in solution id and category * Remove all inputs minus site id & new query & new output mapping * Remove all inputs minus site id & new query & new output mapping * Remove all inputs minus site id & new query & new output mapping * Update help.md * Scan id added into report payload * Update connection version * Remove unused fstring * Fix helpmd breaking validator * Add scan id to output * Add scan ID to output in trigger * Update spacing in query * Linter * Update descriptions * Return version back to 7.0.0 (#2234) * Return version back to 7.0.0 * Return connection version to 7 * Update changelog --------- Co-authored-by: Jenna Richardson <[email protected]> Co-authored-by: SamhithaTatipalli <[email protected]> Co-authored-by: Ankita Sharma <[email protected]> Co-authored-by: Rajat Upadhyaya <[email protected]> Co-authored-by: llaszuk-r7 <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: Mike Rinehart <[email protected]> Co-authored-by: igorski-r7 <[email protected]> Co-authored-by: rbowden-r7 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed Changes
Description
Describe the proposed changes:
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
In-Product Tests
If you are an InsightConnect customer or have access to an InsightConnect instance, the following in-product tests should be done:
Style
Review the style guide
USER nobody
in theDockerfile
when possiblerapid7/insightconnect-python-3-38-slim-plugin:{sdk-version-num}
andrapid7/insightconnect-python-3-38-plugin:{sdk-version-num}
insight-plugin validate
which callsicon_validate
to linthelp.md
Functional Checklist
tests/
directory created withinsight-plugin samples
tests/$action_bad.json
insight-plugin run -T tests/example.json --debug --jq
insight-plugin run -T all --debug --jq
(use PR format at end)insight-plugin run -R tests/example.json --debug --jq
insight-plugin run --debug --jq
(use PR format at end)Assessment
You must validate your work to reviewers:
insight-plugin validate
and make sure everything passesinsight-plugin run -A
. For single action validation:insight-plugin run tests/{file}.json -A
insight-plugin ... | pbcopy
) and paste the output in a new post on this PR