Update chart data #309
Replies: 2 comments 1 reply
-
| 
         Good morning community, I would like to know how to make the graph only show vulnerabilities whose status is "open" and that the vulnerability counter does not take into account those vulnerabilities with a status of "solved".  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         Hi, You must replace those data items by your own calculation, for example: This filters out the "resolved" status. You must, however, think about how you treat "partial" or the other statuses. You can also filter for "open":  The same you can do for the sentence above the table: In the table, you can also filter for "retest_status" before printing the lines (  | 
  
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Good morning community, I would like to know how to make the graph only show vulnerabilities whose status is "open" and that the vulnerability counter does not take into account those vulnerabilities with a status of "solved".
Beta Was this translation helpful? Give feedback.
All reactions