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

Interface StringBuilder

src/test/resources/pta/taint/CallSiteMode.java:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24// mimic StringBuilder to test call site transfer
25interface StringBuilder {
26
27 StringBuilder append(String s);
28
29 String toString();
30}
31
32// mimic JDBC to test call site sink
33interface Connection {

Callers 1

summarizeStyleViolationsFunction · 0.85

Implementers 1

CollectionUtilssrc/main/java/pascal/taie/util/collect

Calls

no outgoing calls

Tested by

no test coverage detected