mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 04:09:49 -05:00
[PR #68] [MERGED] feat: new port type + naabu + ip_to_ports transform #674
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/68
Author: @dextmorgn
Created: 11/18/2025
Status: ✅ Merged
Merged: 11/18/2025
Merged by: @dextmorgn
Base:
main← Head:feat/new-port-type📝 Commits (6)
0de5ae1feat(types): new Port typefe415abfeat(transforms): naabu tool2bd3fc8feat(transforms): ip_to_portsdb68b27feat(api): add Port type and ip_to_port transform to available itemsbcc9c7bfeat(core): add ip_to_ports to registrydd6b24cfeat(app): add new port type to app📊 Changes
11 files changed (+583 additions, -2 deletions)
View changed files
📝
flowsint-api/app/api/routes/flows.py(+13 -2)📝
flowsint-api/app/api/routes/types.py(+2 -0)➕
flowsint-app/public/icons/port.svg(+1 -0)📝
flowsint-app/src/stores/node-display-settings.ts(+5 -0)📝
flowsint-core/src/flowsint_core/core/registry.py(+2 -0)➕
flowsint-transforms/src/flowsint_transforms/ip/to_ports.py(+259 -0)➕
flowsint-transforms/src/tools/network/naabu.py(+139 -0)➕
flowsint-transforms/tests/tools/network/naabu.py(+51 -0)➕
flowsint-transforms/tests/transforms/ip/to_ports.py(+89 -0)📝
flowsint-types/src/flowsint_types/__init__.py(+2 -0)➕
flowsint-types/src/flowsint_types/port.py(+20 -0)📄 Description
Fixes #58
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.