Skip to content

Commit c7fd216

Browse files
committed
Documentation for RsaWithoutOaepQuery
1 parent 11d72ff commit c7fd216

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ deprecated class RsaWithoutOaepConfig extends DataFlow::Configuration {
2626
}
2727
}
2828

29+
/**
30+
* A configuration for finding RSA ciphers initialized without using OAEP padding.
31+
*/
2932
module RsaWithoutOaepConfig implements DataFlow::ConfigSig {
3033
predicate isSource(DataFlow::Node src) {
3134
exists(CompileTimeConstantExpr specExpr, string spec |

0 commit comments

Comments
 (0)