Skip to content

Fix: Update Vulnerabilities - #93

Merged
Matt (matt-evervault) merged 5 commits into
mainfrom
fix/update-vulnerabilities
Feb 6, 2026
Merged

Fix: Update Vulnerabilities#93
Matt (matt-evervault) merged 5 commits into
mainfrom
fix/update-vulnerabilities

Conversation

@matt-evervault

@matt-evervault Matt (matt-evervault) commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

Fixes the open security warnings raised by dependabot by manually forcing versions or updating.

@matt-evervault Matt (matt-evervault) self-assigned this Feb 4, 2026
@changeset-bot

changeset-bot Bot commented Feb 4, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 18000f0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
evervault-android Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@matt-evervault
Matt (matt-evervault) marked this pull request as ready for review February 5, 2026 15:57
Comment thread evervault-enclaves/build.gradle.kts
@matt-evervault
Matt (matt-evervault) merged commit 27c568f into main Feb 6, 2026
7 checks passed
@matt-evervault
Matt (matt-evervault) deleted the fix/update-vulnerabilities branch February 6, 2026 09:28
Josh Pensky (joshpensky) added a commit that referenced this pull request Jul 3, 2026
* Downgrade Ktor to 3.2.4 for Kotlin 2.1-compatible metadata

The 3.4.0 bump (#93) fixed CVE-2025-29904 but pulled in Kotlin 2.3.0
class metadata, which can break consumers on older Kotlin compilers.
3.2.4 keeps the CVE fix (resolved in 3.1.1) while shipping Kotlin
2.1.0 metadata instead.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* Downgrade Kotlin plugin to 2.1.20

Ktor 3.2.4 already ships Kotlin 2.1.0 metadata, but the project's own
Kotlin Gradle plugin was still 2.2.21, so evervault-core's own classes
carried mv=[2,2,0]. Dropping the plugin to 2.1.20 (and the pinned
kotlin-stdlib-common versions to match) brings all shipped modules
down to mv=[2,1,0], with lockfiles regenerated accordingly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* Fix evervault-cages lockfile: debugAndroidTestCompileClasspath still pinned kotlin-stdlib to 2.3.0

The previous lockfile regeneration didn't touch the lint model's
androidTest compile classpath for this module, leaving a stale
kotlin-stdlib:2.3.0 lock entry that conflicted with the rest of the
graph and broke generateDebugAndroidTestLintModel (and thus `./gradlew
build`) in CI.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* add changeset

* revert Android signing

---------

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants