CactuseSecurity / firewall-orchestrator

Network Security data repository for automation, reporting and compliance of firewall rules
https://fwo.cactus.de
Apache License 2.0
31 stars 12 forks source link

modelling - db storage of networks inconsistent #2380

Open tpurschke opened 4 months ago

tpurschke commented 4 months ago

In modelling networks are stored with ip = ip_end = CIDR string (e.g. 10.0.0.0/8). Everywhere else we store networks with ip = first ip of network, ip_end = last ip of network.

Could we harmonise this?

tpurschke commented 1 month ago

Double check If this is really still the case