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 d4d0b91 commit 925b4a3Copy full SHA for 925b4a3
javascript/ql/lib/semmle/javascript/Concepts.qll
@@ -118,7 +118,13 @@ module Cryptography {
118
private import semmle.javascript.internal.ConceptsShared::Cryptography as SC
119
120
class CryptographicOperation extends SC::CryptographicOperation instanceof CryptographicOperation::Range {
121
- /** DEPRECATED. This predicate has been renamed to `getAnInput`. */
+ /**
122
+ * DEPRECATED. This predicate has been renamed to `getAnInput`.
123
+ *
124
+ * To implement `CryptographicOperation`, please extend
125
+ * `CryptographicOperation::Range` and implement `getAnInput` instead of
126
+ * extending this class directly.
127
+ */
128
deprecated final DataFlow::Node getInput() { result = this.getAnInput() }
129
}
130
0 commit comments