@sectester/scan
Version:
The package defines a simple public API to manage scans and their expectations.
11 lines (10 loc) • 297 B
TypeScript
export * from './AttackParamLocation';
export * from './Severity';
export * from './ScanStatus';
export * from './Issue';
export * from './IssueGroup';
export * from './ScanState';
export * from './ScanConfig';
export * from './HttpMethod';
export * from './Test';
export * from './TestMetadata';