object SecurityVulnerability
- Source
- Client.scala
- Alphabetic
- By Inheritance
- SecurityVulnerability
- AnyRef
- Any
- Hide All
- Show All
- 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
- def advisory[A](innerSelection: SelectionBuilder[SecurityAdvisory, A]): SelectionBuilder[SecurityVulnerability, A]
The Advisory associated with this Vulnerability
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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])
- def firstPatchedVersion[A](innerSelection: SelectionBuilder[SecurityAdvisoryPackageVersion, A]): SelectionBuilder[SecurityVulnerability, Option[A]]
The first version containing a fix for the vulnerability
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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 package[A](innerSelection: SelectionBuilder[SecurityAdvisoryPackage, A]): SelectionBuilder[SecurityVulnerability, A]
A description of the vulnerable package
- def severity: SelectionBuilder[SecurityVulnerability, SecurityAdvisorySeverity]
The severity of the vulnerability within this package
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updatedAt: SelectionBuilder[SecurityVulnerability, DateTime]
When the vulnerability was last updated
- def vulnerableVersionRange: SelectionBuilder[SecurityVulnerability, String]
A string that describes the vulnerable package versions.
A string that describes the vulnerable package versions. This string follows a basic syntax with a few forms. +
= 0.2.0
denotes a single vulnerable version. +<= 1.0.8
denotes a version range up to and including the specified version +< 0.1.11
denotes a version range up to, but excluding, the specified version +>= 4.3.0, < 4.3.5
denotes a version range with a known minimum and maximum version. +>= 0.0.1
denotes a version range with a known minimum, but no known maximum - 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()
Caliban GitHub GraphQL API Client
Links: