Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 3.86 KB

ts-defs-definitions-driverinputs.md

File metadata and controls

72 lines (43 loc) · 3.86 KB

Untitled object in Generated schema types from src/persistent-types.ts Schema

https://github.com/ossf-cve-benchmark/ossf-cve-benchmark/schemas/ts-defs.schema.json#/definitions/DriverInputs

The inputs accessible to the drivers that are executed by the run command (the inputs are provided as a JSON file, pointed to by the last commandline argument).

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Forbidden none ts-defs.schema.json*

DriverInputs Type

object (Details)

undefined Properties

Property Type Required Nullable Defined by
bcves array Required cannot be null Generated schema types from src/persistent-types.ts
config object Required cannot be null Generated schema types from src/persistent-types.ts
toolID string Required cannot be null Generated schema types from src/persistent-types.ts

bcves

The benchmark CVEs to analyze.

bcves

bcves Type

object[] (BCVE)

config

A configuration object.

config

config Type

object (Config)

toolID

The ID of the tool that is being run.

toolID

toolID Type

string