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 {
200
200
}
201
201
202
202
/** The `Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper` interface. */
203
- class MicrosoftAspNetCoreMvcRenderingHtmlHelperInterface extends Interface {
204
- MicrosoftAspNetCoreMvcRenderingHtmlHelperInterface ( ) {
203
+ class MicrosoftAspNetCoreMvcRenderingIHtmlHelperInterface extends Interface {
204
+ MicrosoftAspNetCoreMvcRenderingIHtmlHelperInterface ( ) {
205
205
getNamespace ( ) instanceof MicrosoftAspNetCoreMvcRendering and
206
206
hasName ( "IHtmlHelper" )
207
207
}
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ class MicrosoftAspNetCoreMvcHtmlHelperRawSink extends AspNetCoreHtmlSink {
185
185
c .getTarget ( ) = target and
186
186
target .hasName ( "Raw" ) and
187
187
target .getDeclaringType ( ) .getABaseType * ( ) instanceof
188
- MicrosoftAspNetCoreMvcRenderingHtmlHelperInterface and
188
+ MicrosoftAspNetCoreMvcRenderingIHtmlHelperInterface and
189
189
this .getExpr ( ) = c .getAnArgument ( )
190
190
)
191
191
}
You can’t perform that action at this time.
0 commit comments