I have the following problem:
I generate an SBOM CycloneDX (both manually and automatically) from .dll files and then use open-source tools (OST) to search for vulnerabilities.
The relevant CVEs are present in my vulnerability database (Newtonsoft.Json 10), but the scanners (in my case, Grype / Trivy) do not report any hits.
How can I get open source tools to automatically detect these existing vulnerabilities? What typical causes and debugging steps should I check?