mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
JS: Rephrase TODO
This is useful info, but not something that can be fixed locally in this query, so a TODO comment isn't helping
This commit is contained in:
@@ -11,7 +11,9 @@ import UnsafeJQueryPluginCustomizations::UnsafeJQueryPlugin
|
||||
* A taint-tracking configuration for reasoning about XSS in unsafe jQuery plugins.
|
||||
*/
|
||||
module UnsafeJQueryPluginConfig implements DataFlow::ConfigSig {
|
||||
// TODO: PropertyPresenceSanitizer should not block values in a content.
|
||||
// Note: This query currently misses some results due to two issues:
|
||||
// - PropertyPresenceSanitizer blocks values in a content
|
||||
// - localFieldStep has been omitted for performance reaons
|
||||
predicate isSource(DataFlow::Node source) { source instanceof Source }
|
||||
|
||||
predicate isSink(DataFlow::Node sink) { sink instanceof Sink }
|
||||
|
||||
Reference in New Issue
Block a user