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
const (
// Alive indicates that some entity is meant to exist. Alive Value = "alive"
// Dying indicates that some entity should be removed. Dying Value = "dying"
// Dead indicates that some entity is no longer useful,// and can be destroyed unconditionally.
Dead Value = "dead"
)