Open wenerme opened 1 month ago
1.1.32+fe8d0079e
Linux 6.10.11-orbstack-00280-g1304bd068592 x86_64 unknown
Like this https://github.com/orgs/vercel/discussions/6630 , but bun --security-revert=CVE-2023-46809 run ... still not works. seems there is no workaround, have to downgrade bun.
bun --security-revert=CVE-2023-46809 run ...
bun --security-revert=CVE-2023-46809 works like node
513 | randomKey?: string | Buffer; 514 | privateKey?: string; 515 | encrypted: string; 516 | }) { 517 | if (!decryptKey && randomKey && privateKey) { 518 | decryptKey = crypto.privateDecrypt( ^ TypeError: RSA_PKCS1_PADDING is no longe
Last woring is Bun 1.1.27
Bun does not have support for --security-revert, this would be something we need to take a look at.
--security-revert
BTW, node 22 is --security-revert=CVE-2024-PEND
--security-revert=CVE-2024-PEND
What version of Bun is running?
1.1.32+fe8d0079e
What platform is your computer?
Linux 6.10.11-orbstack-00280-g1304bd068592 x86_64 unknown
What steps can reproduce the bug?
Like this https://github.com/orgs/vercel/discussions/6630 , but
bun --security-revert=CVE-2023-46809 run ...
still not works. seems there is no workaround, have to downgrade bun.What is the expected behavior?
bun --security-revert=CVE-2023-46809 works like node
What do you see instead?
Additional information
Last woring is Bun 1.1.27