We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8ae874 + 3952553 commit d56ea22Copy full SHA for d56ea22
javascript/ql/test/query-tests/Security/CWE-079/typeahead.js
@@ -7,7 +7,7 @@
7
source: autocompleter.ttAdapter(),
8
templates: {
9
suggestion: function(loc) {
10
- return loc; // NOT OK! - but not flagged due to not connecting the Bloodhound source with this sink [INCONSISTENCY]
+ return loc; // NOT OK - but only flagged when `AdditionalSources` are imported [INCONSISTENCY].
11
}
12
13
})
0 commit comments