File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
csharp/ql/src/experimental/Security Features/JsonWebTokenHandler Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,6 @@ class JsonWebTokenHandlerValidateTokenMethod extends Method {
5454 JsonWebTokenHandlerValidateTokenMethod ( ) {
5555 this .hasQualifiedName ( "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateToken" ) or
5656 this .hasQualifiedName ( "Microsoft.AzureAD.DeviceIdentification.Common.Tokens.JwtValidator.ValidateEncryptedToken" )
57- //// TODO: ValidateEncryptedToken has the same behavior than ValidateToken, but it will be changed in a future release
58- //// The line below would allow to check if the ValidateEncryptedToken version used meets the minimum requirement
59- //// Once we have the fixed assembly version we can uncomment the line below
60- // and isAssemblyOlderVersion("Microsoft.AzureAD.DeviceIdentification", "0.0.0")
6157 }
6258}
6359
You can’t perform that action at this time.
0 commit comments