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 fb53fc5 commit 8b7bb7cCopy full SHA for 8b7bb7c
ruby/ql/lib/codeql/ruby/Concepts.qll
@@ -817,6 +817,14 @@ module Logging {
817
}
818
819
820
+/**
821
+ * Provides models for cryptographic concepts.
822
+ *
823
+ * Note: The `CryptographicAlgorithm` class currently doesn't take weak keys into
824
+ * consideration for the `isWeak` member predicate. So RSA is always considered
825
+ * secure, although using a low number of bits will actually make it insecure. We plan
826
+ * to improve our libraries in the future to more precisely capture this aspect.
827
+ */
828
module Cryptography {
829
import codeql.ruby.internal.ConceptsShared::Cryptography
830
0 commit comments