Skip to content

Commit 8b7bb7c

Browse files
committed
Ruby: add missing qldoc
1 parent fb53fc5 commit 8b7bb7c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ruby/ql/lib/codeql/ruby/Concepts.qll

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,14 @@ module Logging {
817817
}
818818
}
819819

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+
*/
820828
module Cryptography {
821829
import codeql.ruby.internal.ConceptsShared::Cryptography
822830
}

0 commit comments

Comments
 (0)