-
Notifications
You must be signed in to change notification settings - Fork 3
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
20240517 develop to release ( v4.0.0 ) #493
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
trivial. fix update systemNotificationRUle
trivial. support array filter on users
bugfix: pass value to serializer
20240415 policy violation
GetPolicyForEdit fill parameter 버그 수정
trivial. add user roles to audit
trivial. bugfix for stack node count
trivial. add status to systemNotificationRule
정책 업데이트 버그 픽스
20240416 policy violation log
trivial. fix filters
temp-fix: make appserving dashboard not being refreshed for now
trivial. add attribute to audit
feature. add force deleting logic when the cluster status was invalid
minor fix. fix url of kubeconfig
trivial. disable email on default systemnotification
tirivial. fix typo
파라미터를 명시하지 않은 정책을 적용할 때 버그 수정
trivial. fix typo error
feature. add policyName to systemNotification
trivial. fix typo;
bugfix. User role에 대한 권한 부여 버그 수정
feature. fix minor bugs
trivial. fix messageActionProposal on policy_notifications
trivial. fix filter for policyNotifications
데이터 동기화 설정 필드 추가
@@ -37,3 +38,18 @@ | |||
} | |||
return token, err | |||
} | |||
|
|||
func StringToTokenWithoutVerification(tokenString string) (*jwt.Token, error) { | |||
token, _, err := new(jwt.Parser).ParseUnverified(tokenString, jwt.MapClaims{}) |
Check failure
Code scanning / CodeQL
Missing JWT signature check High
This JWT is parsed without verification and received from .
This JWT is parsed without verification and received from .
this user-controlled source
Error loading related location
Loading This JWT is parsed without verification and received from
this user-controlled source
Error loading related location
Loading
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.
20240517 develop to release ( v4.0.0 )