Skip to content

Commit db82c52

Browse files
Review suggestions - make import private and update change note
1 parent 4cc76bd commit db82c52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/ql/lib/semmle/code/csharp/frameworks/Razor.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** Provides definitions and flow steps related to Razor pages. */
22

3-
import csharp
3+
private import csharp
44
private import codeql.util.Unit
55
private import codeql.util.FilePath
66
private import semmle.code.csharp.frameworks.microsoft.AspNetCore
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
category: minorAnalysis
33
---
4-
Additional flow steps to track flow from a `View` call in an MVC controller to the corresponding Razor page, which may result in additional results for queries such as `cs/web/xss`.
4+
* Modelled additional flow steps to track flow from a `View` call in an MVC controller to the corresponding Razor page, which may result in additional results for queries such as `cs/web/xss`.

0 commit comments

Comments
 (0)