mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Apply docs suggestions from code review
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<qhelp>
|
||||
|
||||
<overview>
|
||||
<p>Cryptographic algorithms often use padding schemes to make the plaintext less predictable. The OAEP scheme (Optimal Asymmetric Encryption Padding) should be used with RSA encryption.
|
||||
Using no padding or an outdated padding scheme such as PKCS1 can weaken the encryption by making it vulnerable to a padding oracle attack.
|
||||
<p>Cryptographic algorithms often use padding schemes to make the plaintext less predictable. The OAEP (Optimal Asymmetric Encryption Padding) scheme should be used with RSA encryption.
|
||||
Using an outdated padding scheme such as PKCS1, or no padding at all, can weaken the encryption by making it vulnerable to a padding oracle attack.
|
||||
</p>
|
||||
</overview>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name Use of RSA algorithm without OAEP
|
||||
* @description Using RSA encryption without OAEP padding can lead to a padding oracle attack, weakening the encryption.
|
||||
* @description Using RSA encryption without OAEP padding can result in a padding oracle attack, leading to a weaker encryption.
|
||||
* @kind path-problem
|
||||
* @problem.severity warning
|
||||
* @security-severity 7.5
|
||||
|
||||
Reference in New Issue
Block a user