Support multiple IPs and MACs per host and Docker container in database schema #43
karam-ajaj
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Idea
Currently, the database schema for hosts and Docker containers assumes each entity has a single IP and MAC address. However, in real-world scenarios:
Proposal:
Motivation
Implementation Outline
hosts
anddocker_hosts
tables to allow multiple IPs and MACs per row (e.g., via a new table or array/blob column)./hosts
and related endpoints to return arrays of IPs/MACs.This will be a significant change and may require updates across Go scanning logic, React UI, and database migration scripts.
Related idea: Deepscan with hardcoded ip network
Feel free to add design notes, database migration plans, or proposed schema sketches in comments below.
Beta Was this translation helpful? Give feedback.
All reactions