cveAndLib
Examples
input CveAndLib {
cve: String!
libName: String!
libVersion: String!
}Fields
Field
Description
Supported fields
References
Fields with this object:
Last updated
Input for excluding a cve and lib.
input CveAndLib {
cve: String!
libName: String!
libVersion: String!
}cve String!
cve to exclude
libName String!
lib to exclude
libVersion String!
lib version to exclude
Last updated
