@sectester/scan
Version:
The package defines a simple public API to manage scans and their expectations.
12 lines • 530 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AttackParamLocation = void 0;
var AttackParamLocation;
(function (AttackParamLocation) {
AttackParamLocation["BODY"] = "body";
AttackParamLocation["FRAGMENT"] = "fragment";
AttackParamLocation["HEADER"] = "header";
AttackParamLocation["PATH"] = "path";
AttackParamLocation["QUERY"] = "query";
})(AttackParamLocation || (exports.AttackParamLocation = AttackParamLocation = {}));
//# sourceMappingURL=AttackParamLocation.js.map