-
-
Notifications
You must be signed in to change notification settings - Fork 21
Comparing changes
Open a pull request
base repository: symfony/security-http
base: v6.1.0-BETA1
head repository: symfony/security-http
compare: 7.3
Commits on Apr 15, 2022
-
bug #45452 [Security] Fix UserNotFoundException is not thrown (damienfa)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] Fix UserNotFoundException is not thrown | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #45070 | License | MIT | Doc PR | N/A Commits ------- 7e0ed85d9a Fix issue 45070 : UserNotFoundException is not thrown
Configuration menu - View commit details
-
Copy full SHA for a110818 - Browse repository at this point
Copy the full SHA a110818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bc534e - Browse repository at this point
Copy the full SHA 1bc534eView commit details -
* 5.4: cs fix bug #45452 [Security] Fix UserNotFoundException is not thrown (damienfa)
Configuration menu - View commit details
-
Copy full SHA for a0ec71e - Browse repository at this point
Copy the full SHA a0ec71eView commit details -
* 6.0: cs fix bug #45452 [Security] Fix UserNotFoundException is not thrown (damienfa)
Configuration menu - View commit details
-
Copy full SHA for c7fb5e2 - Browse repository at this point
Copy the full SHA c7fb5e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 774cec5 - Browse repository at this point
Copy the full SHA 774cec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a9e22b - Browse repository at this point
Copy the full SHA 8a9e22bView commit details
Commits on Apr 16, 2022
-
minor #46063 [Security] Add test case for user not found (chalasr)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] Add test case for user not found | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Covering the changes made in #45452. Commits ------- 4a75e98252 [Security] Add test case for user not found
Configuration menu - View commit details
-
Copy full SHA for 3d4b612 - Browse repository at this point
Copy the full SHA 3d4b612View commit details
Commits on Apr 17, 2022
-
* 5.4: fix merge do not use mocks in tests when not necessary [Mailer] Missing import in first example [Security] Add test case for user not found [SecurityBundle] Use config's secret in remember-me signatures
Configuration menu - View commit details
-
Copy full SHA for d45240c - Browse repository at this point
Copy the full SHA d45240cView commit details -
* 6.0: fix merge do not use mocks in tests when not necessary [Mailer] Missing import in first example [Security] Add test case for user not found [SecurityBundle] Use config's secret in remember-me signatures
Configuration menu - View commit details
-
Copy full SHA for 09e90f7 - Browse repository at this point
Copy the full SHA 09e90f7View commit details
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f5b6fa2 - Browse repository at this point
Copy the full SHA f5b6fa2View commit details -
* 4.4: [Console] Better required argument check in InputArgument [EventDispatcher] Fix removing listeners when using first-class callable syntax
Configuration menu - View commit details
-
Copy full SHA for 13c0d9c - Browse repository at this point
Copy the full SHA 13c0d9cView commit details -
* 5.4: [Console] Better required argument check in InputArgument [EventDispatcher] Fix removing listeners when using first-class callable syntax
Configuration menu - View commit details
-
Copy full SHA for 6548626 - Browse repository at this point
Copy the full SHA 6548626View commit details -
* 6.0: [Console] Better required argument check in InputArgument [EventDispatcher] Fix removing listeners when using first-class callable syntax
Configuration menu - View commit details
-
Copy full SHA for 35817a1 - Browse repository at this point
Copy the full SHA 35817a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f249ef3 - Browse repository at this point
Copy the full SHA f249ef3View commit details
Commits on May 6, 2022
-
* 4.4: [DoctrineBridge] Treat firstResult === 0 like null [HttpKernel] Fix SessionListener without session in request #46268
Configuration menu - View commit details
-
Copy full SHA for b7ee4af - Browse repository at this point
Copy the full SHA b7ee4afView commit details -
* 5.4: [DoctrineBridge] Treat firstResult === 0 like null [Translation] Refresh local translations if the provider has domains [HttpKernel] Fix SessionListener without session in request #46268 [Notifier] Allow symfony/mercure 0.6 in Mercure bridge
Configuration menu - View commit details
-
Copy full SHA for ce6e0a5 - Browse repository at this point
Copy the full SHA ce6e0a5View commit details -
* 6.0: [DoctrineBridge] Treat firstResult === 0 like null [Translation] Refresh local translations if the provider has domains [HttpKernel] Fix SessionListener without session in request #46268 [Notifier] Allow symfony/mercure 0.6 in Mercure bridge
Configuration menu - View commit details
-
Copy full SHA for 0bf498f - Browse repository at this point
Copy the full SHA 0bf498fView commit details
Commits on May 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a1d5d31 - Browse repository at this point
Copy the full SHA a1d5d31View commit details
Commits on May 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7877d48 - Browse repository at this point
Copy the full SHA 7877d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36940fe - Browse repository at this point
Copy the full SHA 36940feView commit details
Commits on May 13, 2022
-
bug #46317 [Security/Http] Ignore invalid URLs found in failure/succe…
…ss paths (nicolas-grekas) This PR was merged into the 4.4 branch. Discussion ---------- [Security/Http] Ignore invalid URLs found in failure/success paths | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #43567 | License | MIT | Doc PR | - Commits ------- 389df989b9 [Security/Http] Ignore invalid URLs found in failure/success paths
Configuration menu - View commit details
-
Copy full SHA for 0af230c - Browse repository at this point
Copy the full SHA 0af230cView commit details
Commits on May 14, 2022
-
* 4.4: [Console] Fixes "Incorrectly nested style tag found" error when using multi-line header content Fix LDAP connection options [Security/Http] Ignore invalid URLs found in failure/success paths
Configuration menu - View commit details
-
Copy full SHA for 6e456f2 - Browse repository at this point
Copy the full SHA 6e456f2View commit details -
* 5.4: [Console] Fixes "Incorrectly nested style tag found" error when using multi-line header content Fix LDAP connection options fix probably undefined variable $expireAt Fix aliases handling in command name completion Fix division by zero Allow ErrorHandler ^5.0 to be used in HttpKernel [Security/Http] Ignore invalid URLs found in failure/success paths Fix typo
Configuration menu - View commit details
-
Copy full SHA for 94c5f8d - Browse repository at this point
Copy the full SHA 94c5f8dView commit details -
* 6.0: [Console] Fixes "Incorrectly nested style tag found" error when using multi-line header content Fix LDAP connection options fix probably undefined variable $expireAt Fix aliases handling in command name completion Fix division by zero Allow ErrorHandler ^5.0 to be used in HttpKernel [Security/Http] Ignore invalid URLs found in failure/success paths Fix typo
Configuration menu - View commit details
-
Copy full SHA for 7350abf - Browse repository at this point
Copy the full SHA 7350abfView commit details
Commits on May 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ddf4977 - Browse repository at this point
Copy the full SHA ddf4977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef9d3f - Browse repository at this point
Copy the full SHA 2ef9d3fView commit details
Commits on Jun 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 07876c1 - Browse repository at this point
Copy the full SHA 07876c1View commit details
Commits on Jun 6, 2022
-
* 5.4: [Console] Prevent PHP 8.1 str_replace deprec on null Improve DE translations for Form/Validator [Serializer] Fix ignore attribute in Xml files [Console] Escape % in command name & description from getDefault*() [WebProfilerBundle] Fix dark theme selected line highlight color & reuse css vars [Mime] Check that the path is a file in the DataPart::fromPath [Cache] do not pass null to strlen() [Mailer] Sort transports alphabetically [Security] Fix some phpdoc [Serializer] Get attributeContext after converting name
Configuration menu - View commit details
-
Copy full SHA for 8531f00 - Browse repository at this point
Copy the full SHA 8531f00View commit details -
* 6.0: [Console] Prevent PHP 8.1 str_replace deprec on null Improve DE translations for Form/Validator [Serializer] Fix ignore attribute in Xml files [Console] Escape % in command name & description from getDefault*() [WebProfilerBundle] Fix dark theme selected line highlight color & reuse css vars [Mime] Check that the path is a file in the DataPart::fromPath [Cache] do not pass null to strlen() [Mailer] Sort transports alphabetically [Security] Fix some phpdoc [Serializer] Get attributeContext after converting name
Configuration menu - View commit details
-
Copy full SHA for ab05dd3 - Browse repository at this point
Copy the full SHA ab05dd3View commit details -
* 6.1: [Console] Prevent PHP 8.1 str_replace deprec on null [HttpKernel] Fix BackedEnumValueResolver already resolved enum value Improve DE translations for Form/Validator [Serializer] Fix ignore attribute in Xml files [Console] Escape % in command name & description from getDefault*() [WebProfilerBundle] Fix dark theme selected line highlight color & reuse css vars [Runtime] List Fulgens as backer of version 6.1 [HttpClient] List Prisma Media as backer of version 6.1 [WebProfilerBundle] normalizer and encoder can be undefined in template [Mime] Check that the path is a file in the DataPart::fromPath [Cache] do not pass null to strlen() [HtmlSanitizer][FrameworkBundle] Fix calling `allowStaticElements` when setting `allow_all_static_elements: true` [Mailer] Sort transports alphabetically [Security] Fix some phpdoc [Serializer] Get attributeContext after converting name
Configuration menu - View commit details
-
Copy full SHA for 17d9e6b - Browse repository at this point
Copy the full SHA 17d9e6bView commit details
Commits on Jun 7, 2022
-
feature #46584 [Security] Enforce maximum username length in UserBadg…
…e (wouterj) This PR was merged into the 6.2 branch. Discussion ---------- [Security] Enforce maximum username length in UserBadge | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - In 2016, a CVE release was made to harden all build-in authenticators for session storage flooding attacks: https://symfony.com/blog/cve-2016-4423-large-username-storage-in-session With the new security system, we can extend the hardening to all authenticators by enforcing the maximum user length in the `UserBadge`. I believe we can do this as a "bugfix" in 6.2 directly, based on this reasoning from the blog post: "To avoid any BC break, the limit is set to 4096 characters, which should be more than enough for normal usages." For full stability safety, I think it's better to not do this on 5.4. Commits ------- cd8b2ff1ea [Security] Enforce maximum username length
Configuration menu - View commit details
-
Copy full SHA for e7dea9b - Browse repository at this point
Copy the full SHA e7dea9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cc76e1 - Browse repository at this point
Copy the full SHA 9cc76e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7dca91 - Browse repository at this point
Copy the full SHA a7dca91View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b1e24 - Browse repository at this point
Copy the full SHA e2b1e24View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9c5be0 - Browse repository at this point
Copy the full SHA f9c5be0View commit details
Commits on Jun 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5233694 - Browse repository at this point
Copy the full SHA 5233694View commit details
Commits on Jun 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 69c97a7 - Browse repository at this point
Copy the full SHA 69c97a7View commit details
Commits on Jun 26, 2022
-
Fix double authentication via RememberMe resulting in wrong RememberM…
…e cookie being set in client
Configuration menu - View commit details
-
Copy full SHA for 13239a0 - Browse repository at this point
Copy the full SHA 13239a0View commit details -
* 5.4: Fix double authentication via RememberMe resulting in wrong RememberMe cookie being set in client [Security] Fix legacy impersonation system Fix global state pollution between tests run with ApplicationTester µcs fix [Messenger] Do not log the message object itself [Intl] Fix the IntlDateFormatter::formatObject signature
Configuration menu - View commit details
-
Copy full SHA for f96a92d - Browse repository at this point
Copy the full SHA f96a92dView commit details -
* 6.0: Fix double authentication via RememberMe resulting in wrong RememberMe cookie being set in client [Security] Fix legacy impersonation system Fix global state pollution between tests run with ApplicationTester µcs fix [Messenger] Do not log the message object itself [Intl] Fix the IntlDateFormatter::formatObject signature
Configuration menu - View commit details
-
Copy full SHA for 698de9a - Browse repository at this point
Copy the full SHA 698de9aView commit details -
* 6.1: Fix double authentication via RememberMe resulting in wrong RememberMe cookie being set in client [HtmlSanitizer] Fix default configuration Initially set user null. [Security] Fix legacy impersonation system Fix global state pollution between tests run with ApplicationTester µcs fix [Messenger] Do not log the message object itself [Intl] Fix the IntlDateFormatter::formatObject signature
Configuration menu - View commit details
-
Copy full SHA for 1862237 - Browse repository at this point
Copy the full SHA 1862237View commit details
Commits on Jun 27, 2022
-
* 6.1: CS fixes Bump Symfony version to 6.1.3 Update VERSION for 6.1.2 Update CHANGELOG for 6.1.2 Bump Symfony version to 6.0.11 Update VERSION for 6.0.10 Update CHANGELOG for 6.0.10 Bump Symfony version to 5.4.11 Update VERSION for 5.4.10 Update CHANGELOG for 5.4.10 Bump Symfony version to 4.4.44 Update VERSION for 4.4.43 Update CONTRIBUTORS for 4.4.43 Update CHANGELOG for 4.4.43
Configuration menu - View commit details
-
Copy full SHA for 82ad680 - Browse repository at this point
Copy the full SHA 82ad680View commit details
Commits on Jul 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0e374fc - Browse repository at this point
Copy the full SHA 0e374fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdbeb53 - Browse repository at this point
Copy the full SHA fdbeb53View commit details
Commits on Jul 12, 2022
-
feature #46907 [Security] Add
#[IsGranted()]
(nicolas-grekas)This PR was merged into the 6.2 branch. Discussion ---------- [Security] Add `#[IsGranted()]` | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Part of #44705 | License | MIT | Doc PR | - Extracted from #45415 (and modernized a lot). I did not implement the proposals from Stof to keep this first iteration simple. I'd appreciate help to improve the attribute in a follow up PR 🙏 Commits ------- bf8d75ed86 [Security] Add `#[IsGranted()]`
Configuration menu - View commit details
-
Copy full SHA for df47021 - Browse repository at this point
Copy the full SHA df47021View commit details -
[TwigBridge] Add
#[Template()]
to describe how to render arrays ret……urned by controllers
Configuration menu - View commit details
-
Copy full SHA for e6d1fa6 - Browse repository at this point
Copy the full SHA e6d1fa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 071fc45 - Browse repository at this point
Copy the full SHA 071fc45View commit details
Commits on Jul 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1a2f814 - Browse repository at this point
Copy the full SHA 1a2f814View commit details
Commits on Jul 14, 2022
-
* 5.4: [Messenger] Fix calls to deprecated DBAL methods Check for null instead of type
Configuration menu - View commit details
-
Copy full SHA for 753235a - Browse repository at this point
Copy the full SHA 753235aView commit details -
* 6.0: [Messenger] Fix calls to deprecated DBAL methods Check for null instead of type
Configuration menu - View commit details
-
Copy full SHA for fe431e0 - Browse repository at this point
Copy the full SHA fe431e0View commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.