Skip to content

fix: Vulnerability in backend's handleRequest function#3788

Merged
chriskari merged 3 commits intokyma-project:mainfrom
chriskari:fix-vulnerabilities
Mar 26, 2025
Merged

fix: Vulnerability in backend's handleRequest function#3788
chriskari merged 3 commits intokyma-project:mainfrom
chriskari:fix-vulnerabilities

Conversation

@chriskari
Copy link
Contributor

@chriskari chriskari commented Mar 24, 2025

Description

Changes proposed in this pull request:

  • add charset to content-type
  • differentiate between request.end and request.pipe for streamed responses, dont do both for every request

Related issue(s)

Definition of done

  • The PR's title starts with one of the following prefixes:
    • feat: A new feature
    • fix: A bug fix
    • docs: Documentation only changes
    • refactor: A code change that neither fixes a bug nor adds a feature
    • test: Adding tests
    • revert: Revert commit
    • chore: Maintainance changes to the build process or auxiliary tools, libraries, workflows, etc.
  • Related issues are linked. To link internal trackers, use the issue IDs like backlog#4567
  • Explain clearly why you created the PR and what changes it introduces
  • All necessary steps are delivered, for example, tests, documentation, merging

@chriskari chriskari merged commit c533126 into kyma-project:main Mar 26, 2025
16 checks passed
@chriskari chriskari deleted the fix-vulnerabilities branch March 26, 2025 12:24
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