Chris Lott

Results 109 comments of Chris Lott

Bfg is useless to me without this. I need to clean files at a specific path like "one/two/foo.out" but not "three/four/foo.out". At present Bfg simply runs amok when given a...

Where is a PID file? In our case this seems to rely on ResqueStatus which caches data in Redis. Yes I agree that there was a previous incorrect shutdown, but...

Thanks @bulletmark but my scenario is watching a configuration file published by Kubernetes from within a running container started by Kubernetes. If that file ain't there on start then nuthin'...

I see the same problem using a late-2020 version VS Code on a mac, all the deets are below. I use a virtual environment based on Py 3.6. The 100%...

Thanks @jakebailey but please help me understand. Did I post to the wrong GitHub project about this problem? Which VS Code extension is responsible for the process Microsoft.Python.LanguageServer? In my...

Good find, this bug affects us too, we just hadn't noticed: ``` mysql> select count(*) from correlations where value = ''; +----------+ | count(*) | +----------+ | 181 | +----------+...

For what it's worth, you can import STIX2 data using the web UI. But you must install the stix2 Python package on the server. Did you make sure that's installed?...

You posted about a script in the tools area, but that only seems to do a conversion, it does not upload to the MISP server, and I think you are...

@tahaconfiant if your question is answered, would please close this issue?

It might be helpful to start with a CSV file that can be consumed by examples/load_csv.py as is today, I'm surprised there isn't one yet.