Vulnerability management policy logic is not aligned with no_longer_detected
logic
Summary
Vulnerability management policies don't use the same logic as no_longer_detected
, such as skipping secret detection vulnerabilities. They should use the same logic.
Potential fixes
We need to re-use no_longer_detected_ids
for both operations.