diff --git a/src/crypto/crypto_cipher.cc b/src/crypto/crypto_cipher.cc index 92ebee231f0983..51e311be705393 100644 --- a/src/crypto/crypto_cipher.cc +++ b/src/crypto/crypto_cipher.cc @@ -1092,8 +1092,7 @@ void PublicKeyCipher::Cipher(const FunctionCallbackInfo& args) { if (rsa_pkcs1_implicit_rejection <= 0) { return THROW_ERR_INVALID_ARG_VALUE( env, - "RSA_PKCS1_PADDING is no longer supported for private decryption," - " this can be reverted with --security-revert=CVE-2024-PEND"); + "RSA_PKCS1_PADDING is no longer supported for private decryption"); } }