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/EndpointTypes.qll
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
* representation of each of these classes.
7
7
*/
8
8
newtypeTEndpointType=
9
-
TNotASinkType()or
9
+
TNegativeType()or
10
10
TXssSinkType()or
11
11
TNosqlInjectionSinkType()or
12
12
TSqlInjectionSinkType()or
@@ -21,9 +21,9 @@ abstract class EndpointType extends TEndpointType {
21
21
stringtoString(){result=getDescription()}
22
22
}
23
23
24
-
/** The `NotASink` class that can be predicted by endpoint scoring models. */
Copy file name to clipboardExpand all lines: javascript/ql/experimental/adaptivethreatmodeling/modelbuilding/extraction/ExtractEndpointLabelEncoding.ql
0 commit comments