Skip to content

Commit 1958b9d

Browse files
committed
JS: add missing qldoc
1 parent 43af306 commit 1958b9d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

javascript/ql/lib/semmle/javascript/Concepts.qll

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ abstract class PersistentWriteAccess extends DataFlow::Node {
117117
module Cryptography {
118118
private import semmle.javascript.internal.ConceptsShared::Cryptography as SC
119119

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+
*/
120127
class CryptographicOperation extends SC::CryptographicOperation instanceof CryptographicOperation::Range {
121128
/**
122129
* DEPRECATED. This predicate has been renamed to `getAnInput`.

0 commit comments

Comments
 (0)