Affected by GO-2024-3010
and 2 other vulnerabilities
GO-2024-3010: CVE-2024-6984 in github.com/juju/juju
GO-2024-3040: Juju's unprivileged user running on charm node can leak any secret or relation data accessible to the local charm in github.com/juju/juju
GO-2024-3175: Vulnerable juju introspection abstract UNIX domain socket in github.com/juju/juju
Package network provides the service for managing juju's networking aspects,
namely spaces and subnets.
Subnets are always discovered from the underlaying network (as present in
the provider), and inserted into the DB at bootstrap.
Spaces are a domain concept, and they are a grouping of subnets which allows
for easier network (and application/integrations) isolation. Spaces can also
be discovered from the underlaying provider, only available on MAAS.