Skip to content

Commit

Permalink
feat(scan): add "Broken Object Level Authorization" scan test (#483)
Browse files Browse the repository at this point in the history
Closes #482
  • Loading branch information
aborovsky authored Oct 20, 2023
1 parent 54a0dc5 commit 7c37a45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Scan/Scans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export enum AttackParamLocation {
export enum TestType {
ANGULAR_CSTI = 'angular_csti',
BACKUP_LOCATIONS = 'backup_locations',
BOLA = 'bola',
BROKEN_SAML_AUTH = 'broken_saml_auth',
BRUTE_FORCE_LOGIN = 'brute_force_login',
BUSINESS_CONSTRAINT_BYPASS = 'business_constraint_bypass',
Expand Down Expand Up @@ -79,6 +80,7 @@ export enum TestType {

export const EXPENSIVE_TESTS: readonly TestType[] = [
TestType.BUSINESS_CONSTRAINT_BYPASS,
TestType.BOLA,
TestType.CVE,
TestType.DATE_MANIPULATION,
TestType.EXCESSIVE_DATA_EXPOSURE,
Expand Down

0 comments on commit 7c37a45

Please sign in to comment.