-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Security] remove deprecated HTTP digest auth key #16719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security] remove deprecated HTTP digest auth key #16719
Conversation
xabbuh
commented
Nov 28, 2015
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | |
License | MIT |
Doc PR |
@@ -78,7 +78,7 @@ public function handle(GetResponseEvent $event) | |||
} | |||
|
|||
try { | |||
$digestAuth->validateAndDecode($this->authenticationEntryPoint->getKey(), $this->authenticationEntryPoint->getRealmName()); | |||
$digestAuth->validateAndDecode($this->authenticationEntryPoint->getSecret(), $this->authenticationEntryPoint->getRealmName()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not seem to have tests covering this. But they would need to be added in older versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and we should make this change on 2.8 as well, right?
👍 Status: reviewed |
Looks like we should remove the config option for this in the SecurityBundle too. |
d47b2d0
to
812396d
Compare
Thank you @xabbuh. |
…buh) This PR was merged into the 3.0-dev branch. Discussion ---------- [Security] remove deprecated HTTP digest auth key | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 812396d [Security] remove deprecated HTTP digest auth key