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.
SensitiveExpr
1 parent 038438e commit 9c8a51bCopy full SHA for 9c8a51b
javascript/ql/lib/semmle/javascript/security/SensitiveActions.qll
@@ -14,11 +14,14 @@ import semmle.javascript.security.internal.SensitiveDataHeuristics
14
private import HeuristicNames
15
16
/** An expression that might contain sensitive data. */
17
+cached
18
abstract class SensitiveExpr extends Expr {
19
/** Gets a human-readable description of this expression for use in alert messages. */
20
+ cached
21
abstract string describe();
22
23
/** Gets a classification of the kind of sensitive data this expression might contain. */
24
25
abstract SensitiveDataClassification getClassification();
26
}
27
0 commit comments