-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathandroid.util.model.yml
More file actions
31 lines (31 loc) · 2.52 KB
/
android.util.model.yml
File metadata and controls
31 lines (31 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
extensions:
- addsTo:
pack: codeql/java-all
extensible: sourceModel
data:
- ["android.util", "AttributeSet", False, "getAttributeBooleanValue", "", "", "ReturnValue", "remote", "manual"]
- ["android.util", "AttributeSet", False, "getAttributeCount", "", "", "ReturnValue", "remote", "manual"]
- ["android.util", "AttributeSet", False, "getAttributeFloatValue", "", "", "ReturnValue", "remote", "manual"]
- ["android.util", "AttributeSet", False, "getAttributeIntValue", "", "", "ReturnValue", "remote", "manual"]
- ["android.util", "AttributeSet", False, "getAttributeListValue", "", "", "ReturnValue", "remote", "manual"]
- ["android.util", "AttributeSet", False, "getAttributeName", "", "", "ReturnValue", "remote", "manual"]
- ["android.util", "AttributeSet", False, "getAttributeNameResource", "", "", "ReturnValue", "remote", "manual"]
- ["android.util", "AttributeSet", False, "getAttributeNamespace", "", "", "ReturnValue", "remote", "manual"]
- ["android.util", "AttributeSet", False, "getAttributeResourceValue", "", "", "ReturnValue", "remote", "manual"]
- ["android.util", "AttributeSet", False, "getAttributeUnsignedIntValue", "", "", "ReturnValue", "remote", "manual"]
- ["android.util", "AttributeSet", False, "getAttributeValue", "", "", "ReturnValue", "remote", "manual"]
- ["android.util", "AttributeSet", False, "getClassAttribute", "", "", "ReturnValue", "remote", "manual"]
- ["android.util", "AttributeSet", False, "getIdAttribute", "", "", "ReturnValue", "remote", "manual"]
- ["android.util", "AttributeSet", False, "getIdAttributeResourceValue", "", "", "ReturnValue", "remote", "manual"]
- ["android.util", "AttributeSet", False, "getPositionDescription", "", "", "ReturnValue", "remote", "manual"]
- ["android.util", "AttributeSet", False, "getStyleAttribute", "", "", "ReturnValue", "remote", "manual"]
- addsTo:
pack: codeql/java-all
extensible: sinkModel
data:
- ["android.util", "Log", True, "d", "", "", "Argument[1]", "log-injection", "manual"]
- ["android.util", "Log", True, "e", "", "", "Argument[1]", "log-injection", "manual"]
- ["android.util", "Log", True, "i", "", "", "Argument[1]", "log-injection", "manual"]
- ["android.util", "Log", True, "v", "", "", "Argument[1]", "log-injection", "manual"]
- ["android.util", "Log", True, "w", "", "", "Argument[1]", "log-injection", "manual"]
- ["android.util", "Log", True, "wtf", "", "", "Argument[1]", "log-injection", "manual"]