Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

kotlin/kotlinx.coroutines
master @ f63a04b
4
Fixes
0
CVEs
HIGH
Peak severity
66.7%
Coverage
Highlights
Dependency Vulnerability: 2 prior fixes. Scrutinize any change in this area.
gradle/wrapper/gradle-wrapper.properties: most-fixed (1 issue). Treat as high-risk during review.
3 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.

Dependency Vulnerability: Guava is a direct runtime dependency for the Guava integration module; the version was vulnerable to CVE-2020-8908 (a temporary DoS via insecure deserialization). Upgrading is essential to avoid exploitation in applications using this module.
Dependency Vulnerability: Jekyll, used to build the project's documentation site, was vulnerable to CVE-2018-17567 (directory traversal allowing arbitrary file read). While not a runtime library, a compromised docs build could leak sensitive files or serve malicious content.
Supply Chain: The Gradle wrapper distribution URL lacked integrity verification, allowing a tampered distribution to be downloaded and executed during builds. Adding a SHA-256 checksum mitigates supply-chain attacks that could inject malicious code into the build.