mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
adjust comment about inconsistency for XSS in typeahead
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
source: autocompleter.ttAdapter(),
|
||||
templates: {
|
||||
suggestion: function(loc) {
|
||||
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].
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user