File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
csharp/ql/src/experimental/Security Features/JsonWebTokenHandler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class TokenValidationParametersPropertySensitiveValidation extends Property {
23
23
*/
24
24
class FalseValueFlowsToTokenValidationParametersPropertyWriteToBypassValidation extends DataFlow:: Configuration {
25
25
FalseValueFlowsToTokenValidationParametersPropertyWriteToBypassValidation ( ) {
26
- this = "FlowsToTokenValidationResultIsValidCall "
26
+ this = "FalseValueFlowsToTokenValidationParametersPropertyWriteToBypassValidation "
27
27
}
28
28
29
29
override predicate isSource ( DataFlow:: Node source ) {
@@ -75,7 +75,7 @@ class JsonWebTokenHandlerValidateTokenCall extends MethodCall {
75
75
*/
76
76
private class TokenValidationResultIsValidCall extends PropertyRead {
77
77
TokenValidationResultIsValidCall ( ) {
78
- exists ( Property p | p .getAnAccess ( ) . ( PropertyRead ) = this |
78
+ exists ( Property p | p .getAnAccess ( ) = this |
79
79
p .hasName ( "IsValid" ) or
80
80
p .hasName ( "Exception" )
81
81
)
You can’t perform that action at this time.
0 commit comments