We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Name of the app SOAR Connector for Netskope.
Describe the bug Update URL list no longer works due to validation issue.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen. The update should be successfully pushed.
Screenshots If applicable, add screenshots to help explain your problem.
Splunk SOAR Version (please complete the following information):
Additional context Add any other context about the problem here.
If I replace line 1368 in netskope_connector.py with list_type = 'exact', the issue is resolved but obviously that's hardcoding
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Name of the app
SOAR Connector for Netskope.
Describe the bug
Update URL list no longer works due to validation issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
The update should be successfully pushed.
Screenshots
If applicable, add screenshots to help explain your problem.
Splunk SOAR Version (please complete the following information):
Additional context
Add any other context about the problem here.
If I replace line 1368 in netskope_connector.py with
list_type = 'exact', the issue is resolved but obviously that's hardcoding
The text was updated successfully, but these errors were encountered: