Skip to content

Commit 08b7749

Browse files
Add security severity and change note
1 parent 9ae652d commit 08b7749

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* @description Using RSA encryption without OAEP padding can lead to a padding oracle attack, weakening the encryption.
44
* @kind problem
55
* @problem.severity warning
6+
* @security-severity 7.5
67
* @precision high
78
* @id java/rsa-without-oaep
89
* @tags security
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: newQuery
3+
---
4+
* A new query "Use of RSA algorithm without OAEP" (`java/rsa-without-oaep`) has been added. This query finds uses of RSA encryption that don't use the OAEP scheme.

0 commit comments

Comments
 (0)