From be8169e791abccfa2a2739fd342355976f4d8fb3 Mon Sep 17 00:00:00 2001 From: Benni Mack Date: Tue, 2 Jul 2024 16:45:42 +0200 Subject: [PATCH 1/2] [BUGFIX] Ensure authentication works again (#445) Change-Id: Ib71b2e3c21bd67d451fdb6b51017ba1845f8b887 --- config/packages/security.yaml | 2 +- public/.htaccess | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/packages/security.yaml b/config/packages/security.yaml index 789a44eb..6e888426 100644 --- a/config/packages/security.yaml +++ b/config/packages/security.yaml @@ -10,7 +10,7 @@ security: memory: users: release-team: - password: $2y$15$enKo8VPgw7nd07YcIfPaZOUwfWd.S6Rz0GcaPJXkf3br8NFejkmuq + password: '$2y$15$enKo8VPgw7nd07YcIfPaZOUwfWd.S6Rz0GcaPJXkf3br8NFejkmuq' roles: ROLE_ADMIN firewalls: dev: diff --git a/public/.htaccess b/public/.htaccess index 895cb928..150c1f56 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,3 +1,4 @@ +SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 DirectoryIndex index.php RewriteEngine On Options +FollowSymlinks From 6b1db49d85da4a9e61ebcc2e9ef613e4eae63ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:46:04 +0200 Subject: [PATCH 2/2] Bump tecnickcom/tcpdf from 6.6.2 to 6.7.5 (#444) Bumps [tecnickcom/tcpdf](https://github.com/tecnickcom/TCPDF) from 6.6.2 to 6.7.5. - [Changelog](https://github.com/tecnickcom/TCPDF/blob/main/CHANGELOG.TXT) - [Commits](https://github.com/tecnickcom/TCPDF/compare/6.6.2...6.7.5) --- updated-dependencies: - dependency-name: tecnickcom/tcpdf dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index b23fec64..13a1faef 100644 --- a/composer.lock +++ b/composer.lock @@ -8698,20 +8698,20 @@ }, { "name": "tecnickcom/tcpdf", - "version": "6.6.2", + "version": "6.7.5", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", - "reference": "e3cffc9bcbc76e89e167e9eb0bbda0cab7518459" + "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/e3cffc9bcbc76e89e167e9eb0bbda0cab7518459", - "reference": "e3cffc9bcbc76e89e167e9eb0bbda0cab7518459", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/951eabf0338ec2522bd0d5d9c79b08a3a3d36b36", + "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.5.0" }, "type": "library", "autoload": { @@ -8736,7 +8736,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-only" + "LGPL-3.0-or-later" ], "authors": [ { @@ -8758,7 +8758,7 @@ ], "support": { "issues": "https://github.com/tecnickcom/TCPDF/issues", - "source": "https://github.com/tecnickcom/TCPDF/tree/6.6.2" + "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.5" }, "funding": [ { @@ -8766,7 +8766,7 @@ "type": "custom" } ], - "time": "2022-12-17T10:28:59+00:00" + "time": "2024-04-20T17:25:10+00:00" }, { "name": "twig/extra-bundle",