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
To improve Presto’s security posture, we should add an automated CI step that scans only newly introduced Maven dependencies in pull requests for known CVEs, and we could prevent merges if high-severity vulnerabilities are detected.
Motivation
Prevent introducing dependencies with known security vulnerabilities into the codebase.
Provide fast feedback to contributors before code is merged.