Branch: refs/heads/master
Home: https://github.com/jenkinsci/github-oauth-plugin
Commit: ac2766300eb103f6e6c5fc2055b2d72e747f1b91
https://github.com/jenkinsci/github-oauth-plugin/commit/ac2766300eb103f6e6c5fc2055b2d72e747f1b91
Author: Wadeck Follonier <[email protected]>
Date: 2017-11-17 (Fri, 17 Nov 2017)
Changed paths:
M src/main/java/org/jenkinsci/plugins/GithubSecurityRealm.java
Log Message:
-----------
Potential bug in access_token retrieval method
- currently it's working due to 2 facts
- the keys are alphabetically ordered and for the moment `access_token` is
the first one
- there is no key containing access_token like `optional_access_token` or
`access_token_primary`
- this modification will prevent change in the key set to affect our retrieval
technique
Commit: 66021058bc41d2f813ba9c6dfdd4b94cc8a9f06c
https://github.com/jenkinsci/github-oauth-plugin/commit/66021058bc41d2f813ba9c6dfdd4b94cc8a9f06c
Author: Sam Gleske <[email protected]>
Date: 2017-11-18 (Sat, 18 Nov 2017)
Changed paths:
M src/main/java/org/jenkinsci/plugins/GithubSecurityRealm.java
Log Message:
-----------
Merge pull request #90 from Wadeck/ACCESS_TOKEN_FIRST_RETRIEVAL
Potential bug in access_token retrieval method
Compare:
https://github.com/jenkinsci/github-oauth-plugin/compare/e4eca7ae7709...66021058bc41
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.