vcswatch reports that
this package seems to have a new changelog entry (version
4.0.3-2, distribution
unstable) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 4d09d89a77a81ca5ba63b2fb2250c5e8470e71d2
Merge: 9bc72ae a6bedfe
Author: Jérémy Lal <kapouer@debian.org>
Date: Thu Mar 13 00:32:07 2025 +0000
Merge branch 'fix_RSA_PKCS1_PADDING' into 'master'
handle unsupported RSA_PKCS1_PADDING error for private decryption
See merge request js-team/node-public-encrypt!1
commit a6bedfec3cce55cc1067b48270d4179cdec825a1
Author: Syeda Shagufta Naaz <syedashagufta.naaz@siemens.com>
Date: Tue Mar 11 13:10:46 2025 +0530
handle unsupported RSA_PKCS1_PADDING error for private decryption
Nodejs v18.20.4 and later versions have removed support for
RSA_PKCS1_PADDING in private decryption to address the Marvin Attack
vulnerability (CVE-2023-46809).
Closes: #1100088
Signed-off-by: Syeda Shagufta Naaz <syedashagufta.naaz@siemens.com>