mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Add security severity and change note
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
* @description Using RSA encryption without OAEP padding can lead to a padding oracle attack, weakening the encryption.
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @security-severity 7.5
|
||||
* @precision high
|
||||
* @id java/rsa-without-oaep
|
||||
* @tags security
|
||||
|
||||
4
java/ql/src/change-notes/2022-08-05-rsa-without-oaep.md
Normal file
4
java/ql/src/change-notes/2022-08-05-rsa-without-oaep.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: newQuery
|
||||
---
|
||||
* 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.
|
||||
Reference in New Issue
Block a user