guptas6est opened a new pull request, #551: URL: https://github.com/apache/creadur-rat/pull/551
**Summary** This PR overrides the version of **Guava** to **33.5.0-jre** to address security vulnerabilities identified in older transitive dependencies. **Details** **Guava** is pulled in transitively via the following dependency chain: <img width="1602" height="321" alt="image" src="https://github.com/user-attachments/assets/72694603-c492-4bb8-9752-ed2f71af9426" /> The older 30.1-jre version is affected by the following CVEs: - CVE-2023-2976 : Temporary file creation vulnerability - CVE-2020-8908 : Local information disclosure via insecure file permissions To mitigate these issues, this PR explicitly overrides Guava’s version to 33.5.0-jre, which resolves the conflict and ensures all modules consistently use the secure version. **Verification** Run **mvn dependency:tree -Dverbose** to confirm the override is effective. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
