Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ class MicrosoftOwinIOwinRequestClass extends Class {
result.hasName("Scheme")
}

/** Gets the `URI` property. */
/** Gets the `Uri` property. */
Property getUriProperty() {
result = this.getAProperty() and
result.hasName("URI")
result.hasName("Uri")
}

/** DEPRECATED: Alias for getUriProperty */
Expand Down
4 changes: 4 additions & 0 deletions csharp/ql/src/change-notes/2022-12-05-owin-uri-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
category: fix
---
* Fixes a bug where the Owin.qll framework library will look for "URI" instead of "Uri" in the OwinRequest class.