Thomas Chopitea

Results 108 comments of Thomas Chopitea

I don't think anyone is working on this at the moment. If you're going to follow the dockerization approach, I would suggest having a higher-level discussion on how to "configure"...

Yeah, this is a pain. Also for TBB, I considered migrating the whole thing to FastAPI: https://fastapi.tiangolo.com/

If you ever experience this behavior again, please reopen this issue and paste the HTTP request / response headers that you get - will be very helpful for debugging. Thanks!...

Hey @mikewiacek, thanks for digging into this, and great catch! I read through flask-login's [documentation](https://flask-login.readthedocs.io/en/latest/#session-protection) and it seems that this is related to the session protection somehow. After some digging,...

> aggregation which rules matched how often From a UX perspective, I would just plainly say "which rules have hits in our sketch" > create a view to filter after...

Since these are pure UI components, it's a little tricky to achieve without having to rebuild the UI (I think). But I'll keep it in mind! The most straightforward way...

I've separated the hardcoded IOCTypes into their own JavaScript file here: https://github.com/google/timesketch/pull/2123. Still, the UI will need to be rebuilt if these change.

`Add to intelligence` is not meant to be clickable, but an indicator of what that dialogue box is for. You should use the blue `Add` button to add intelligence to...

Pure-python parser for WMI databases: https://github.com/fireeye/flare-wmi/tree/master/python-cim

FWIW, I tried ``` from google.api_core.timeout import ConstantTimeout # ... self.publisher.create_topic(self.topic_path, timeout=ConstantTimeout(timeout=10)) ``` And that didn't change the behavior