google_api_web_security_scanner v0.13.0 GoogleApi.WebSecurityScanner.V1alpha.Model.OutdatedLibrary View Source

Information reported for an outdated library.

Attributes

  • learnMoreUrls (type: list(String.t), default: nil) - URLs to learn more information about the vulnerabilities in the library.
  • libraryName (type: String.t, default: nil) - The name of the outdated library.
  • version (type: String.t, default: nil) - The version number.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.WebSecurityScanner.V1alpha.Model.OutdatedLibrary{
  learnMoreUrls: [String.t()],
  libraryName: String.t(),
  version: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.