Skip to content

Commit fc0b18c

Browse files
committed
Add tests for Android flow steps
1 parent cd2c9e9 commit fc0b18c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+4046
-2628
lines changed

java/ql/lib/semmle/code/java/frameworks/android/Android.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ private class TaintPropagationModels extends SummaryModelCsv {
242242
[
243243
"Array", "ArrayList", "Boolean", "Bundle", "Byte", "Double", "FileDescriptor", "Float",
244244
"HashMap", "Int", "Long", "Parcelable", "ParcelableArray", "PersistableBundle",
245-
"Serializable", "Size", "SizeF", "SparseArray", "SparseBolleanArray", "String",
245+
"Serializable", "Size", "SizeF", "SparseArray", "SparseBooleanArray", "String",
246246
"StrongBinder", "TypedObject", "Value"
247247
] + ";;;Argument[-1];ReturnValue;taint"
248248
or

0 commit comments

Comments
 (0)