[PR #68] [MERGED] feat: new port type + naabu + ip_to_ports transform #538

Closed
opened 2026-04-19 13:08:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: feat/new-port-type


📝 Commits (6)

  • 0de5ae1 feat(types): new Port type
  • fe415ab feat(transforms): naabu tool
  • 2bd3fc8 feat(transforms): ip_to_ports
  • db68b27 feat(api): add Port type and ip_to_port transform to available items
  • bcc9c7b feat(core): add ip_to_ports to registry
  • dd6b24c feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/reconurge/flowsint/pull/68 **Author:** [@dextmorgn](https://github.com/dextmorgn) **Created:** 11/18/2025 **Status:** ✅ Merged **Merged:** 11/18/2025 **Merged by:** [@dextmorgn](https://github.com/dextmorgn) **Base:** `main` ← **Head:** `feat/new-port-type` --- ### 📝 Commits (6) - [`0de5ae1`](https://github.com/reconurge/flowsint/commit/0de5ae1b362945726a57b7c45237b22eb053a601) feat(types): new Port type - [`fe415ab`](https://github.com/reconurge/flowsint/commit/fe415ab9a31d0d145f7bb7c74a4f183b4439db6e) feat(transforms): naabu tool - [`2bd3fc8`](https://github.com/reconurge/flowsint/commit/2bd3fc8e89274a7a67c1ce754bed11aebb77031c) feat(transforms): ip_to_ports - [`db68b27`](https://github.com/reconurge/flowsint/commit/db68b272d0b72e084afb26764fccfcb02e79eda2) feat(api): add Port type and ip_to_port transform to available items - [`bcc9c7b`](https://github.com/reconurge/flowsint/commit/bcc9c7b36ec49abddbf53cb8b867fe3dee36e157) feat(core): add ip_to_ports to registry - [`dd6b24c`](https://github.com/reconurge/flowsint/commit/dd6b24cbd6f0cd94fdb12c5beb6dcd76190c5e63) feat(app): add new port type to app ### 📊 Changes **11 files changed** (+583 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fixes #58 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-19 13:08:52 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#538