You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/CoreKnowledge.qll
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,9 @@ predicate isOtherModeledArgument(DataFlow::Node n, FilteringReason reason) {
Copy file name to clipboardExpand all lines: javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/FilteringReasons.qll
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,10 @@ newtype TFilteringReason =
29
29
TArgumentToArrayReason()or
30
30
TArgumentToBuiltinGlobalVarRefReason()or
31
31
TConstantReceiverReason()or
32
-
TBuiltinCallNameReason()
32
+
TBuiltinCallNameReason()or
33
+
TBase64ManipulationReason()or
34
+
TJQueryArgumentReason()or
35
+
TDojoRequireReason()
33
36
34
37
/** A reason why a particular endpoint was filtered out by the endpoint filters. */
0 commit comments