Update dependencies to patch known CVEs
composer audit reported 37 advisories across 15 packages, including high-severity ones in symfony/security-http. Ran composer update within the existing 7.4.* constraints - composer audit now reports zero advisories. Also adds symfony/rate-limiter, needed for login throttling and invite-code rate limiting in the next commit. Flex removed a stale, non-functional sendgrid notifier config left over from before the app switched to Mailgun as part of the sync. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
"symfony/process": "7.4.*",
|
"symfony/process": "7.4.*",
|
||||||
"symfony/property-access": "7.4.*",
|
"symfony/property-access": "7.4.*",
|
||||||
"symfony/property-info": "7.4.*",
|
"symfony/property-info": "7.4.*",
|
||||||
|
"symfony/rate-limiter": "7.4.*",
|
||||||
"symfony/runtime": "7.4.*",
|
"symfony/runtime": "7.4.*",
|
||||||
"symfony/security-bundle": "7.4.*",
|
"symfony/security-bundle": "7.4.*",
|
||||||
"symfony/serializer": "7.4.*",
|
"symfony/serializer": "7.4.*",
|
||||||
|
|||||||
Generated
+376
-317
File diff suppressed because it is too large
Load Diff
@@ -1,13 +1,12 @@
|
|||||||
framework:
|
framework:
|
||||||
notifier:
|
notifier:
|
||||||
chatter_transports:
|
chatter_transports:
|
||||||
texter_transports:
|
texter_transports:␍
|
||||||
sendgrid: '%env(MAILER_DSN)%'
|
channel_policy:
|
||||||
channel_policy:
|
# use chat/slack, chat/telegram, sms/twilio or sms/nexmo
|
||||||
# use chat/slack, chat/telegram, sms/twilio or sms/nexmo
|
urgent: ['email']
|
||||||
urgent: ['email']
|
high: ['email']
|
||||||
high: ['email']
|
medium: ['email']
|
||||||
medium: ['email']
|
low: ['email']
|
||||||
low: ['email']
|
admin_recipients:
|
||||||
admin_recipients:
|
- { email: admin@example.com }
|
||||||
- { email: admin@example.com }
|
|
||||||
|
|||||||
@@ -262,15 +262,6 @@
|
|||||||
"config/routes/security.yaml"
|
"config/routes/security.yaml"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"symfony/sendgrid-mailer": {
|
|
||||||
"version": "7.3",
|
|
||||||
"recipe": {
|
|
||||||
"repo": "github.com/symfony/recipes",
|
|
||||||
"branch": "main",
|
|
||||||
"version": "4.4",
|
|
||||||
"ref": "224aedffb66812dc2b0965dabc14d5f800941da6"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"symfony/stimulus-bundle": {
|
"symfony/stimulus-bundle": {
|
||||||
"version": "2.30",
|
"version": "2.30",
|
||||||
"recipe": {
|
"recipe": {
|
||||||
|
|||||||
Reference in New Issue
Block a user