Skip to content

Commit 272a97d

Browse files
committed
[DIFF-INFORMED] JS: decodeJwtWithoutVerification
1 parent 81bbcda commit 272a97d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

javascript/ql/src/experimental/Security/CWE-347/decodeJwtWithoutVerification.ql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ module VerifiedDecodeConfig implements DataFlow::ConfigSig {
2727
predicate isSource(DataFlow::Node source) { source instanceof ActiveThreatModelSource }
2828

2929
predicate isSink(DataFlow::Node sink) { sink = verifiedDecode() }
30+
31+
predicate observeDiffInformedIncrementalMode() {
32+
none() // used as secondary config
33+
}
3034
}
3135

3236
module VerifiedDecodeFlow = TaintTracking::Global<VerifiedDecodeConfig>;

0 commit comments

Comments
 (0)