Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/honeynet/cuckooml
Browse files Browse the repository at this point in the history
  • Loading branch information
greninja committed Dec 28, 2016
2 parents f12cc8d + 1c793b5 commit 226ee8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cuckoo/common/virustotal.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from lib.cuckoo.common.exceptions import CuckooOperationalError
from lib.cuckoo.common.objects import File
from modules.cuckooml.cuckooml import Instance
from modules.processing.cuckooml import Instance

class VirusTotalResourceNotScanned(CuckooOperationalError):
"""This resource has not been scanned yet."""
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ beautifulsoup4==4.4.1
cffi==1.2.1
chardet==2.3.0
cryptography==1.0
cython==0.25.2
Django==1.8.4
dpkt==1.8.6.2
ecdsa==0.13
Expand Down

0 comments on commit 226ee8e

Please sign in to comment.