mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Fix bug: In OwinRequest URI should be Uri.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user