Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ApplicationDependency

An application dependency resource creates a vulnerability audit.

Properties

Optional applicationDependencyNodeIds

applicationDependencyNodeIds: Array<string>

List of application dependencies on which this application dependency depends, each identified by its nodeId.

Optional gav

gav: undefined | string

Group Artifact Version (GAV) identifier (Group:Artifact:Version). Example: org.graalvm.nativeimage:svm:21.1.0. "N/A" for non-maven artifacts.

nodeId

nodeId: string

Unique identifier of an application dependency, for example nodeId1. The nodeId can be generated by assigning a unique id to each application dependency in the tree of application dependencies. Every node, even those who share the same GAV, should have a different nodeId. The preferred way of constructing a nodeId is to assign incremental integers during a breadth first or depth first search. A nodeId can be reused only it refers to the same subtree of application dependencies. (This is not equivalent to referring to the same GAV, that is, a GAV can have multiple transitive dependencies.)

Optional purl

purl: undefined | string

Package URL defined in https://github.com/package-url/purl-spec, e.g. pkg:maven/org.graalvm.nativeimage/svm@21.1.0

Functions

getDeserializedJsonObj

getJsonObj