File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
javascript/ql/lib/semmle/javascript/security/dataflow Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ import UnsafeJQueryPluginCustomizations::UnsafeJQueryPlugin
11
11
* A taint-tracking configuration for reasoning about XSS in unsafe jQuery plugins.
12
12
*/
13
13
module UnsafeJQueryPluginConfig implements DataFlow:: ConfigSig {
14
- // TODO: PropertyPresenceSanitizer should not block values in a content.
14
+ // Note: This query currently misses some results due to two issues:
15
+ // - PropertyPresenceSanitizer blocks values in a content
16
+ // - localFieldStep has been omitted for performance reaons
15
17
predicate isSource ( DataFlow:: Node source ) { source instanceof Source }
16
18
17
19
predicate isSink ( DataFlow:: Node sink ) { sink instanceof Sink }
You can’t perform that action at this time.
0 commit comments