Skip to content

Commit 4bb6d1d

Browse files
committed
Add missing qldoc
1 parent f92782d commit 4bb6d1d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

javascript/ql/lib/semmle/javascript/security/CryptoAlgorithms.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class EncryptionAlgorithm extends MkEncryptionAlgorithm, CryptographicAlgorithm
8282

8383
override predicate isWeak() { isWeak = true }
8484

85+
/** Holds if this algorithm is a stream cipher. */
8586
predicate isStreamCipher() { isStreamCipher(name) }
8687
}
8788

python/ql/lib/semmle/python/concepts/CryptoAlgorithms.qll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class EncryptionAlgorithm extends MkEncryptionAlgorithm, CryptographicAlgorithm
8282

8383
override predicate isWeak() { isWeak = true }
8484

85+
/** Holds if this algorithm is a stream cipher. */
8586
predicate isStreamCipher() { isStreamCipher(name) }
8687
}
8788

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class EncryptionAlgorithm extends MkEncryptionAlgorithm, CryptographicAlgorithm
8282

8383
override predicate isWeak() { isWeak = true }
8484

85+
/** Holds if this algorithm is a stream cipher. */
8586
predicate isStreamCipher() { isStreamCipher(name) }
8687
}
8788

0 commit comments

Comments
 (0)