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/test/endpoint_large_scale/ContradictoryEndpointCharacteristics.ql
+38-22Lines changed: 38 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,36 @@ import javascript
10
10
privateimport experimental.adaptivethreatmodeling.EndpointCharacteristics as EndpointCharacteristics
11
11
privateimport experimental.adaptivethreatmodeling.EndpointTypes as EndpointTypes
12
12
13
+
/**
14
+
* Holds if `characteristic1` and `characteristic2` are among the several pairs of currently known high-confidence
15
+
* negative characteristics that apply to some known sinks.
16
+
*
17
+
* TODO: Experiment with lowering the confidence of `"FileSystemAccess"`, `"DOM"`, `"DatabaseAccess"`, and
0 commit comments