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
Scenario: For a component, say Snyk reported a vulnerability earlier. Now it is no longer vulnerable. But in DT we don't have any process to remove such vulnerability from our records, and it is being reported to users as vulnerable.
When we receive records from Snyk, we filter the records which have non-empty data and in this case, such vulnerabilities are never deleted.
Proposed Behavior
Implement cleanup of 'no longer vulnerable' vulnerabilities.
Current Behavior
Scenario: For a component, say Snyk reported a vulnerability earlier. Now it is no longer vulnerable. But in DT we don't have any process to remove such vulnerability from our records, and it is being reported to users as vulnerable.
When we receive records from Snyk, we filter the records which have non-empty
data
and in this case, such vulnerabilities are never deleted.Proposed Behavior
Implement cleanup of 'no longer vulnerable' vulnerabilities.
Checklist
The text was updated successfully, but these errors were encountered: