mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 04:09:49 -05:00
[PR #6] [MERGED] feat: proper types #17
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/6
Author: @dextmorgn
Created: 4/25/2025
Status: ✅ Merged
Merged: 4/25/2025
Merged by: @dextmorgn
Base:
main← Head:feat/shared-types📝 Commits (1)
d7e27a4feat: proper types📊 Changes
75 files changed (+2016 additions, -1290 deletions)
View changed files
📝
backend/supabase/migrations/20250412163409_remote_schema.sql(+40 -40)📝
flowsint-api/app/core/celery.py(+2 -2)📝
flowsint-api/app/main.py(+36 -8)➖
flowsint-api/app/models/types.py(+0 -92)📝
flowsint-api/app/scanners/base.py(+0 -13)➖
flowsint-api/app/scanners/domains/domain_infos.py(+0 -97)➕
flowsint-api/app/scanners/domains/resolve.py(+53 -0)➕
flowsint-api/app/scanners/domains/subdomains.py(+72 -0)➕
flowsint-api/app/scanners/domains/whois.py(+75 -0)📝
flowsint-api/app/scanners/emails/ghunt.py(+1 -4)➕
flowsint-api/app/scanners/ips/reverse_resolve.py(+53 -0)📝
flowsint-api/app/scanners/leaks/hibp.py(+1 -1)📝
flowsint-api/app/scanners/orchestrator.py(+23 -13)📝
flowsint-api/app/scanners/phones/ignorant.py(+9 -9)📝
flowsint-api/app/scanners/registry.py(+9 -16)📝
flowsint-api/app/types/__init__.py(+0 -0)➕
flowsint-api/app/types/address.py(+12 -0)➕
flowsint-api/app/types/domain.py(+15 -0)➕
flowsint-api/app/types/email.py(+4 -0)➕
flowsint-api/app/types/individual.py(+9 -0)...and 55 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.