diff --git a/csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/Owin.qll b/csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/Owin.qll index 331e89b1bb8..5f55a77d96b 100644 --- a/csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/Owin.qll +++ b/csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/Owin.qll @@ -121,7 +121,7 @@ class MicrosoftOwinIOwinRequestClass extends Class { /** Gets the `URI` property. */ Property getUriProperty() { result = this.getAProperty() and - result.hasName("URI") + result.hasName("Uri") } /** DEPRECATED: Alias for getUriProperty */