MCPcopy Create free account
hub / github.com/albinowax/ActiveScanPlusPlus / safeBytesToString

Method safeBytesToString

src/burp/PerHostScans.java:78–80  ·  view source on GitHub ↗
(byte[] bytes)

Source from the content-addressed store, hash-verified

76
77 // Placeholder methods for helpers and callbacks, assumed to be provided elsewhere
78 static String safeBytesToString(byte[] bytes) {
79 return new String(bytes);
80 }
81
82 static String htmlEncode(String input) {
83 // Implement HTML encoding as needed

Callers 2

interestingFileScanMethod · 0.95
fetchURLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected