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

Allow opt-in of json analysis options #2

Open
jbremer opened this issue Jul 1, 2016 · 1 comment
Open

Allow opt-in of json analysis options #2

jbremer opened this issue Jul 1, 2016 · 1 comment

Comments

@jbremer
Copy link
Collaborator

jbremer commented Jul 1, 2016

Rather than forcing JSON or converting to JSON, allow JSON but default back to the comma-separated configuration that we've had since forever.

@Coder-Manan
Copy link

@jbremer are you referring to the following code in https://github.com/honeynet/cuckoo-droid/blob/f9f2da195869c7687624f2b34ab3b7dd4bcc811d/web/analysis/views.py?

analysis_path = os.path.join(path, "analysis.json")
    with open(analysis_path, "w") as outfile:
        report["target"].pop("file_id", None)
        json.dump({"target": report["target"]}, outfile, indent=4)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants