Skip to content

Commit c63240d

Browse files
D:\Code\tokenv2\csharp\ql\src\experimental\Security Features\JsonWebTokenHandler\JsonWebTokenHandlerLib.qll
1 parent 1c10456 commit c63240d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

csharp/ql/src/experimental/Security Features/JsonWebTokenHandler/JsonWebTokenHandlerLib.qll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)