44 Commits

Author SHA1 Message Date
Volodymyr Smirnov
b68c285ce5 finished unit tests and docstrings 2020-10-29 16:09:56 +02:00
Volodymyr Smirnov
b2902c128a unit tests for API (99% coverage) 2020-10-29 12:17:09 +02:00
Volodymyr Smirnov
7f2528eb1d get rid of the demo URL because it does not fit free tier of any cloud provider and there's little sense in churning money for running it publicly 2020-10-28 15:27:56 +02:00
Volodymyr Smirnov
a3b4373226 fix issues URL 2020-10-28 14:38:21 +02:00
Volodymyr Smirnov
aba77c8f00 Merge branch 'readme' into master 2020-10-28 14:37:11 +02:00
Volodymyr Smirnov
c9bddc34b8
Merge pull request #15 from mindcollapse/readme
README.md
2020-10-28 14:32:45 +02:00
Volodymyr Smirnov
412c2c945f add plans section and sign it off for the PR 2020-10-28 14:28:01 +02:00
Volodymyr Smirnov
eaca5c054c and > or 2020-10-28 14:24:56 +02:00
Volodymyr Smirnov
850cd2847a complete README.md proofread 2020-10-28 14:23:43 +02:00
Volodymyr Smirnov
c6b9c8e79b crop black area from gif 2020-10-28 14:08:24 +02:00
Volodymyr Smirnov
202b9dec0b get rid of [TOC] 2020-10-28 14:04:44 +02:00
Volodymyr Smirnov
a7403c0e65 tweak README.md, getting it ready for the spell-check. 2020-10-28 14:00:04 +02:00
Volodymyr Smirnov
431ce64826 initial version of LICENSE and README.md 2020-10-28 13:54:43 +02:00
Volodymyr Smirnov
38193f1735 testing all available scan backends and adding gif for readme 2020-10-28 10:15:23 +02:00
Volodymyr Smirnov
9afbabfb4d throw on exceeding timeout 2020-10-28 08:32:19 +02:00
Volodymyr Smirnov
3a57427135
Merge pull request #14 from mindcollapse/scan-time
Duration of scan
2020-10-27 21:42:10 +02:00
Volodymyr Smirnov
b3fc7ff2d9 duration of scan 2020-10-27 21:40:34 +02:00
Volodymyr Smirnov
2a933ebe6b
Merge pull request #7 from mindcollapse/ui
Basic UI for the MalwareMultiScan
2020-10-27 20:28:13 +02:00
Volodymyr Smirnov
263db8ec83 speed-up clamav scan by using clamav-daemon 2020-10-27 20:18:29 +02:00
Volodymyr Smirnov
ce353a42dc disable SSR and make few more tweaks 2020-10-27 20:05:24 +02:00
Volodymyr Smirnov
931db11b6e completed the UI and docker-compose.yaml basic app 2020-10-27 19:26:16 +02:00
Volodymyr Smirnov
61224d5cb5 finished the first version of UI, refactoring and facelifts are pending 2020-10-27 13:15:48 +02:00
Volodymyr Smirnov
e56f95e3a6 basic ui development, WIP 2020-10-27 09:57:39 +02:00
Volodymyr Smirnov
67606c6e4b add run configuration for development 2020-10-26 21:54:36 +02:00
Volodymyr Smirnov
fd5c8bdbad initial UI commit 2020-10-26 21:49:13 +02:00
Volodymyr Smirnov
86a05e88d3 add run configurations 2020-10-26 21:46:32 +02:00
Volodymyr Smirnov
d7bf6e1dd0
Merge pull request #6 from mindcollapse/api
API for MalwareMultiScan
2020-10-26 21:27:54 +02:00
Volodymyr Smirnov
62cdcdbb49 finalize refactoring & ready for the PR 2020-10-26 21:24:40 +02:00
Volodymyr Smirnov
14c9c26979 refactoring, documentation pending 2020-10-26 17:06:29 +02:00
Volodymyr Smirnov
29156b7f10 change the communication protocol to RMQ 2020-10-26 16:20:47 +02:00
Volodymyr Smirnov
b6c3cb4131 basic skeleton for the API and queueing 2020-10-25 16:11:36 +02:00
Volodymyr Smirnov
96695664e0 basic structure and initial scan request service 2020-10-23 11:11:19 +03:00
Volodymyr Smirnov
46d696cdb1 initial commit for API 2020-10-22 22:20:21 +03:00
Volodymyr Smirnov
ed674e7f87 basic docker-compose.yaml 2020-10-22 21:55:40 +03:00
Volodymyr Smirnov
22ef94f527 add sophos and mcafee scan backend 2020-10-22 21:27:16 +03:00
Volodymyr Smirnov
e8f104168f add sophos and mcafee scan backend 2020-10-22 21:27:06 +03:00
Volodymyr Smirnov
ad54620995 add comodo scan backend 2020-10-22 19:53:13 +03:00
Volodymyr Smirnov
5e7bd98a10 add KES.Dockerfile launch profile 2020-10-22 14:16:39 +03:00
Volodymyr Smirnov
45c86b8467 kaspersky endpoint security scan backend 2020-10-22 14:15:27 +03:00
Volodymyr Smirnov
46974066a4 throw on non zero exit code from workers 2020-10-22 09:28:28 +03:00
Volodymyr Smirnov
d4703df14d dr.web scanning backend 2020-10-21 17:33:58 +03:00
Volodymyr Smirnov
89515efd5d store id instead of name withing scanning backends 2020-10-20 17:10:13 +03:00
Volodymyr Smirnov
b1a2357b50 refactoring and adding clamav scanning backend 2020-10-20 17:08:40 +03:00
Volodymyr Smirnov
7e63c77419 initial commit of a worker skeleton 2020-10-20 16:20:38 +03:00