We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c2d3f8 + 7d016bf commit 4f8729eCopy full SHA for 4f8729e
2 files changed
javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5/BindingStringParser.qll
@@ -3,7 +3,7 @@ import javascript as stdlib
3
signature class BindingStringReaderSig {
4
string getBindingString();
5
6
- stdlib::DbLocation getLocation();
+ stdlib::Location getLocation();
7
8
// Get a dataflow node associated with the binding string, if any.
9
// Note that not all location from which we can obtain a binding string
javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5/Bindings.qll
@@ -65,7 +65,7 @@ private class BindingStringReader extends TBindingString {
65
)
66
}
67
68
- DbLocation getLocation() {
+ Location getLocation() {
69
exists(StringLiteral stringLiteral |
70
this = TBindingStringFromLiteral(stringLiteral) and
71
result = stringLiteral.getLocation()
0 commit comments