Paweł Srokosz

Results 73 issues of Paweł Srokosz

We already have *some* limitation involved, but it's just hardcoded in one of nginx configurations: ``` client_max_body_size 50M; ``` https://github.com/CERT-Polska/malwarecage/blob/master/malwarefront/default.conf.template#L6 *Moved from CERT.pl internal repository. Reported originally by psrok1*

type:improvement
status:proposal
zone:backend

Endpoint `/events` which notifies about new objects/tags/elements in mwdb respecting user's workspace view (groups) and permissions. Feature is limited by fact that we're using synchronous uWSGI backend which doesn't work...

status:proposal
type:feature

**Feature Category** - [X] Correctness **Describe the problem** Some features require some fields to be configured. Add validation method that will check if required configuration is available e.g. if `enable_rate_limit`...

type:feature
zone:backend

Hi everyone! Our mwdb.cert.pl service is running mwdb-core (Malwarecage) for over 3 years keeping the API backwards compatible. Although the whole project changed a lot, that compatibility layer is constantly...

type:discussion

**Environment information** * Mquery version (from the /status page): 1.2.0 (https://github.com/CERT-Polska/mquery/commit/f5b1811ba80245eebb7841b667f1681b642f339d) * Ursadb version (from the /status page): 1.3.2+ * Installation method: - [ ] Generic docker-compose - [x] Dev...

bug

Values in "Create chunk" window are validated using original file bounds. After truncating file using hexedit functionality, Veles allows to set new chunk on deleted region. If you try to...

**Feature Category** - [ ] Correctness - [ ] User Interface / User Experience - [x] Performance - [ ] Other (please explain) **Describe the problem** After launching query, MWDB...

type:improvement
zone:frontend

**Environment information** * MWDB version (from `/about`): 2.7.0 * Installation method: - [x] mwdb.cert.pl service - [ ] From PyPi (`pip install mwdb-core`) - [ ] From docker-compose - [...

type:bug
zone:backend

**Feature Category** - [ ] Correctness - [ ] User Interface / User Experience - [ ] Performance - [x] Other (please explain) **Describe the problem** In most environments, secrets...

type:improvement
zone:backend

Support for special env vars (`KARTON_S3_ACCESS_KEY_FILE`) with path to the file containing secret value. It would be similar approach to `MinIO Custom Access and Secret Key files` described in https://docs.min.io/docs/minio-docker-quickstart-guide

improvement