We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85eee88 commit 29639a0Copy full SHA for 29639a0
csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/AspNetCore.qll
@@ -205,7 +205,7 @@ class MicrosoftAspNetCoreMvcController extends Class {
205
)
206
) and
207
this.isPublic() and
208
- not this.isAbstract() and
+ (not this.isAbstract() or this instanceof MicrosoftAspNetCoreMvcControllerBaseClass) and
209
not this instanceof Generic and
210
(
211
this.getABaseType*() instanceof MicrosoftAspNetCoreMvcControllerBaseClass
0 commit comments