Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!10509
Issue
#3489329
: symfony/http-foundation commit 32310ff breaks PathValidator
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3489329
: symfony/http-foundation commit 32310ff breaks PathValidator
issue/drupal-3489329:3489329-backport
into
10.3.x
Overview
0
Commits
1
Pipelines
2
Changes
4
Open
mark burdett
requested to merge
issue/drupal-3489329:3489329-backport
into
10.3.x
5 months ago
Overview
0
Commits
1
Pipelines
2
Changes
4
Expand
Closes
#3489329
Edited
5 months ago
by
mark burdett
0
0
Merge request reports
Compare
10.3.x
version 1
a9b050ac
5 months ago
10.3.x (HEAD)
and
latest version
latest version
a9b050ac
1 commit,
5 months ago
version 1
a9b050ac
1052 commits,
5 months ago
4 files
+
37
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
4
Search (e.g. *.vue) (Ctrl+P)
composer/Metapackage/CoreRecommended/composer.json
+
1
−
1
Options
@@ -39,7 +39,7 @@
"symfony/event-dispatcher-contracts"
:
"~v3.5.0"
,
"symfony/filesystem"
:
"~v6.4.8"
,
"symfony/finder"
:
"~v6.4.8"
,
"symfony/http-foundation"
:
"~v6.4.
7
"
,
"symfony/http-foundation"
:
"~v6.4.
16
"
,
"symfony/http-kernel"
:
"~v6.4.7"
,
"symfony/mailer"
:
"~v6.4.7"
,
"symfony/mime"
:
"~v6.4.7"
,
Loading