зеркало из https://github.com/github/codeql.git
Documentation for RsaWithoutOaepQuery
This commit is contained in:
Родитель
11d72ffc1f
Коммит
c7fd216c3c
|
@ -26,6 +26,9 @@ deprecated class RsaWithoutOaepConfig extends DataFlow::Configuration {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A configuration for finding RSA ciphers initialized without using OAEP padding.
|
||||||
|
*/
|
||||||
module RsaWithoutOaepConfig implements DataFlow::ConfigSig {
|
module RsaWithoutOaepConfig implements DataFlow::ConfigSig {
|
||||||
predicate isSource(DataFlow::Node src) {
|
predicate isSource(DataFlow::Node src) {
|
||||||
exists(CompileTimeConstantExpr specExpr, string spec |
|
exists(CompileTimeConstantExpr specExpr, string spec |
|
||||||
|
|
Загрузка…
Ссылка в новой задаче