Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
interestingFileScan
Method · 0.95
doActiveScan
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected