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 1556b1a commit 9cfd0f5Copy full SHA for 9cfd0f5
javascript/ql/lib/semmle/javascript/Concepts.qll
@@ -121,8 +121,8 @@ module Cryptography {
121
* A data-flow node that is an application of a cryptographic algorithm. For example,
122
* encryption, decryption, signature-validation.
123
*
124
- * Extend this class to model new APIs. If you want to refine existing API models,
125
- * extend `CryptographicOperation` instead.
+ * Extend this class to refine existing API models. If you want to model new APIs,
+ * extend `CryptographicOperation::Range` instead.
126
*/
127
class CryptographicOperation extends SC::CryptographicOperation instanceof CryptographicOperation::Range {
128
/**
0 commit comments