(IHttpRequestResponse basePair, IScannerInsertionPoint insertionPoint, String attack)
| 8 | |
| 9 | public class OldUtilities { |
| 10 | public static IHttpRequestResponse request2(IHttpRequestResponse basePair, IScannerInsertionPoint insertionPoint, String attack) { |
| 11 | return Utilities.callbacks.makeHttpRequest(basePair.getHttpService(), insertionPoint.buildRequest(attack.getBytes())); |
| 12 | } |
| 13 | |
| 14 | // Placeholder methods for helpers and callbacks, assumed to be provided elsewhere |
| 15 | public static String safeBytesToString(byte[] bytes) { |
no test coverage detected