firepit icon indicating copy to clipboard operation
firepit copied to clipboard

Firepit - STIX Columnar Storage

Results 5 firepit issues
Sort by recently updated
recently updated
newest added

`requests` used at [raft.py](https://github.com/opencybersecurityalliance/firepit/blob/develop/firepit/raft.py#L11) seems missing in [requirement specification](https://github.com/opencybersecurityalliance/firepit/blob/develop/setup.py#L13).

bug

Reported by user on Windows. ``` File "C:\Users\redacted\pyenv\redacted\lib\site-packages\firepit\__init__.py", line 30, in get_storage raise NotImplementedError(url.scheme) NotImplementedError: c ``` I think what happened here is that a Windows path was passed in...

bug
good first issue
help wanted
hacktoberfest

While doing a [small refactoring](https://github.com/opencybersecurityalliance/kestrel-lang/pull/379) for `commands.py` in Kestrel, I find an existing unit test does not behave as I thought. The unit test: https://github.com/opencybersecurityalliance/kestrel-lang/blob/develop/tests/test_timestamped.py#L85 The huntflow to reproduce the...

Currently, the psycopg2 package is required for postgresql support. However, if you're using sqlite3, you shouldn't need to install psycopg2. Using a plugin mechanism to separate out different "back ends"...

enhancement
good first issue
help wanted

While using the firepit I face this issue: When psql container is running there is no problem I can read and write data. But when the container is down and...