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

Velociraptor app cannot quarantine clients: Errors out due to TypeError #334

Open
DavidHoenisch opened this issue Jan 30, 2023 · 1 comment

Comments

@DavidHoenisch
Copy link

Problem

The velociraptor app errors our when executing the add_client_quarantine function (

def add_client_quarantine(self, api_config, client_id):
). This seems be caused by improper concatenation in the query string.

Exception Raised:

TypeError: can only concatenate str (not "dict") to str

Steps to reproduce

  1. Create Workflow
  2. Use velociraptor app
  3. Use the "Add Client Quarantine" action
  4. Run the flow

Screenshots

image

image

image

@weslambert
Copy link
Contributor

Thanks for bringing attention to this issue! I'll take a look soon.

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

No branches or pull requests

2 participants