File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
javascript/ql/lib/semmle/javascript Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,13 @@ abstract class PersistentWriteAccess extends DataFlow::Node {
117
117
module Cryptography {
118
118
private import semmle.javascript.internal.ConceptsShared:: Cryptography as SC
119
119
120
+ /**
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.
126
+ */
120
127
class CryptographicOperation extends SC:: CryptographicOperation instanceof CryptographicOperation:: Range {
121
128
/**
122
129
* DEPRECATED. This predicate has been renamed to `getAnInput`.
You can’t perform that action at this time.
0 commit comments