Add change note + fix qldoc

This commit is contained in:
Joe Farebrother
2023-12-12 15:12:25 +00:00
parent b9754df390
commit cdeac9b7f8
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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`.