We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d72ff commit c7fd216Copy full SHA for c7fd216
java/ql/lib/semmle/code/java/security/RsaWithoutOaepQuery.qll
@@ -26,6 +26,9 @@ deprecated class RsaWithoutOaepConfig extends DataFlow::Configuration {
26
}
27
28
29
+/**
30
+ * A configuration for finding RSA ciphers initialized without using OAEP padding.
31
+ */
32
module RsaWithoutOaepConfig implements DataFlow::ConfigSig {
33
predicate isSource(DataFlow::Node src) {
34
exists(CompileTimeConstantExpr specExpr, string spec |
0 commit comments