Skip to content

Commit

Permalink
fix: update spectral rules
Browse files Browse the repository at this point in the history
  • Loading branch information
bkioshn committed Jan 30, 2024
1 parent a573a0c commit 5b411bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions catalyst-gateway/.spectral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,15 @@ overrides:
function: 'length'
functionOptions:
min: 20

# Severity
# warn: Should be implemented, but is blocked by a technical issue.
# info: Good to be implemented.

# Rate limit
owasp:api4:2019-rate-limit: warn
owasp:api4:2019-rate-limit-responses-429: warn
# Public API
owasp:api2:2019-protection-global-unsafe: info
owasp:api2:2019-protection-global-unsafe-strict: info
owasp:api3:2019-define-error-responses-401: off

0 comments on commit 5b411bb

Please sign in to comment.