Skip to content

Commit

Permalink
feat(scan): add support for CVE test (#146)
Browse files Browse the repository at this point in the history
fixes #145
  • Loading branch information
derevnjuk authored Jun 5, 2023
1 parent 7545740 commit af8f57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/scan/src/models/TestType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit af8f57b

Please sign in to comment.