Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Passuses_https_proxy_in_sandbox to process_signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-kevin committed Aug 28, 2023
1 parent 91c6822 commit 17ac42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuckoo/cuckoo_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def generate_al_result(
target_filename = target_file.get("name", "missing_name")
is_process_martian = process_signatures(
sigs, al_result, validated_random_ip_range, target_filename, process_map, info["id"],
safelist, so, nolookup_comms)
safelist, so, nolookup_comms, uses_https_proxy_in_sandbox)

build_process_tree(al_result, is_process_martian, so)

Expand Down

0 comments on commit 17ac42f

Please sign in to comment.