Skip to content

Commit 1f5d853

Browse files
committed
[DIFF-INFORMED] C#: ThreadUnsafeCryptoTransformLambda
1 parent d556fc8 commit 1f5d853

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

csharp/ql/src/Likely Bugs/ThreadUnsafeICryptoTransformLambda.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ module NotThreadSafeCryptoUsageIntoParallelInvokeConfig implements DataFlow::Con
2424
}
2525

2626
predicate isSink(DataFlow::Node sink) { sink instanceof ParallelSink }
27+
28+
predicate observeDiffInformedIncrementalMode() { any() }
2729
}
2830

2931
module NotThreadSafeCryptoUsageIntoParallelInvoke =

0 commit comments

Comments
 (0)