# `SBoM.CycloneDX.V17.Advisory`
[🔗](https://github.com/erlef/mix_sbom/blob/v0.10.0/lib/sbom/cyclonedx/v17/advisory.pb.ex#L1)

Title and location where advisory information can be obtained. An advisory is a notification of a threat to a component, service, or system.

# `t`

```elixir
@type t() :: %SBoM.CycloneDX.V17.Advisory{
  __unknown_fields__: [Protobuf.unknown_field()],
  title: String.t() | nil,
  url: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
