-
-
Save KhafraDev/9d24c5f5f3f68edfcdd8bd54a2f9944c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Issue Linked | Commit | Bug Description | |
---|---|---|---|
https://github.com/nodejs/undici/issues/3337 | https://github.com/nodejs/undici/commit/035524e71756f1f6e2f9886f3c7227394bdb5363 | Skipping the buffer clone would leak information in unknown cases. | |
https://github.com/nodejs/undici/issues/3334 | https://github.com/nodejs/undici/commit/1573f693db99d30a1ee13f2704f04181e88960c4 | Node doesn't have a concept of an origin; the spec expects the existence of one. | |
N/A | https://github.com/nodejs/undici/commit/fcfa4db6809885b9272bcaf7aaf6f5a498592ad4 | The "bufferConcat" util (which avoided some argument validation in Buffer.concat), did not work properly. | |
https://github.com/nodejs/undici/issues/3267 | https://github.com/nodejs/undici/commit/4da45f9aedf994691994198df15e52fa7d988017 | When spreading an object with symbol properties, the symbols are spread. | |
https://github.com/DIYgod/RSSHub/issues/15532 | https://github.com/nodejs/undici/commit/0a66d300a5eef00a0b6cf54245c2fba52acdcf73 | Node doesn't have a concept of an origin; the spec expects the existence of one. | |
N/A | https://github.com/nodejs/undici/commit/f6f0787d1c14c657201968c60044b8ab44faab9b | Headers is nowhere close to matching the spec. | |
https://github.com/nodejs/undici/issues/2898 | https://github.com/nodejs/undici/commit/28b2df8b718d91647f47c03ea30de8e057c4ab67 | cloneRequest clones the body, makeRequest does not | |
https://github.com/nodejs/undici/issues/2885 | https://github.com/nodejs/undici/commit/a3f494bf5b88d6856297a852ce9b2d476fd3594b | In node's http2 module, a Set-Cookie header can be an array. | |
N/A | https://github.com/nodejs/undici/commit/3a9723dc6eec2824a751c6ade2cd29760be1f64a | Objects are passed by reference... | |
https://github.com/nodejs/undici/issues/1711 | https://github.com/nodejs/undici/commit/3274c975947ce11a08508743df026f73598bfead | Fetch extends EventEmitter, which obviously the spec doesn't do. | |
N/A | https://github.com/nodejs/undici/commit/d542b8cd39ec1ba303f038ea26098c3f355974f3 | Security vulnerability by loosely handling mismatched integrities | |
N/A | https://github.com/nodejs/undici/commit/bc304ff07e82b6e0a7c52eeb1b60fd79c8a001e9 | EventSource properties were not enumerable (webidl spec) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment