Skip to content

Commit 18ceecd

Browse files
committed
feat: update default attacker model suggestion
1 parent 6a5b6cc commit 18ceecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
when@dev: &symfony_security_auditor
55
symfony_security_auditor:
66
model: 'claude-opus-4-8' # Model for both the Attacker and Reviewer roles. Bundle default: claude-opus-4-7.
7-
# attacker_model: 'claude-opus-4-7' # Dedicated model for the Attacker role. Falls back to `model` when unset.
7+
# 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

1010
when@test: *symfony_security_auditor

0 commit comments

Comments
 (0)