How an approximate scan works
The approximate scan looks at the unresolved dependency data and estimates the resolved version based on the information available. For example, if the version is pinned then the approximate scan uses that version. If the version is not specified, then it uses the latest version. The scan generates the findings based on these approximations. False positives can occur if the actual resolved version is different from the approximated version, or if the same dependency is included in multiple places.Ignore findings from approximate scans
If you know the approximate scan is inaccurate and want to ignore the findings, add an exception policy. See create an exception policy from a template for details on how to create an exception policy. When you create the exception policy, choose the following options:- Select Custom as the policy template when you Define Exception Criteria.
- Select Yes for the Approximate Dependency option.