Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[SOAR-17954] Powershell - Updating help.md and snyk vulnerabilities #2879

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/powershell/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"spec": "e59418c501cdf6fd9d342e6be37a63f3",
"spec": "a15b2dd0ccd0919cc2c72291882963d1",
"manifest": "c073e033710bb75079c46d1d9d5d5038",
"setup": "9c3f4261176735eca46c01c8fd842f72",
"schemas": [
Expand Down
6 changes: 3 additions & 3 deletions plugins/powershell/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* For local Orchestrator execution, ensure connectivity to any network resources the script will use
* For remote server execution, a PowerShell-enabled server and administrative credentials
* When adding a password for the script, try to avoid special or escape characters such as single or double quotes
* Round Robin is not supported
* Currently we do not support the use of round-robin DNS lookups
rmurray-r7 marked this conversation as resolved.
Show resolved Hide resolved

# Supported Product Versions

Expand Down Expand Up @@ -153,7 +153,7 @@ Example output:

## Troubleshooting

Round Robin is not supported
Currently we do not support the use of round-robin DNS lookups.
rmurray-r7 marked this conversation as resolved.
Show resolved Hide resolved
Copy link
Contributor

@nmccullagh-r7 nmccullagh-r7 Oct 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Currently we do not support the use of round-robin DNS lookups.

I think u need to refresh or something, not sure why this is here twice


If Auth Type is set to "None" the PowerShell script will execute locally on the Komand host.
This can also by accomplished by leaving the address field blank.
Expand Down Expand Up @@ -199,7 +199,7 @@ Invoke-Expression ((New-Object System.Net.Webclient).DownloadString('https://raw

# Version History

* 3.0.5 - Bump requirements.txt | Bump SDK to 6.1.4 | Update help.md to enforce 'Round Robin' is not supported
* 3.0.5 - Bump requirements.txt | Bump SDK to 6.1.4 | Update help.md to enforce 'round-robin' is currently not supported
* 3.0.4 - Upgrade user from `nobody` to `root` | bump SDK to 6.0.1 and switch back to `Bullseye` based SDK image
* 3.0.3 - Fix decoding error in `Execute Script` action | Update SDK | Update packages for alpine image
* 3.0.2 - Updated the SDK version to include output masking | Updated all the dependencies to the newest versions
Expand Down
6 changes: 3 additions & 3 deletions plugins/powershell/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requirements:
- "For local Orchestrator execution, ensure connectivity to any network resources the script will use"
- "For remote server execution, a PowerShell-enabled server and administrative credentials"
- "When adding a password for the script, try to avoid special or escape characters such as single or double quotes"
- "Round Robin is not supported"
- "Currently we do not support the use of round-robin DNS lookups"
sdk:
type: slim
version: 6.1.4
Expand All @@ -28,7 +28,7 @@ supported_versions: ["PowerShell 6.1.2"]
vendor: rapid7
support: community
status: []
troubleshooting: "Round Robin is not supported"
troubleshooting: "Currently we do not support the use of round-robin DNS lookups"
resources:
source_url: https://github.com/rapid7/insightconnect-plugins/tree/master/plugins/powershell
license_url: https://github.com/rapid7/insightconnect-plugins/blob/master/LICENSE
Expand All @@ -42,7 +42,7 @@ hub_tags:
keywords: [powershell, microsoft]
features: []
version_history:
- "3.0.5 - Bump requirements.txt | Bump SDK to 6.1.4 | Update help.md to enforce 'Round Robin' is not supported"
- "3.0.5 - Bump requirements.txt | Bump SDK to 6.1.4 | Update help.md to enforce 'round-robin' is currently not supported"
- "3.0.4 - Upgrade user from `nobody` to `root` | bump SDK to 6.0.1 and switch back to `Bullseye` based SDK image"
- "3.0.3 - Fix decoding error in `Execute Script` action | Update SDK | Update packages for alpine image"
- "3.0.2 - Updated the SDK version to include output masking | Updated all the dependencies to the newest versions"
Expand Down
Loading