Skip to content

Commit c01ff5d

Browse files
committed
1 parent 18ceecd commit c01ff5d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

vinceamstoutz/symfony-security-auditor/1.0/config/packages/symfony_security_auditor.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,12 @@ when@dev: &symfony_security_auditor
77
# attacker_model: 'claude-opus-4-8' # Dedicated model for the Attacker role. Falls back to `model` when unset.
88
# reviewer_model: 'claude-haiku-4-5-20251001' # Lighter model for the Reviewer role. Falls back to `model` when unset.
99

10+
# Proactive rate limiting — adjust the values to your provider plan.
11+
# Any single dimension enables it: https://github.com/vinceamstoutz/symfony-security-auditor/blob/main/docs/configuration.md#auditrate_limit--proactive-throttling
12+
# audit:
13+
# rate_limit: # Example: Anthropic Tier 1 quotas for Claude Opus 4.x (https://platform.claude.com/docs/en/api/rate-limits)
14+
# requests_per_minute: 50
15+
# input_tokens_per_minute: 500000 # Cached input tokens don't count toward Anthropic's limit.
16+
# output_tokens_per_minute: 80000
17+
1018
when@test: *symfony_security_auditor

0 commit comments

Comments
 (0)