Skip to content

Commit 27a40fb

Browse files
committed
Ruby: OpenSSL QLDoc fixes
1 parent 97c75de commit 27a40fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ruby/ql/lib/codeql/ruby/security/OpenSSL.qll

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Provides classes modeling parts of the Ruby `OpenSSL` library, which wraps
3-
* the OpenSSL C library.
3+
* an underlying OpenSSL or LibreSSL C library.
44
*/
55

66
private import CryptoAlgorithms::AlgorithmNames
@@ -61,6 +61,11 @@ string getSecureAlgorithmRegex() {
6161
result = algorithmRegex(secureAlgorithmString(max(int i | exists(rankedSecureAlgorithm(i)))))
6262
}
6363

64+
/**
65+
* Names of known ciphers supported by the Ruby `OpenSSL` library, and
66+
* classification into strong and weak ciphers. Cipher support in practice
67+
* depends on the underlying `OpenSSL`/`LibreSSL` library.
68+
*/
6469
module Ciphers {
6570
/**
6671
* Holds if `name` is a known `OpenSSL::Cipher`. Supported ciphers depend on the

0 commit comments

Comments
 (0)