mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
JS: Add predicate that disappeared during conflict resolution
This commit is contained in:
@@ -173,6 +173,11 @@ module ClientRequest {
|
||||
override DataFlow::Node getADataNode() { result = getArgument(1) }
|
||||
}
|
||||
|
||||
/** Gets the string `url` or `uri`. */
|
||||
private string urlPropertyName() {
|
||||
result = "url" or result = "uri"
|
||||
}
|
||||
|
||||
/**
|
||||
* A model of a URL request made using the `axios` library.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user