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: docs/codeql/codeql-language-guides/customizing-library-models-for-java.rst
+16-30Lines changed: 16 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,9 +311,10 @@ As most sources are used by all taint tracking queries there are only a few diff
311
311
The following source kinds are supported:
312
312
313
313
- **remote**: A remote source of possibly tainted data. This is the most common kind for a source. Sources of this kind are used for almost all taint tracking queries.
314
-
- **contentprovider**: ?
315
-
- **android-widget**: ?
316
-
- **android-external-storage-dir**: ?
314
+
315
+
Below is an enumeration of the remaining source kinds, but they are out of scope for this documentation:
0 commit comments