diff --git a/packages/scan/src/models/TestType.ts b/packages/scan/src/models/TestType.ts index fbf051c4..e7cce26e 100644 --- a/packages/scan/src/models/TestType.ts +++ b/packages/scan/src/models/TestType.ts @@ -7,6 +7,7 @@ export enum TestType { COMMON_FILES = 'common_files', COOKIE_SECURITY = 'cookie_security', CSRF = 'csrf', + CVE = 'cve_test', DATE_MANIPULATION = 'date_manipulation', DEFAULT_LOGIN_LOCATION = 'default_login_location', DIRECTORY_LISTING = 'directory_listing',