JS: Add predicate that disappeared during conflict resolution

This commit is contained in:
Asger F
2019-08-06 15:33:33 +01:00
parent c4006be0e8
commit ea4bfda2d1

View File

@@ -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.
*/