ivyv19 / GitHub-Test-repo

for testing purposes only
0 stars 0 forks source link

NowSecure dynamic analysis: SQLite Results #1110

Open ivyv19 opened 1 week ago

ivyv19 commented 1 week ago

Finding Description

SQLite database interaction was observed during dynamic analysis. This observation displays metadata about each SQLite database interaction that was detected.

Risk and Regulatory Information

Severity: info

Policy Category: Informational

Application

See more detail in the NowSecure Report

Evidence | Class | Method | SQL Statement | Database Path | |---|---|---|---| | android.database.sqlite.SQLiteDatabase | execSQL | CREATE TABLE IF NOT EXISTS `Dependency` (`work_spec_id` TEXT NOT NULL, `prerequisite_id` TEXT NOT NULL, PRIMARY KEY(`work_spec_id`, `prerequisite_id`), FOREIGN KEY(`work_spec_id`) REFERENCES `WorkSpec`(`id`) ON UPDATE CASCADE ON DELETE CASCADE , FOREIGN KEY(`prerequisite_id`) REFERENCES `WorkSpec`(`id`) ON UPDATE CASCADE ON DELETE CASCADE ) | /data/user/0/com.instagram.barcelona/no_backup/androidx.work.workdb | | android.database.sqlite.SQLiteDatabase | execSQL | CREATE INDEX IF NOT EXISTS `index_Dependency_work_spec_id` ON `Dependency` (`work_spec_id`) | /data/user/0/com.instagram.barcelona/no_backup/androidx.work.workdb | | android.database.sqlite.SQLiteDatabase | execSQL | CREATE INDEX IF NOT EXISTS `index_Dependency_prerequisite_id` ON `Dependency` (`prerequisite_id`) | /data/user/0/com.instagram.barcelona/no_backup/androidx.work.workdb | ... and 149 more