Skip to content

Commit fe5a61b

Browse files
Fix typos in docs and comments
1 parent c77b175 commit fe5a61b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/ql/lib/semmle/code/java/security/RsaWithoutOaepQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/** Definitions for the RSE without OAEP query */
1+
/** Definitions for the RSA without OAEP query */
22

33
import java
44
import Encryption

java/ql/src/Security/CWE/CWE-780/RsaWithoutOaep.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<qhelp>
33

44
<overview>
5-
<p>Cryptographic algorithms often use padding schemes to make the plaintext less predictable. The OAEP scheme (Optimal Asymmetric Encryption Padding) should used with RSA encryption.
5+
<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.
66
Using no padding or an outdated padding scheme such as PKCS1 can weaken the encryption by making it vulnerable to a padding oracle attack.
77
</p>
88
</overview>

0 commit comments

Comments
 (0)