-
released this
2026-07-01 03:50:59 -05:00 | 0 commits to main since this release📅 Originally published on GitHub: Wed, 01 Jul 2026 15:15:20 GMT
🏷️ Git tag created: Wed, 01 Jul 2026 08:50:59 GMTWhat's Changed
- fix(ui): remove frontend debug console logs by @Ghraven in https://github.com/reconurge/flowsint/pull/188
- fix: read YAML templates as UTF-8 by @Ghraven in https://github.com/reconurge/flowsint/pull/190
- feat: export selected graph nodes as JSON by @Ghraven in https://github.com/reconurge/flowsint/pull/189
- fix: "exec /docker-entrypoint.sh: exec format error" in flowsint-app by @localzet in https://github.com/reconurge/flowsint/pull/187
- feat(types): detect MD5/SHA1/SHA256 file hashes on import by @rachit367 in https://github.com/reconurge/flowsint/pull/185
- feat(custom types): added category to custom types for organization by @zurtix in https://github.com/reconurge/flowsint/pull/181
- feat(types,enrichers): add Technology type and tech_detect transformer by @rachit367 in https://github.com/reconurge/flowsint/pull/183
- feat(enrichers): add domain_to_dns enricher using dnsx by @rachit367 in https://github.com/reconurge/flowsint/pull/182
- fix(security): Host-header allowlist + restore dropped security headers by @aaronjmars in https://github.com/reconurge/flowsint/pull/178
- fix(core): use aware UTC timestamps by @Ghraven in https://github.com/reconurge/flowsint/pull/193
- fix: use aware timestamp for fraud score updates by @Ghraven in https://github.com/reconurge/flowsint/pull/191
New Contributors
- @localzet made their first contribution in https://github.com/reconurge/flowsint/pull/187
- @rachit367 made their first contribution in https://github.com/reconurge/flowsint/pull/185
- @zurtix made their first contribution in https://github.com/reconurge/flowsint/pull/181
- @aaronjmars made their first contribution in https://github.com/reconurge/flowsint/pull/178
Full Changelog: https://github.com/reconurge/flowsint/compare/v1.2.10...v1.2.11
Downloads
-
released this
2026-06-05 08:47:32 -05:00 | 33 commits to main since this release📅 Originally published on GitHub: Fri, 05 Jun 2026 13:48:21 GMT
🏷️ Git tag created: Fri, 05 Jun 2026 13:47:32 GMTWhat's Changed
- fix: read social enricher outputs as utf-8 by @Ghraven in https://github.com/reconurge/flowsint/pull/150
- Use timezone-aware UTC timestamps in core services by @Ghraven in https://github.com/reconurge/flowsint/pull/149
- fix: use aware timestamp for investigation updates by @Ghraven in https://github.com/reconurge/flowsint/pull/155
- fix(sse): auth header by @dextmorgn in https://github.com/reconurge/flowsint/pull/165
- fix(import): preserve apostrophes in valid JSON imports by @Mubashirrrr in https://github.com/reconurge/flowsint/pull/163
- Fix zip alignment mismatch, phone validation return value, and vault … by @melihdaskiran in https://github.com/reconurge/flowsint/pull/172
- fix(deps): upgrade Python dependencies to patch 27 known vulnerabilities by @dextmorgn in https://github.com/reconurge/flowsint/pull/174
- fix(deploy): serve prod from pre-built images by @dextmorgn in https://github.com/reconurge/flowsint/pull/175
- ci: run python tests on pull requests and main by @dextmorgn in https://github.com/reconurge/flowsint/pull/176
New Contributors
- @Ghraven made their first contribution in https://github.com/reconurge/flowsint/pull/150
- @Mubashirrrr made their first contribution in https://github.com/reconurge/flowsint/pull/163
- @melihdaskiran made their first contribution in https://github.com/reconurge/flowsint/pull/172
Full Changelog: https://github.com/reconurge/flowsint/compare/v1.2.9...v1.2.10
Downloads
-
released this
2026-05-31 07:53:34 -05:00 | 65 commits to main since this release📅 Originally published on GitHub: Sun, 31 May 2026 12:57:28 GMT
🏷️ Git tag created: Sun, 31 May 2026 12:53:34 GMTWhat's Changed
- fix: replace celery container's inherited curl-based healthcheck by @harmsolo13 in https://github.com/reconurge/flowsint/pull/142
- Release of my collection of Flowsint enrichers by @z3rodaycve in https://github.com/reconurge/flowsint/pull/138
- fix: security issues by @dextmorgn in https://github.com/reconurge/flowsint/pull/148
New Contributors
- @harmsolo13 made their first contribution in https://github.com/reconurge/flowsint/pull/142
Full Changelog: https://github.com/reconurge/flowsint/compare/v1.2.8...v1.2.9
Downloads
-
released this
2026-04-11 08:20:07 -05:00 | 83 commits to main since this release📅 Originally published on GitHub: Sat, 11 Apr 2026 13:33:07 GMT
🏷️ Git tag created: Sat, 11 Apr 2026 13:20:07 GMTWhat's Changed
- Support for basic RBAC
- Update README with support badges by @dextmorgn in https://github.com/reconurge/flowsint/pull/131
- feat(app): Added 'tags-input'. Changed the text input for aliases in details panel by @hillw3318-ui in https://github.com/reconurge/flowsint/pull/128
- HudsonRock Integration Enrichers for Infostealer related data by @z3rodaycve in https://github.com/reconurge/flowsint/pull/129
- Feat/rbac by @dextmorgn in https://github.com/reconurge/flowsint/pull/136
New Contributors
- @hillw3318-ui made their first contribution in https://github.com/reconurge/flowsint/pull/128
- @z3rodaycve made their first contribution in https://github.com/reconurge/flowsint/pull/129
Full Changelog: https://github.com/reconurge/flowsint/compare/v1.2.7...v1.2.8
Downloads
-
released this
2026-03-15 07:34:34 -05:00 | 116 commits to main since this release📅 Originally published on GitHub: Sun, 15 Mar 2026 14:28:35 GMT
🏷️ Git tag created: Sun, 15 Mar 2026 12:34:34 GMTNew sketch features
- You can now double click on the sketch canva to add a new item rapidly. A detection happens in real time depending on the input.
- You can now easily create relations between items by holding
alt(oroptionon mac) then dragging from one node to another
What's Changed
- Feat/repositories by @dextmorgn in https://github.com/reconurge/flowsint/pull/119
- Feat/enricher templates by @dextmorgn in https://github.com/reconurge/flowsint/pull/122
- Fix/custom types by @dextmorgn in https://github.com/reconurge/flowsint/pull/123
- feat(core): Soft delete by @gustavorps in https://github.com/reconurge/flowsint/pull/125
- fix(api): Better support to reverse proxy deploy by @gustavorps in https://github.com/reconurge/flowsint/pull/126
New Contributors
- @gustavorps made their first contribution in https://github.com/reconurge/flowsint/pull/125
Full Changelog: https://github.com/reconurge/flowsint/compare/v1.2.6...v1.2.7
Downloads
-
released this
2026-02-05 15:41:18 -06:00 | 190 commits to main since this release📅 Originally published on GitHub: Thu, 05 Feb 2026 21:59:44 GMT
🏷️ Git tag created: Thu, 05 Feb 2026 21:41:18 GMTUse of services for proper business logic.
What's Changed
- fix(enricher): graceful handling of invalid phone/email in website_to_crawler by @AlexanderLueftl in https://github.com/reconurge/flowsint/pull/113
- Upgrade GitHub Actions for Node 24 compatibility by @salmanmkc in https://github.com/reconurge/flowsint/pull/114
- Upgrade GitHub Actions to latest versions by @salmanmkc in https://github.com/reconurge/flowsint/pull/115
- feat/refactor services by @dextmorgn in https://github.com/reconurge/flowsint/pull/117
New Contributors
- @AlexanderLueftl made their first contribution in https://github.com/reconurge/flowsint/pull/113
- @salmanmkc made their first contribution in https://github.com/reconurge/flowsint/pull/114
Full Changelog: https://github.com/reconurge/flowsint/compare/v1.2.5...v1.2.6
Downloads
-
released this
2026-01-25 16:39:19 -06:00 | 202 commits to main since this release📅 Originally published on GitHub: Sun, 25 Jan 2026 22:44:22 GMT
🏷️ Git tag created: Sun, 25 Jan 2026 22:39:19 GMTfix(ci): only upload Trivy SARIF when scan succeeds
Full Changelog: https://github.com/reconurge/flowsint/compare/v1.2.4...v1.2.5
Downloads
-
released this
2026-01-25 14:13:01 -06:00 | 203 commits to main since this release📅 Originally published on GitHub: Sun, 25 Jan 2026 20:22:11 GMT
🏷️ Git tag created: Sun, 25 Jan 2026 20:13:01 GMT- Minify docker images (up to 90% downsize).
- Fix mentionlist in analysis editor, that was using deprecated attributes
What's Changed
- feat(chore): update deploy components by @dextmorgn in https://github.com/reconurge/flowsint/pull/112
Full Changelog: https://github.com/reconurge/flowsint/compare/v1.2.3...v1.2.4
Downloads
-
released this
2026-01-25 09:19:28 -06:00 | 206 commits to main since this release📅 Originally published on GitHub: Sun, 25 Jan 2026 15:23:23 GMT
🏷️ Git tag created: Sun, 25 Jan 2026 15:19:28 GMTmigrate from AGPL-3.0 to Apache License 2.0.
Downloads
-
released this
2026-01-25 09:02:07 -06:00 | 207 commits to main since this release📅 Originally published on GitHub: Sun, 25 Jan 2026 15:02:52 GMT
🏷️ Git tag created: Sun, 25 Jan 2026 15:02:07 GMTremove not ready feature (create on paste)
Downloads
mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-12 17:12:31 -05:00