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 {
54
54
JsonWebTokenHandlerValidateTokenMethod ( ) {
55
55
this .hasQualifiedName ( "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler.ValidateToken" ) or
56
56
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")
61
57
}
62
58
}
63
59
You can’t perform that action at this time.
0 commit comments