ivyv19 / GitHub-Test-repo

for testing purposes only
0 stars 0 forks source link

NowSecure dynamic analysis: SQLite Results #1071

Open ivyv19 opened 1 month ago

ivyv19 commented 1 month ago

Finding Description

List of SQLite database interactions observed during dynamic analysis. Each interaction provides the file path to the database, the observed SQLite query, and the query results.

Risk and Regulatory Information

Severity: info

Policy Category: Informational

Application

See more detail in the NowSecure Report

Evidence | files | queries | results | |---|---|---| | InstrumentsModel.sqlite | SELECT*FROM"main".sqlite_master ORDER BY rowid | table | | httpstorages.sqlite | SELECT*FROM"main".sqlite_master WHERE tbl_name='ZINSINSTALLIDENTITY' AND type!='trigger' ORDER BY rowid | ZINSINSTALLIDENTITY | | Cache.db | SELECT*FROM"main".sqlite_master WHERE tbl_name='ZINSMESSAGEENTITY' AND type!='trigger' ORDER BY rowid | CREATE TABLE ZINSINSTALLIDENTITY ( Z_PK INTEGER PRIMARY KEY, Z_ENT INTEGER, Z_OPT INTEGER, ZINSTALLID VARCHAR ) | ... and 42 more