Stefano Ortolani
Stefano Ortolani
See: https://github.com/MISP/MISP/blob/2.4/docs/background-jobs-migration-guide.md The only delta is that I had to add `--ignore-platform-reqs` when installing the composer modules (as it is done when installing the other ones).
Change-set also remove `environment=CRON_USER_ID=%(ENV_CRON_USER_ID)s` because > Subprocesses will inherit the environment of the shell used to start the supervisord program from http://supervisord.org/subprocess.html#subprocess-environment This means that both `CRON_USER_ID` and `SYNCSERVERS` are...
Used by the OCR module
Better for security and useful when using the container on non-x86 architectures (e.g. Apple M1)
If MariaDB is an option I would move to `image: mariadb:10.8.2` (tested on both x64 and arm64)
Note that namshi/smtp seems to be discontinued as per https://github.com/namshi/docker-smtp/issues/83
I am using schemahero 0.17.2 and PostgreSql and I see issues when using single column indexes that are not unique. For example, this works and creates two indexes. ``` indexes:...
**Describe the bug** Option '--url' behaves differently from '--input' with same input file **To Reproduce** ``` datamodel-codegen --input .CVE_JSON_5.0_bundled.json --input-file-type jsonschema \ --output output.py --output-model-type pydantic_v2.BaseModel ``` works, while ```...
All stix1 packages (like mixbox and others) haven't been updated for the past 4/6 years. This is an issue as newer versions of Python 3.12 have been deprecating packages (like...
I see that the `misp-module` branch is used to unpin the `validators` dependency. My understanding is because we want to make it compatible with the list of dependencies used by...