InQuest / ThreatIngestor

Extract and aggregate threat intelligence.
https://inquest.readthedocs.io/projects/threatingestor/
GNU General Public License v2.0
832 stars 135 forks source link

v1.0.0-beta9 #119

Closed battleoverflow closed 1 year ago

battleoverflow commented 1 year ago

v1.0.0b9 (1.0.0-beta9) Release

Below are the new features, bug fixes, and/or improvements to the ThreatIngestor repository.

Changelog

Bug fix for GitHub configuration. Now allows the user to select a specific number of days since the creation date (num_of_days in config.yml) when searching for a repository. Issue: https://github.com/InQuest/ThreatIngestor/issues/113 Solution: https://github.com/InQuest/ThreatIngestor/pull/115

Added GitHub workflow for running tests when a new commit is pushed. Also includes a Docker build for running in a containerized environment. Solution: https://github.com/InQuest/ThreatIngestor/pull/115

New ingestion stream included. Users can now run a search against GitHub gists, searching by username. Issue: https://github.com/InQuest/ThreatIngestor/issues/88 Solution: https://github.com/InQuest/ThreatIngestor/pull/117

Bug fix for retweeted bodies not being properly ingested. Now when collecting artifacts, the retweet body should be included. Issue: https://github.com/InQuest/ThreatIngestor/issues/114 Solution: https://github.com/InQuest/ThreatIngestor/pull/118