OBJECT
ArtifactVulnerabilityEntityCountWithTime
Vulnerability count over time
link GraphQL Schema definition
- type ArtifactVulnerabilityEntityCountWithTime {
- # Vulnerability count by severity
- # if overtime count is requested for a single CVE, there will be a single entry in
- # countBySeverity
- ArtifactVulnerabilityEntityCountBySeverity!]! : [
- # Timestamp for this instance
- Date! :
- # Total counts of vulnerability
- Int! :
- }