You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have the below requirements to meet using Cybeats API, and we would appreciate your support.
We attempted to approach the requirements using Cybeats API doc cybeats.api.
The requirement is still not met.
Requirement:
API to get the vulnerability count of individual application (Ex: hsdp-iam-auth), assume there are total count of 3 vulnerabilities found, and developer creates VEX for one component (Ex: spring-boot-actuator-autoconfigure is is VEX'd) then total count must reduce to 2.
Approach:
We couldn't find any direct API to get the count of vulnerability, so we preferred getting software component catalog description api (https://cybeats.readme.io/reference/get-by-software), by which we are able to filter the total count of vulnerabilities of application (Ex:hsdp-iam-auth) as below.
We VEX'd one of the components and expected total vulnerability count to reduce by 1 (i.e. Total Vulnerabilities: 10, where Critical: 0), but the count remained same (i.e. 11)
Please prioritize this and provide your assistance, your response is highly appreciated.
The text was updated successfully, but these errors were encountered:
Hi Team,
We have the below requirements to meet using Cybeats API, and we would appreciate your support.
We attempted to approach the requirements using Cybeats API doc cybeats.api.
The requirement is still not met.
Requirement:
API to get the vulnerability count of individual application (Ex: hsdp-iam-auth), assume there are total count of 3 vulnerabilities found, and developer creates VEX for one component (Ex: spring-boot-actuator-autoconfigure is is VEX'd) then total count must reduce to 2.
Approach:
We couldn't find any direct API to get the count of vulnerability, so we preferred getting software component catalog description api (https://cybeats.readme.io/reference/get-by-software), by which we are able to filter the total count of vulnerabilities of application (Ex:hsdp-iam-auth) as below.
We VEX'd one of the components and expected total vulnerability count to reduce by 1 (i.e. Total Vulnerabilities: 10, where Critical: 0), but the count remained same (i.e. 11)
Please prioritize this and provide your assistance, your response is highly appreciated.
The text was updated successfully, but these errors were encountered: