File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
csharp/ql/src/semmle/code/csharp
security/dataflow/flowsinks Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,8 +200,8 @@ class MicrosoftAspNetCoreMvcController extends Class {
200200}
201201
202202/** The `Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper` interface. */
203- class MicrosoftAspNetCoreMvcRenderingHtmlHelperInterface extends Interface {
204- MicrosoftAspNetCoreMvcRenderingHtmlHelperInterface ( ) {
203+ class MicrosoftAspNetCoreMvcRenderingIHtmlHelperInterface extends Interface {
204+ MicrosoftAspNetCoreMvcRenderingIHtmlHelperInterface ( ) {
205205 getNamespace ( ) instanceof MicrosoftAspNetCoreMvcRendering and
206206 hasName ( "IHtmlHelper" )
207207 }
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ class MicrosoftAspNetCoreMvcHtmlHelperRawSink extends AspNetCoreHtmlSink {
185185 c .getTarget ( ) = target and
186186 target .hasName ( "Raw" ) and
187187 target .getDeclaringType ( ) .getABaseType * ( ) instanceof
188- MicrosoftAspNetCoreMvcRenderingHtmlHelperInterface and
188+ MicrosoftAspNetCoreMvcRenderingIHtmlHelperInterface and
189189 this .getExpr ( ) = c .getAnArgument ( )
190190 )
191191 }
You can’t perform that action at this time.
0 commit comments