File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
java/ql/lib/semmle/code/java/security Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ abstract class InsufficientKeySizeSink extends DataFlow::Node {
20
20
private module Asymmetric {
21
21
/** Provides models for non-elliptic-curve asymmetric cryptography. */
22
22
private module NonEllipticCurve {
23
- /** A source for an insufficient key size used in an RSA, DSA, and DH algorithms. */
23
+ /** A source for an insufficient key size used in RSA, DSA, and DH algorithms. */
24
24
private class Source extends InsufficientKeySizeSource {
25
25
string algoName ;
26
26
@@ -31,7 +31,7 @@ private module Asymmetric {
31
31
}
32
32
}
33
33
34
- /** A sink for an insufficient key size used in an RSA, DSA, and DH algorithms. */
34
+ /** A sink for an insufficient key size used in RSA, DSA, and DH algorithms. */
35
35
private class Sink extends InsufficientKeySizeSink {
36
36
string algoName ;
37
37
You can’t perform that action at this time.
0 commit comments