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 {
2020private module Asymmetric {
2121 /** Provides models for non-elliptic-curve asymmetric cryptography. */
2222 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. */
2424 private class Source extends InsufficientKeySizeSource {
2525 string algoName ;
2626
@@ -31,7 +31,7 @@ private module Asymmetric {
3131 }
3232 }
3333
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. */
3535 private class Sink extends InsufficientKeySizeSink {
3636 string algoName ;
3737
You can’t perform that action at this time.
0 commit comments