Skip to content

Fixes vulnerability in ktor by upgrading the ktor version#9

Merged
safenestdev merged 2 commits into
Tuteliq:mainfrom
vashisthg:fix-vulnerability
Feb 24, 2026
Merged

Fixes vulnerability in ktor by upgrading the ktor version#9
safenestdev merged 2 commits into
Tuteliq:mainfrom
vashisthg:fix-vulnerability

Conversation

@vashisthg

@vashisthg vashisthg commented Feb 24, 2026

Copy link
Copy Markdown
Contributor

Description

ktor version used had a known vulnerability as described in #8

Brief description of changes.
Here the ktor version was upgraded to the latest version. It also required us to use newer version of kotlin so that is also updated.

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Other (please describe)

Testing

  • Tests pass locally
  • Added new tests (if applicable)

Checklist

  • Code follows project style
  • Self-reviewed my code
  • Updated documentation (if needed)

@safenestdev

Copy link
Copy Markdown
Contributor

@vashisthg great work.

Are you able to check about updating ktor-client-mock:2.3.7 in the test dependencies. Mixing Ktor 2.x and 3.x artifacts would likely cause issues at test time.

@vashisthg

Copy link
Copy Markdown
Contributor Author

@vashisthg great work.

Are you able to check about updating ktor-client-mock:2.3.7 in the test dependencies. Mixing Ktor 2.x and 3.x artifacts would likely cause issues at test time.

Oh yeah, I missed it.

@safenestdev safenestdev merged commit 4ac6a1b into Tuteliq:main Feb 24, 2026
2 checks passed
@safenestdev safenestdev mentioned this pull request Feb 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants