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

Method htmlEncode

src/burp/PerHostScans.java:82–85  ·  view source on GitHub ↗
(String input)

Source from the content-addressed store, hash-verified

80 }
81
82 static String htmlEncode(String input) {
83 // Implement HTML encoding as needed
84 return input;
85 }
86}

Callers 2

interestingFileScanMethod · 0.95
doActiveScanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected