Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Aikido] Fix security issue in undici via major version upgrade from …
…5.28.4 to 6.15.0 (#36) This PR will resolve the following CVEs: | CVE ID | Severity | Description | | --- | --- | --- | | <pre>[AIKIDO-2024-10065](https://app.aikido.dev/issues/3744841/detail?groupId=324#AIKIDO-2024-10065)</pre> | <pre>MEDIUM</pre> | Affected versions of the `undici` library are vulnerable to memory leaks. By making multiple fetch requests with the same `AbortSignal`, undici adds event listeners without removing them, leading to excessive memory consumption. | ## Summary by Sourcery Bug Fixes: - Fix memory leaks when making multiple fetch requests with the same `AbortSignal` in `undici`. Co-authored-by: aikido-autofix[bot] <119856028+aikido-autofix[bot]@users.noreply.github.com>
- Loading branch information