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 75772c5 commit 79718f1Copy full SHA for 79718f1
csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/AspNetCore.qll
@@ -205,7 +205,6 @@ class MicrosoftAspNetCoreMvcController extends Class {
205
)
206
) and
207
this.isPublic() and
208
- (not this.isAbstract() or this instanceof MicrosoftAspNetCoreMvcControllerBaseClass) and
209
not this instanceof Generic and
210
(
211
this.getABaseType*() instanceof MicrosoftAspNetCoreMvcControllerBaseClass
0 commit comments