-
Notifications
You must be signed in to change notification settings - Fork 2
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
CASMCMS-8926: Revert CSM 1.5+ changes from cms-ipxe 1.11 branch #92
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 310638a.
This reverts commit 50168e8.
This reverts commit 8f5998e.
This reverts commit 3317426.
This reverts commit 68badab.
This reverts commit a51800b.
This reverts commit 713f393.
This reverts commit 6464663.
… images in support of Vshasta." This reverts commit b712c49.
This reverts commit 57b120c.
This reverts commit 27643a1.
This reverts commit 8a34efc.
This reverts commit 1eb07fb.
This reverts commit 1945e1b.
This reverts commit 27e58c7.
This reverts commit 0d097f9.
This reverts commit da7aba0.
This reverts commit 6923c6b.
This reverts commit 7c8ed1a.
This reverts commit 2f22f5a.
This reverts commit e7efdbf.
This reverts commit 5065b59.
This reverts commit 0f5c100.
This reverts commit 8bafc36.
This reverts commit 2bb854f.
This reverts commit a1ae64c.
This reverts commit 6d04816.
This reverts commit d594526.
This reverts commit caf567f.
This reverts commit 81e6e05.
…r names" This reverts commit 70e641d.
This reverts commit 481241a.
This reverts commit 922f965.
This reverts commit 6e6fd22.
…sons." This reverts commit b667dd6.
This reverts commit 4d67781.
This reverts commit 5bac257.
This reverts commit 62ccacf.
This reverts commit 12c6192.
This reverts commit 10b4593.
This reverts commit ffbbf84.
This reverts commit 0fadc59.
This reverts commit d8d98dd.
This reverts commit 3f2c509.
This reverts commit 45eea1d.
This reverts commit 387d2db.
…his was overlooked" This reverts commit a7a9090.
This reverts commit 9b3d2b2.
This reverts commit d4253f4.
…tly" This reverts commit 19f68c1.
This reverts commit b9e39ed.
This reverts commit 2299043.
This reverts commit 74fbdcc.
tokenMap = None | ||
try: | ||
tokenMap = jwt.decode(bearer_token, | ||
options={"verify_signature": False}) |
Check failure
Code scanning / SonarCloud
JWT should be signed and verified High
Don't use a JWT token without verifying its signature. See more on SonarCloud
5bcca0b
to
1b2646e
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
cms-ipxe 1.11 is for CSM 1.4.
But it contains changes that are for CSM 1.5+.
This reverts those, so that the head of the 1.11 branch is once again only CSM 1.4 content.