mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-15 21:23:01 -05:00
[PR #172] [MERGED] Fix zip alignment mismatch, phone validation return value, and vault … #3242
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/reconurge/flowsint/pull/172
Author: @melihdaskiran
Created: 6/4/2026
Status: ✅ Merged
Merged: 6/5/2026
Merged by: @dextmorgn
Base:
main← Head:fix/zip-and-vault-bugs📝 Commits (1)
25eb3a0Fix zip alignment mismatch, phone validation return value, and vault owner_id type matching📊 Changes
10 files changed (+57 additions, -33 deletions)
View changed files
📝
flowsint-api/app/utils.py(+3 -1)📝
flowsint-core/src/flowsint_core/core/vault.py(+4 -4)📝
flowsint-core/tests/vault/test_vault.py(+1 -1)📝
flowsint-enrichers/src/flowsint_enrichers/domain/to_asn.py(+5 -2)📝
flowsint-enrichers/src/flowsint_enrichers/domain/to_ip.py(+11 -2)📝
flowsint-enrichers/src/flowsint_enrichers/email/to_gravatar.py(+7 -2)📝
flowsint-enrichers/src/flowsint_enrichers/ip/to_asn.py(+5 -2)📝
flowsint-enrichers/src/flowsint_enrichers/ip/to_fraudscore.py(+16 -15)📝
flowsint-enrichers/src/flowsint_enrichers/phone/to_infos.py(+2 -3)📝
flowsint-enrichers/src/flowsint_enrichers/utils.py(+3 -1)📄 Description
Resolves backend bugs including batch zip alignment mismatches in enrichers, phone validation return value logic, and database type warnings in the secure key vault.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.