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

Method main

src/test/resources/pta/taint/StringAppend.java:3–7  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

1class StringAppend {
2
3 public static void main(String[] args) {
4 stringAdd();
5 stringBuffer();
6 stringBuilder();
7 }
8
9 static void stringAdd() {
10 String taint = SourceSink.source();

Callers

nothing calls this directly

Calls 3

stringAddMethod · 0.95
stringBufferMethod · 0.95
stringBuilderMethod · 0.95

Tested by

no test coverage detected