mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Java: remove model for Collectors.joining
This commit is contained in:
@@ -129,9 +129,6 @@ public class Test {
|
||||
AtomicReference ar = new AtomicReference(source());
|
||||
sink(ar.get()); // $hasValueFlow
|
||||
|
||||
// java.util.stream
|
||||
sink(Collectors.joining((CharSequence)source())); // $hasTaintFlow
|
||||
|
||||
// java.util.concurrent
|
||||
CountDownLatch cdl = new CountDownLatch((int)source());
|
||||
sink(cdl.getCount()); // $hasValueFlow
|
||||
|
||||
Reference in New Issue
Block a user