mirror of
https://github.com/github/codeql.git
synced 2026-04-20 22:44:52 +02:00
Add change note + fix qldoc
This commit is contained in:
@@ -222,7 +222,7 @@ class PageModelClass extends Class {
|
||||
this.getABaseType+().hasFullyQualifiedName("Microsoft.AspNetCore.Mvc.RazorPages", "PageModel")
|
||||
}
|
||||
|
||||
/** A handler method such as `OnGetAsync` */
|
||||
/** Gets a handler method such as `OnGetAsync` */
|
||||
Method getAHandlerMethod() {
|
||||
result = this.getAMethod() and
|
||||
result.getName().matches("On%") and
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Modelled additional flow steps to track flow from handler methods of a `PageModel` class to the corresponding Razor Page (`.cshtml`) file, which may result in additional results for queries such as `cs/web/xss`.
|
||||
Reference in New Issue
Block a user