Remove additional Xss sinks

This commit is contained in:
Esben Sparre Andreasen
2020-10-27 22:07:57 +01:00
committed by github-actions[bot]
parent 5332c1ac3c
commit c9b878caea
2 changed files with 0 additions and 7 deletions

View File

@@ -387,11 +387,6 @@ module DOM {
or
t.start() and
result = domValueRef().getAMethodCall(["item", "namedItem"])
or
t.startInProp("target") and
result = domEventSource()
or
exists(DataFlow::TypeTracker t2 | result = domValueRef(t2).track(t2, t))
}
/** Gets a data flow node that may refer to a value from the DOM. */

View File

@@ -428,8 +428,6 @@ module JQuery {
private DataFlow::SourceNode dollar(DataFlow::TypeTracker t) {
t.start() and
result = dollarSource()
or
exists(DataFlow::TypeTracker t2 | result = dollar(t2).track(t2, t))
}
/**