mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
C#: Remove requirement that a controller is not allowed to be abstract.
This commit is contained in:
@@ -205,7 +205,6 @@ class MicrosoftAspNetCoreMvcController extends Class {
|
||||
)
|
||||
) and
|
||||
this.isPublic() and
|
||||
(not this.isAbstract() or this instanceof MicrosoftAspNetCoreMvcControllerBaseClass) and
|
||||
not this instanceof Generic and
|
||||
(
|
||||
this.getABaseType*() instanceof MicrosoftAspNetCoreMvcControllerBaseClass
|
||||
|
||||
Reference in New Issue
Block a user