object SecurityAdvisory
- Source
- Client.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SecurityAdvisory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def databaseId: SelectionBuilder[SecurityAdvisory, Option[Int]]
Identifies the primary key from the database.
- def description: SelectionBuilder[SecurityAdvisory, String]
This is a long plaintext description of the advisory
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def ghsaId: SelectionBuilder[SecurityAdvisory, String]
The GitHub Security Advisory ID
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: SelectionBuilder[SecurityAdvisory, String]
- def identifiers[A](innerSelection: SelectionBuilder[SecurityAdvisoryIdentifier, A]): SelectionBuilder[SecurityAdvisory, List[A]]
A list of identifiers for this advisory
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def origin: SelectionBuilder[SecurityAdvisory, String]
The organization that originated the advisory
- def permalink: SelectionBuilder[SecurityAdvisory, Option[URI]]
The permalink for the advisory
- def publishedAt: SelectionBuilder[SecurityAdvisory, DateTime]
When the advisory was published
- def references[A](innerSelection: SelectionBuilder[SecurityAdvisoryReference, A]): SelectionBuilder[SecurityAdvisory, List[A]]
A list of references for this advisory
- def severity: SelectionBuilder[SecurityAdvisory, SecurityAdvisorySeverity]
The severity of the advisory
- def summary: SelectionBuilder[SecurityAdvisory, String]
A short plaintext summary of the advisory
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatedAt: SelectionBuilder[SecurityAdvisory, DateTime]
When the advisory was last updated
- def vulnerabilities[A](after: Option[String] = None, before: Option[String] = None, ecosystem: Option[SecurityAdvisoryEcosystem] = None, first: Option[Int] = None, last: Option[Int] = None, orderBy: Option[SecurityVulnerabilityOrder] = None, package: Option[String] = None, severities: Option[List[SecurityAdvisorySeverity]] = None)(innerSelection: SelectionBuilder[SecurityVulnerabilityConnection, A]): SelectionBuilder[SecurityAdvisory, A]
Vulnerabilities associated with this Advisory
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withdrawnAt: SelectionBuilder[SecurityAdvisory, Option[DateTime]]
When the advisory was withdrawn, if it has been withdrawn
Caliban GitHub GraphQL API Client
Links: