mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
fix suffix match
This commit is contained in:
committed by
Michael Nebel
parent
56055bd76a
commit
3d281fbb71
@@ -199,7 +199,7 @@ class MicrosoftAspNetCoreMvcController extends Class {
|
||||
MicrosoftAspNetCoreMvcController() {
|
||||
(
|
||||
this.getABaseType*() instanceof MicrosoftAspNetCoreMvcControllerBaseClass or
|
||||
this.getABaseType*().hasName("%Controller") or
|
||||
this.getABaseType*().getName().matches("%Controller") or
|
||||
this.getABaseType*().getAnAttribute() instanceof MicrosoftAspNetCoreMvcControllerAttribute
|
||||
) and
|
||||
not this.getABaseType*().getAnAttribute() instanceof
|
||||
|
||||
Reference in New Issue
Block a user