Highlights
Auth Bypass: 2 prior fixes. Scrutinize any change in this area.
connector/src/main/scala/com/datastax/bdp/spark/DseCassandraConnectionFactory.scala: most-fixed (1 issue). Treat as high-risk during review.
0 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Auth Bypass: A failure to apply programmatic authentication configuration during driver initialization left Cassandra connections unauthenticated despite configuration efforts. Ensure all factory implementations load credentials correctly.
Auth Bypass: The session builder failed to propagate the configured authProvider to the DSE session, causing connections to bypass authentication checks.
Insecure Connection: The lack of programmatic integration for SSL configurations prevented secure, encrypted TLS/SSL connections from being established with Cassandra clusters.