-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add remnant events migration plugin #40
Conversation
Micro-Learning Topic: SQL injection (Detected by phrase)Matched on "Sqli"This is probably one of the two most exploited vulnerabilities in web applications and has led to a number of high profile company breaches. It occurs when an application fails to sanitize or validate input before using it to dynamically construct a statement. An attacker that exploits this vulnerability will be able to gain access to the underlying database and view or modify data without permission. Try this challenge in Secure Code Warrior |
…-remnant-events-migration-plugin
android/src/main/java/com/amplitude/android/plugins/RemnantEventsMigrationPlugin.kt
Outdated
Show resolved
Hide resolved
android/src/main/java/com/amplitude/android/utilities/DatabaseStorage.kt
Outdated
Show resolved
Hide resolved
android/src/main/java/com/amplitude/android/plugins/RemnantEventsMigrationPlugin.kt
Outdated
Show resolved
Hide resolved
…-remnant-events-migration-plugin
# Conflicts: # android/build.gradle # android/src/main/java/com/amplitude/android/Amplitude.kt
… runs since upgrade
Not added yet. |
android/src/test/java/com/amplitude/android/migration/RemnantDataMigrationTest.kt
Outdated
Show resolved
Hide resolved
android/src/test/java/com/amplitude/android/migration/RemnantDataMigrationTest.kt
Outdated
Show resolved
Hide resolved
android/src/main/java/com/amplitude/android/migration/RemnantDataMigration.kt
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Thanks @falconandy!
🎉 This PR is included in version 1.9.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Summary
This PR adds a remnant events migration plugin to send the remnant events in Sqlite generated by old Android Java SDK, including:
Todos:
Checklist
yes
no