Skip to content

Commit

Permalink
feat(scan): add support for amazon-s3-takeover test (#133)
Browse files Browse the repository at this point in the history
closes #132
  • Loading branch information
aborovsky authored Mar 16, 2023
1 parent da21c21 commit ffbc3bd
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 @@ -34,6 +34,7 @@ export enum TestType {
PROTO_POLLUTION = 'proto_pollution',
RETIRE_JS = 'retire_js',
RFI = 'rfi',
S3_TAKEOVER = 'amazon_s3_takeover',
SECRET_TOKENS = 'secret_tokens',
SERVER_SIDE_JS_INJECTION = 'server_side_js_injection',
SQLI = 'sqli',
Expand Down

0 comments on commit ffbc3bd

Please sign in to comment.