-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch the submodule version and thus the installed PeekabooAV version to 1.7.
- Loading branch information
1 parent
1e94b72
commit cfad3c1
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule PeekabooAV
updated
24 files
+35 −0 | CHANGELOG.md | |
+3 −2 | README.md | |
+0 −6 | bin/scan_file.py | |
+6 −1 | docs/source/index.rst | |
+11 −6 | peekaboo.conf.sample | |
+7 −8 | peekaboo/__init__.py | |
+6 −9 | peekaboo/config.py | |
+8 −7 | peekaboo/daemon.py | |
+28 −21 | peekaboo/db.py | |
+1 −1 | peekaboo/debug.py | |
+19 −2 | peekaboo/exceptions.py | |
+ − | peekaboo/locale/de/LC_MESSAGES/peekaboo.mo | |
+41 −27 | peekaboo/locale/de/LC_MESSAGES/peekaboo.po | |
+37 −23 | peekaboo/locale/peekaboo.pot | |
+30 −23 | peekaboo/queuing.py | |
+4 −6 | peekaboo/ruleset/__init__.py | |
+2 −3 | peekaboo/ruleset/engine.py | |
+21 −10 | peekaboo/ruleset/rules.py | |
+20 −12 | peekaboo/sample.py | |
+15 −15 | peekaboo/server.py | |
+99 −71 | peekaboo/toolbox/cuckoo.py | |
+3 −2 | peekaboo/toolbox/peekabooyar.py | |
+1 −1 | setup.py | |
+3 −15 | test.py |