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

fix case id, error if type is not guessed #894

Merged
merged 1 commit into from Nov 11, 2020
Merged

Conversation

dadokkio
Copy link
Contributor

Some fixes to virustotal download reponder.
If the type was not guessed properly it returned error, now keep the original hash as filename.
The case id was taken from case_id = self.get_param('data._parent') but that was None since the original input don't have that parameter. Now is taken from case_id = self.get_param("data.case._id")

Input eg:
image

Output eg:
image

@hariomenkel , since you wrote original code can you please check if everything is ok? thanks

@dadokkio dadokkio merged commit 3a7dbfc into develop Nov 11, 2020
@dadokkio dadokkio deleted the feature/vtdown_fix branch February 1, 2021 17:36
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.

None yet

1 participant