8000 Tags · rholloway/cuckoo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: rholloway/cuckoo

Tags

2.0.5.2

Toggle 2.0.5.2's commit message
fixup latest monitor symlink issue cuckoosandbox#2008 (thanks hendl d…

…oomedraven)

2.0.5.1

Toggle 2.0.5.1's commit message
revert mongodb sorting tweaks cuckoosandbox#2006

This was a good proposal by sebdg, however, it turns out that MongoDB
requires quite some (or at least, too much) memory for such sorting
rules, rendering this kind of useless on bigger'ish installations.

For what it's worth, these sorting rules were put in place so that,
after reprocessing an analysis, the latest results would be visible in
the Web Interface. Naturally the better and longterm solution will be to
completely delete any previous results. This is (still) a TODO item.

Thanks to seantree, nicpenning, and sebdg for identifying this issue and
providing a proper workaround. Keeping in mind the above the best way
forward seems to revert these changes for now, though.

2.0.5

Toggle 2.0.5's commit message
version 2.0.5

2.0.4.4

Toggle 2.0.4.4's commit message
unescape urls before submitting back to backend

Thanks to napsta, SparkyNZL, and threathive for reporting this issue.
Resolved by automagisch, but I squeezed unnecessary commits together.

2.0.4.3

Toggle 2.0.4.3's commit message
fix version comparison with sub-minor releases (thanks Luciano Martins)

Due to the new hotfix version structure, e.g., "2.0.4.3", two
distutils-based StrictVersion() checks failed to work properly, crashing
Cuckoo. This tweak normalizes sub-minor releases to their minor release
(i.e., "2.0.4.3" becomes "2.0.4" in the Cuckoo workflow).

2.0.4.2

Toggle 2.0.4.2's commit message
version 2.0.4.2 release

2.0.4

Toggle 2.0.4's commit message
version 2.0.4

2.0.4a5

Toggle 2.0.4a5's commit message
update hashes.txt for 2.0.4a4

2.0.4a3

Toggle 2.0.4a3's commit message
minor analyzer tweaks and hashes.txt inclusion

2.0.4a2

Toggle 2.0.4a2's commit message
for now depend on egghatch 0.2.1 with capstone==3.0.5rc2

We're awaiting an official capstone==3.0.5 release, but for now this
will have to do. Fixes installation issues.
0