Paweł Srokosz
Paweł Srokosz
Hello! Yes, you can migrate disk storage to S3 without changing anything in the database. If you have some live feeds connected to MWDB, I would recommend the following procedure:...
Hello! > How well does the MWDB perform when storing large numbers of samples (up to millions)? Has it been used in this way before? Of course, it's a backend...
I did some benchmarks with BYTEA hashes and I don't think it's worth it. - our database has 26 million of objects (mostly samples) - before conversion: 17GB on table...
@yelhamer I don't see anything that may be wrong with these imports: `__init__.py` are there, there are no cyclic imports and in my case they look to resolve fine. The...
I see we have conflicts in CI because drakvuf-sandbox package is installed system-wide and conflicts with some Debian packages. I'm trying to switch to separate venv environment with ~~pipx~~ virtualenv:...
Code LGTM, I'm going to make some manual tests before merging
I see serious issue with current implementation: ``` ERROR:drakrun.postprocess:build_report failed with uncaught exception Traceback (most recent call last): File "/opt/venv/lib/python3.9/site-packages/drakrun/postprocess.py", line 38, in postprocess_analysis plugin_metadata = plugin.function(analysis_dir) File "/opt/venv/lib/python3.9/site-packages/drakrun/lib/postprocessing/generate_report.py", line...
Hi! Do you have any errors in logs from `/var/log/xen` directory that are ending with `vm-0.log`?
I'm closing this one as stale, I guess it is tracked in some other issue in https://github.com/tklengyel/drakvuf/issues repo.
Hi! > We need to enable user registration on the mwdb-core service otherwise a new user that logs in via OIDC cannot access the application. That sounds like a bug....