We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb1319 commit 82c0449Copy full SHA for 82c0449
csharp/ql/lib/semmle/code/csharp/frameworks/microsoft/Owin.qll
@@ -121,7 +121,7 @@ class MicrosoftOwinIOwinRequestClass extends Class {
121
/** Gets the `URI` property. */
122
Property getUriProperty() {
123
result = this.getAProperty() and
124
- result.hasName("URI")
+ result.hasName("Uri")
125
}
126
127
/** DEPRECATED: Alias for getUriProperty */
0 commit comments