Skip to content

Commit

Permalink
feat(scan): add new iframe_injection test type
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-maiorov-brightsec committed Aug 3, 2023
1 parent 479346b commit a8398ae
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 @@ -26,6 +26,7 @@ export enum TestType {
HTTP_METHOD_FUZZING = 'http_method_fuzzing',
HTTP_RESPONSE_SPLITTING = 'http_response_splitting',
ID_ENUMERATION = 'id_enumeration',
IFRAME_INJECTION = 'iframe_injection',
IMPROPER_ASSET_MANAGEMENT = 'improper_asset_management',
INSECURE_TLS_CONFIGURATION = 'insecure_tls_configuration',
JWT = 'jwt',
Expand Down

0 comments on commit a8398ae

Please sign in to comment.