Commit 0c0a3f8
authored
Return defensive copy of data in RemoteMessage
b/438714642: This change ensures we do not return the internal map but rather a defensive copy of data. Makes our code less vulnerable.1 parent 0afe7cb commit 0c0a3f8
File tree
1 file changed
+1
-1
lines changed- firebase-messaging/src/main/java/com/google/firebase/messaging
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments