Skip to content

Commit

Permalink
feat(scan): add new iframe_injection test type (#425)
Browse files Browse the repository at this point in the history
closes #424
  • Loading branch information
denis-maiorov-brightsec authored Aug 3, 2023
1 parent 441b9a0 commit 81fecf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Scan/Scans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,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 81fecf3

Please sign in to comment.