File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
java/ql/lib/semmle/code/java/frameworks/google Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ class GsonDeserializeMethod extends Method {
2222
2323/**
2424 * Holds if `intentNode` is an `Intent` used in the context `(T)intentNode.getParcelableExtra(...)` and
25- * `parcelNode` is the corresponding parameter of `Parcelable.Creator<T> { public T createFromParcel(Parcel parcelNode) { }`.
25+ * `parcelNode` is the corresponding parameter of `Parcelable.Creator<T> { public T createFromParcel(Parcel parcelNode) { }`,
26+ * where `T` is a concrete type implementing `Parcelable`.
2627 */
2728predicate intentFlowsToParcel ( DataFlow:: Node intentNode , DataFlow:: Node parcelNode ) {
2829 exists ( MethodAccess getParcelableExtraCall , CreateFromParcelMethod cfpm , Type createdType |
You can’t perform that action at this time.
0 commit comments