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
If the list of reasons includes positive indicators with maximal confidence for this class, it's a known sink for the class.
This negates the need for each query config to define the isKnownSink predicate individually.
Copy file name to clipboardExpand all lines: javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/NosqlInjectionATM.qll
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -93,8 +93,6 @@ class NosqlInjectionAtmConfig extends AtmConfig {
Copy file name to clipboardExpand all lines: javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/SqlInjectionATM.qll
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,6 @@ class SqlInjectionAtmConfig extends AtmConfig {
Copy file name to clipboardExpand all lines: javascript/ql/experimental/adaptivethreatmodeling/lib/experimental/adaptivethreatmodeling/TaintedPathATM.qll
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,6 @@ class TaintedPathAtmConfig extends AtmConfig {
0 commit comments