Scott McCallum
Scott McCallum
All the windows issues have been resolved in this fork: https://github.com/bagage/suplemon
Ah, that name on PyPI.org is the original unpatched version. To install bagage's version: git clone https://github.com/bagage/suplemon.git cd suplemon python setup.py install That should install the downloaded version in place...
both of those import errors are coming from optional modules, you can remove the modules or run: ``` pip install pycrypto pip install paperclip ``` if you find this frustrating...
I may be making this more complex than it needs to be. Image a single key filter= that is mapped to a single date field and, if present, only returns...
I would also add that given the focus on supply chain attacks, deploying security-focused software with large base64 encoded blobs from open source sources is becoming more complex...
Would it be possible to have a collector that runs an external command and have a JS that parses the well formatted stdout into a format digestible by artemis?