django-DefectDojo
django-DefectDojo copied to clipboard
Add IP ranges as an endpoint
When I'm creating a new endpoint, I would like to be able to create an IP range. For example when creating the endpoint 10.10.10.0/24, the endpoint generated is the IP address 10.10.10.0. It is missing all the other IP adresses.
I would like to be able to create the endpoint 10.10.10.0/24 and have all the adresses from 10.10.10.1 to 10.10.10.254 automatically generated.
Kind regards