MCPcopy Create free account
hub / github.com/LFYSec/MScan / source

Method source

src/test/resources/pta/taint/SourceSink.java:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 String tainted2;
8
9 static String source() {
10 return new String();
11 }
12
13 static void sink(String s) {
14 }

Callers 15

mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
taintCharArrayVarMethod · 0.95
taintCharArrayFieldMethod · 0.95
taintStringBuilderVarMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected