Skip to content

[enhancement]: Dependency / CVE awareness tied to findings #29

Description

@vianbas

What's missing or awkward today?

sprig only detects security misconfiguration (source/config patterns). It has no visibility into whether the project's actual dependency versions carry known CVEs, even though that's often reported alongside misconfiguration findings by similar tools.

Proposed change

Cross-reference the scanned project's resolved dependency versions (starting with Maven, via pom.xml) against a CVE feed (e.g. OSV.dev API) and surface matches as findings alongside sprig's own rules. Roadmap item from README; needs a decision on data source and whether this belongs in sprig itself vs. staying a job for Dependabot/OSV-Scanner run alongside it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImprovement to something that already exists

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions